Can this also work if more then two currencies are used, we have 3 (CAD USD EURO)
Can this also work if more then two currencies are used, we have 3 (CAD USD EURO)
IntelCos
I don't see why not. Maybe add extra currency3 to the function. My only thought would be that it would add more text to the page thus decreasing your keyword density. You'd have alot of EUROs which I think is a pretty popular keyword.
Cheers for the work done on this great mod.
Mike, I notice that you also have dual pricing on your product listing pages. Can you please pont me in the right direction to set this up? I can only get dual pricing on my product info page (tpl_product_info_display.php).
Many thanks,
Geo
I found the answer to my Q in the previous post:
In the product_lisitng.php find this code:
Replace with this:Code:$lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
Code:$lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />' . zen_get_products_display_price_extra_currency($listing->fields['products_id']);
Hi,
I tried to install this mod on 1.3.8a but didnt worked, anybody have any idea what needed to be modify
Time
Sorry. It's been too long for me to remember.
Hi, can someone confirm whether this works on 1.3.8 ?
Thanks
Hi,
I am from UK. I have used the supplied code for the dual currency and works perfectly fine.
Currently I have configured as USD as my default currency.
After using the code it is also showing me Euro too.
What if I want to display 3-4 currencies. like
USD
Euro
AUS - Australia
CAN - Canada
INR - india
I can see all these currencies in Localization->Currencies and I update this too. By the way is there a way update the currecy listing by "cron"?
Much appreciate your help
Harry
Hellos..
I do it from total in all pages and it's great, but i want add in prices uniques, Price Total...
For example, Shopping Cart Price on Price Unit, Price Total..
I add on Sub-Total: RD $500 / US $14.28 and looks great..
I want this format in any place with Price RD $500 / US $14.28 ..
Regards..
Jose Bourdier