You are here:  » Change currency for Amazon results


Change currency for Amazon results

Submitted by IG on Mon, 2017-10-30 15:11 in

Hi David

I am using CHF for my price tapestry project. However, the amazon prices of the German Amazon store are in Euro and I also would like to show them in Euro. How can I do this?

Kind regards,
IG

Submitted by support on Mon, 2017-10-30 16:05

Hi,

Sure - if you edit html/searchresults_amazon.php and / or html/prices_amazon.php and look for the following code at line 6:

  require("../includes/common.php");

...and REPLACE with:

  require("../includes/common.php");
  $config_currencyHTML = "EUR";

Or if you'd prefer to use the € symbol;

  require("../includes/common.php");
  $config_currencyHTML = "€";

Cheers,
David.
--
PriceTapestry.com