Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

    Default Re: Dual Currency Display Mod

    Can this also work if more then two currencies are used, we have 3 (CAD USD EURO)
    IntelCos

  2. #12
    Join Date
    Dec 2006
    Posts
    53
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    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.

  3. #13
    Join Date
    Apr 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Quote Originally Posted by Kansai_mike View Post
    This works beautifully on my 1.3.6 cart. See it here for Japanese Yen and US Dollars http://tinyurl.com/34lg7l
    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

  4. #14
    Join Date
    Apr 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    I found the answer to my Q in the previous post:

    In the product_lisitng.php find this code:

    Code:
     $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    Replace with this:

    Code:
    $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />' . zen_get_products_display_price_extra_currency($listing->fields['products_id']);

  5. #15
    Join Date
    Sep 2008
    Posts
    95
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Hi,

    I tried to install this mod on 1.3.8a but didnt worked, anybody have any idea what needed to be modify

    Time

  6. #16
    Join Date
    Dec 2006
    Posts
    53
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Sorry. It's been too long for me to remember.

  7. #17
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Hi, can someone confirm whether this works on 1.3.8 ?

    Thanks

  8. #18
    Join Date
    Sep 2008
    Posts
    95
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Quote Originally Posted by tj1 View Post
    Hi, can someone confirm whether this works on 1.3.8 ?

    Thanks
    just install a dummy site, in any test folder for zen cart, there you can test all mods, without effecting live site or waiting for some to answer does it work or not on any particular version.

    ~Time

  9. #19
    Join Date
    Feb 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    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

  10. #20
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Quote Originally Posted by MattC View Post
    Mike,

    Yes it can be done, but it requires hacking the core code.

    In includes/modules/pages/shopping_cart/header_php.php find:
    Code:
    $cartShowTotal = $currencies->format($_SESSION['cart']->show_total());
    then beneath it put:
    Code:
    $original_currency = $_SESSION['currency'];
    $_SESSION['currency'] = EXTRA_CURRENCY;
    $cartShowTotalExtraCurrency = $currencies->format($_SESSION['cart']->show_total());
    $_SESSION['currency'] = $original_currency;
    Now drop $cartShowTotalExtraCurrency anywhere you like into your cart template to display the subtotal in your second currency.

    You can repeat this process for other values as needed.

    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

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v138a Super Orders mod for Dual Pricing mod to show Reseller on Packing Slip
    By kavlito in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 29 Dec 2012, 08:17 PM
  2. Google sometimes crawls with currency in URL.. USER CURRENCY mod
    By gaffettape in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 May 2011, 05:05 AM
  3. Making Dual Pricing Mod and Add Customer from Admin Mod Work Together
    By r2llc1605 in forum Customization from the Admin
    Replies: 5
    Last Post: 19 May 2009, 04:37 AM
  4. Dual Currency with Dual Gateways (USD/CAD)
    By farhansabir in forum General Questions
    Replies: 3
    Last Post: 30 Mar 2009, 07:31 PM
  5. A slightly different dual currency question -- certain products in a certain currency
    By gordonblack in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 18 Jul 2007, 01:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg