Axayaz Posted October 24, 2010 Share Posted October 24, 2010 Hi,sorry for my english, but I need help.I have shop with 2 currencies. EUR and CZK. I want have EUR for classic homepage. Its normal.But I want change currencies in URL.. For example www....moda.sk > normal page with EURwww....moda.sk/CZK.htm > page with changed currencies to CZKIt is possible? is some modul, or some script? 1 Link to comment Share on other sites More sharing options...
tomerg3 Posted October 25, 2010 Share Posted October 25, 2010 it's possible to make a new php page that will do the currency change, and then redirect the use to the main site.You may want to check out my Location & Currency detection module (http://www.presto-changeo.com/prestashop-free-modules/21-location-detection.html)It lets you automatically open the shop in the language and currency of the user (based on their country). Link to comment Share on other sites More sharing options...
Axayaz Posted October 25, 2010 Author Share Posted October 25, 2010 it's possible to make a new php page that will do the currency change, and then redirect the use to the main site.You may want to check out my Location & Currency detection module (http://www.presto-changeo.com/prestashop-free-modules/21-location-detection.html)It lets you automatically open the shop in the language and currency of the user (based on their country). Hi,I tested location detection module, but is very difficult for me. And IP are not so correct for SR, CR.But I bought from you Duplicate URL Redirect> this modul is perfect.I will try make new php, but it is difficult, too Link to comment Share on other sites More sharing options...
prhps Posted March 12, 2012 Share Posted March 12, 2012 I also need the solution for this: direct URL for exact currency. I run 1.4, and module from presto changeo is not free:( Link to comment Share on other sites More sharing options...
lecairelinens Posted April 16, 2015 Share Posted April 16, 2015 (edited) Not sure if this was answered on some other forum, but in case it is not and since this is the first thing that pops on google search when I looked for "presta shop currency in URL" We are on PrestaShop 1.6.12 It should allow you to do it with SubmitCurrency=anything&id_currency=1 yoururl.com/page.html?SubmitCurrency=yes&id_currency=1 yoururl.com/page.html?SubmitCurrency=yes&id_currency=2 id_currency should be the currency IDs in the Currency setup on the admin Note: id_currency is by default blocked in prestaShop's robots.txt file. I am not an expert on Google Merchant, but if their crawler/checker is abiding by the robots.txt or you need the regular GoogleBot to pick up these different currency URLS, you will need to Allow id_currency in the robots.txt file Edited April 16, 2015 by lecairelinens (see edit history) 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