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
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
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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