Hi rfay,
amazon_store_locale.fr.inc give parameters allowed. Can we add parameters in this part? Do we have to report addon in other part in the module? For exemple, i see Actor allowed, for classical, it will be probably Artist and Conductor...
'Classical' => array('friendly_name' => t('Classical'),
'BrowseNode' => 537366,
'parameters_allowed' => array('Actor', 'Availability', 'BrowseNode', 'Composer', 'Conductor', 'Count', 'Format', 'ItemPage', 'Keywords', 'Magazines', 'MusicLabel', 'Orchestra', 'Performer', 'PostalCode', 'Sort', 'State', 'Title'),
'sorts' => array(
'salesrank' => t('Bestselling'),
'pricerank' => t('Price: low to high'),
'price' => t('Price: low to high'),
'inverse-pricerank' => t('Price: high to low'),
'-price' => t('Price: high to low'),
'titlerank' => t('Alphabetical: A to Z'),
'-titlerank' => t('Alphabetical: Z to A'),
),
),
Florent
Comments
Comment #1
rfayThe parameter values allowed for each Amazon locale are in the Amazon API documentation. I encourage you to validate that we have the correct settings, and report any differences.
Thanks,
-Randy
Comment #2
lentreprenaute commentedRfay,
Thank for the link, but if we want to add a new variable where do w have have to report it in the module except in this part like above?
Actualy i test for DVD, Actor give only one actor! i try to find the result for more than one!
Florent
Comment #3
rfayYou can look at the US version to see the format and relate it to the Amazon information.
Comment #4
rfayMarking as fixed. Check in with me if you want to continue.
Basically, if the thing you're looking for is in the Amazon API docs, then it can be added. If not, it can't.