Hydro Posted June 3, 2010 Share Posted June 3, 2010 Hi to all PrestaShop users!I heave a problem, I want to set the shops currency to USD form PHP or from settings.I had wrote a JavaScript witch executes setcurrency(2) and after that set a cookie CRC = changed, but i need to do this form PHP cuz if somebody has JS disabled this method fails.I get my prices in EUR and the shops default currency is EUR and is fine like this but I want to set Front Office currency to be only USD.Thank You. Link to comment Share on other sites More sharing options...
tomerg3 Posted June 3, 2010 Share Posted June 3, 2010 You can change /init.php and add the following line around line #50, so it looks like: $cookie->id_currency = 2; $currency = Tools::setCurrency(); I haven't tested it, but it should work. Link to comment Share on other sites More sharing options...
Hydro Posted June 3, 2010 Author Share Posted June 3, 2010 IT WORKS!Thank You. Link to comment Share on other sites More sharing options...
tomerg3 Posted June 3, 2010 Share Posted June 3, 2010 Anytime, just please add the word [sOLVED] at the start of the thread title... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now