Closed (works as designed)
Project:
Amazon Product Advertisement API
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 01:36 UTC
Updated:
31 Oct 2012 at 04:01 UTC
Comments
Comment #1
bdesai commentedJust add this below the code in amazon_store_details_panel.tpl.php
This Code is not tested for syntax errors or theming issues, use it at your own risk. You will need TRACKS response group mentioned in your request. To add tracks response group go to amazon_store_get_item_data function in amazon_store.module and add Tracks or Large in ResponseGroup array i.e $parameters['ResponseGroup'].
Tracks will only retrieve Tracks information, Large will get alot of other information which you might not need. To learn more about which response group retrieves what for an asin or itemid see the below link
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/CHAP_Res...
This solution is for amazon store module but you could implement something similar!
Comment #2
willvincent commented