开发者

Magento - Link to Store With Specified Currency

开发者 https://www.devze.com 2022-12-28 11:27 出处:网络
The default currency on my store (http://twistedtime.com) is GBP.Is it possible to create a link which would open the st开发者_高级运维ore with a specified currency ie. USD.

The default currency on my store (http://twistedtime.com) is GBP. Is it possible to create a link which would open the st开发者_高级运维ore with a specified currency ie. USD.

When advertising on US based sites I'd like the store to open with USD as default.


You could write a plugin and detect locale to select a default currency then save it with sessions.

en-GB => GPB
en-US => USD
fr-FR => EUR

etc...

Mage_Core_Model_Store has a setCurrencyCode() method.

0

精彩评论

暂无评论...
验证码 换一张
取 消