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

rfay’s picture

The 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

lentreprenaute’s picture

Rfay,

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

rfay’s picture

You can look at the US version to see the format and relate it to the Amazon information.

rfay’s picture

Category: feature » support
Status: Active » Fixed

Marking 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.