Making custom store pages using Views
The Amazon module offers excellent views support, and with Amazon Store installed, the links all go to the Amazon Store product detail page.
This is an implementation of the Amazon Product Advertising API (formerly Amazon Associates Web Service, or AAWS) for Drupal. You can install this and right away you have an Amazon Associates Store. Get yourself an Associates ID and then all purchases made through your store will result in a commission going to you. Allows searching, provides product pages, and manages a shopping cart.
Amazon Store module does not work with the No Anonymous Sessions module, as it uses sessions.
The module creates a store at /amazon_store - together with a menu link to it.
Via configuration for the Amazon Store Settings, you can populate this in three ways: via Amazon's default Search Index for a setting you choose (say, for books); via a "browsenode" (an Amazon code for sub-section of Amazon site - maybe not so well supported by Amazon), or by providing list of up to 10 product numbers for Amazon products.
You can find product numbers on product pages - look down left side for "Product Details": might be ISBN, or Amazon code. Note that if you list numbers, can separate with a comma only - no spaces.
To use a customizable panel for the Item Detail page, enable the panel in the "Panels" admin area, or on Panels 3, admin/build/pages. You can then specify the content, rearrange it, select boxes around the elements, etc. (Note: If using Panels 3, you must enable the Chaos Tools Page Manager module in order to enable and configure the Item Detail Panel.)
Most of the critical elements of display have .tpl.php files.
You can just copy the template file to your theme and modify it to suit.
For example, if you'd like to change the search results page, simply copy amazon_store_search_results.tpl.php to your theme directory and modify.
The Item display page also has a complete panels implementation. You can enable the panel and then mix and match panels to suit.
Please add your own information to this documentation. Together we can all improve it. Recipes on how to use Amazon and Amazon Store are solicited!
The Amazon module offers excellent views support, and with Amazon Store installed, the links all go to the Amazon Store product detail page.