Jump to content

currency in URL


Axayaz

Recommended Posts

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 EUR
www....moda.sk/CZK.htm > page with changed currencies to CZK

It is possible? is some modul, or some script?

  • Like 1
Link to comment
Share on other sites

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

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

  • 1 year later...
  • 3 years later...

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 by lecairelinens (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...