Hi,
Sorry I probably did not explain very well, the plugin currently won’t do what you want (redirect to Amazon.com).
This is what it _should_ do:
Lets assume you have a product shortcode with ASIN 0123456789 that is available on Amazon.com (In the plugin US is your default locale).
A visitor from India views the page with your product shortcode in. The plugin will attempt to retrieve details about the product from Amazon India to populate the page.
However it is not available, so it will attempt to retrieve the details from the default locale (US).
It does this and the product is displayed using US details (including the price).
If ‘Create Search Links’ is enabled it _should_ then detect that the visitor is not in the default locale and create a link to Amazon.in but to a search page using the products Title and Artist as keywords.
So the visitor is still sent to the local Amazon site, but should get a page that is at least vaguely related to the product being shown.
Paul