$locales['UK'] = array(
'url' => 'http://ecs.amazonaws.uk/onca/xml',
'name' => t('United Kingdom'),
Should read
$locales['UK'] = array(
'url' => 'http://ecs.amazonaws.co.uk/onca/xml',
'name' => t('United Kingdom'),
co. is missing from the url
Comments
Comment #1
rburr49 commentedI think I've cracked this one - you indeed have to apply the above change in amazon.module BUT you must also then purge the cached value which is stored in the database in the "cache" table under the cid "amazon:metadata" - should be good to go once you've done that...
RB
Comment #2
isani commentedConfirming -- changing the address in amazon.module and removing the line from cache made Amazon.co.uk work for me. Thanks, hooperman and rburr49.
Comment #3
dbr commentedamazon.module now correctly uses .co.uk. Closing.
Comment #4
dbr commented