This is the third and the final part in the tutorial series, ‘Setting up an Amazon Product Store on Google App Engine’. Please go through the first 2 parts before you continue further. Here are the links:
- Set up an Amazon Book Store on Google App Engine – 1
- Set up an Amazon Book Store on Google App Engine – 2 – Constructing and Signing the Request for Amazon Product Data
Okay guys, thank you for your patience and your enthusiasm to learn, and sorry for my ‘very draggy sometimes’ style of writing! This is the last part in this series and we’ll see how to loop through the ‘books’ list for displaying the books properly in a tabular format on the results page.
Create a new file ‘results.html’ in our app’s folder and put the following code in it:
One Response to “Set up an Amazon Book Store on Google App Engine – 3 – Display the books list on the results page”