Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Quote Originally Posted by jabe00 View Post
    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
    This code add on


    includes/templates/template_default/templates/tpl_shopping_cart_default.php

    <div id="cartSubTotal"><?php echo SUB_TITLE_SUB_TOTAL; ?> <?php echo $cartShowTotal?> <?php echo SUB_TITLE_SUB_TOTAL_DIVIDER; ?> <?php echo $cartShowTotalExtraCurrency ?></div>

    and get this RD $500 / US $14.28 is great..

    Now, how can do it same there...

    <td class="cartUnitDisplay"><?php echo $product['productsPriceEach']; ?></td>

    <td class="cartTotalDisplay"><?php echo $product['productsPrice']; ?></td>

    I wan see same format RD $500 / US $14.28...

    thanks again...

  2. #22
    Join Date
    Sep 2006
    Posts
    126
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    it does not work on 1.3.8a

  3. #23
    Join Date
    Jul 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    can omebody help me??? I want to display second currency in attributes and in chceckout process by I dont know how to.

  4. #24
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Quote Originally Posted by MattC View Post
    A few people have asked how to display a second currency on the product page. Here is a little mod that we use.
    Hope it helps,
    Matt
    Hi MattC,

    I am from India and I want to show prives in two currencies i.e.e USD and INR.

    I have INR installed in my zencart as an optional currency, and it is available from the currencies dorp down menu.

    Now, I do not know how can i show both currencies at the same time.

    Can you help me in doing this?

    I will be really thankful to you for this.

    regards,

    muteyaar

  5. #25
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Hi,

    I use this great MOD to show prices in GBP and USD but I also want to display the price in a third currency EURO. What changes do I have to make to allow me to show the three currencies, not just the two?

    Thanks in advance for any help.

  6. #26
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Anybody got a site this is working on? Kansai_mike's link isn't working. I would just like to see what this does.

    I was looking for a way of simply 'displaying' a second currency without selling in that currency as wondered if this would do that?

    Here is a further explanation of what I am looking for if you can help me:
    http://www.zen-cart.com/forum/showthread.php?p=1000002

    Thanks

    Paul
    Last edited by ardhill; 28 Feb 2011 at 11:46 AM.

  7. #27
    Join Date
    Sep 2008
    Posts
    95
    Plugin Contributions
    0

    Default Re: Dual Currency Display Mod

    Hi!

    Im testing this module on 1.5.1, working so far fine on operating part but CSS not working. I need CSS code to implement "line-through" and change in color for base price i.e. actual item price.

    Can anyone please help me to implement CSS for this for example in sale price:

    Example:

    by template default here what I get Price: $450.00 $400.00 Save: 11% off, in this $450 which is actual price comes with "line-through" and in different color.

    but when I add Dual currency code it is coming in new currency but in as-is format without line-through or different color.

    below are 2 different CSS codes effecting template I believe for this issue:
    Code:
    .normalprice, .productSpecialPriceSale {
    	text-decoration: line-through;
    	}
    
    AND FOR COLOR
    
    #mj-logo a, .product_head, .product_title, .product_price strong, span.title,.jsn-mainnav.navbar .nav > li > a, .jsn-mainnav.navbar .nav > li ul.nav-child li a, .mj-headcolor, .add_title, #mj-menu a, #mj-menu .mj-submenu li a, #mj-menu .mj-submenu ul.mj-text li, a:visited, a,.prodprice, .navNextPrevList a, .buttonRow .rightBoxContainer a, #cartProdTitle, .cartBoxTotal, .product_name a, .subproduct_name a, #mj-topbar .mj-grid16, .navbar .nav > li > a:hover, .navbar .nav > li > a:active, .breadcrumbs, #navBreadCrumb a:hover
    {
    	color:#3692CA;
    Or I need to change some other file also?

    thank you in advance.

    ~Time
    v1.5.1

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

    Default Re: Dual Currency Display Mod

    Hi!

    ok solved it, its alredy class given in functions_prices_extra_currency.php, those who confused like me can use these for their CSS and yes it works in v1.5.1 atleast in product info page, still testing other pages and checkout.

    Code:
    .normalpriceExtraCurrency, .productSpecialPriceSaleExtraCurrency etc.
    ~Time
    v1.5.1

 

 
Page 3 of 3 FirstFirst 123

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR