Another problem:
Using the magnify option in IE7 (lower right corner), the currency symbols mix up.
Screenshots included of
100%
125%
150%
Help is greatly appreciated. Thx.
T.
Printable View
Another problem:
Using the magnify option in IE7 (lower right corner), the currency symbols mix up.
Screenshots included of
100%
125%
150%
Help is greatly appreciated. Thx.
T.
I have done this with my site
http://shop.dgbremner.com
Example CAD
1 Admin-->Localization --> Currencies
2 Edit the symbol left to display $
3 Edit the symbol right to display CAD, " " will add a space after your prices then the CAD, so customers know what currency they are dealing with during shopping.
4 do this with all the other currencies you wish to use.
5 go to shop/includes/modules/header_currencies.php and edit it to look like this:
$currencies_array[] = array('id' => $key, 'text' => (zen_not_null($value['symbol_right']) ? $value['symbol_right'] : $value['symbol_right']) );
That will display the CAD instead of the $.
I'd love to figure out how to replace the text with images. In my case, I have 2 currencies, and I need one image displayed when the currency is not selected and another displayed when the currency is selected.
I am also looking for replacing the currency symbol text with images. Does anyone know how to do that? Please advise. Thank you.
How can I highlight the active or selected currency text in the header?
I am using the Currency/Language mod provided by Bunyip.
Thanks.
this mod is great! I'd like to use the word english rather then have a flag is this possible?
Same here... let's say I have both english and french languages installed. I would like to have the word link "English" when the site is currently showing in french, and vice-versa.
Is this possible?
Thanks in advance!
anyone have any ideas on this? would be a great addition to this great mod, thanks in advance!
Hello.
I've uloaded the files to the root directory and added the code to the tpl_header.php but the mod does not show up. I use CherryZen. Where should this mod be turned on/of in the Amin?