Is it possible to have the currency changed without hard coding something, like having a adder to the url to change the currency?
thanks
ian
Is it possible to have the currency changed without hard coding something, like having a adder to the url to change the currency?
thanks
ian
Yes. That's how the currency-selection sidebox works presently.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Can you tell what the url looks like as mine does not change
looks like domainname.com/shop/index.php?main_page=index before and after i change currencies.
I was thinking that it should have a reference to currency=GB or something when selecting GB as currency.
Or am i off on a tangent here?
thanks
ian
Simply adding ¤cy=GBP will change the store into that currency, for that customer's shopping session.
After set, the URL will NOT continue to show it, since it's not needed in the URL once set. The prices, however, will be showing in the new currency, until logoff or closing the browser, or until selecting another currency.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.