Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    15
    Plugin Contributions
    0

    help question Display Currency Symbol on Shipping /Checkout Pages

    How do I display the current currency symbol in text that I wish to display on the Checkout and Shopping Cart Pages

    Currently is says ...

    Please note: Your Shopping Cart Sub-Total does not include 3.00 postage and handling which will be added at the checkout.

    What I'd like it to say is ...

    Please note: Your Shopping Cart Sub-Total does not include $3.00 postage and handling which will be added at the checkout.

    The code for the current bit looks like this ...

    define('TEXT_INFORMATION', 'Please note: Your Shopping Cart Sub-Total does not include ' . MODULE_SHIPPING_FLAT_COST . ' postage and handling which will be added at the checkout.');

    So what do I need to put before . MODULE_SHIPPING_FLAT_COST . to include the selected currency symbol.

    I tried . MODULE_CURRENCIES_SYMBOL_LEFT . MODULE_SHIPPING_FLAT_COST . but that doesn't work.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Display Currency Symbol on Shipping /Checkout Pages

    You could use:
    Code:
    define('TEXT_INFORMATION', 'Please note: Your Shopping Cart Sub-Total does not include ' . $currencies->format(MODULE_SHIPPING_FLAT_COST) . ' postage and handling which will be added at the checkout.');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v151 Currency symbol problem
    By DigiBooks in forum General Questions
    Replies: 3
    Last Post: 25 Apr 2015, 05:39 PM
  2. v150 Currency Symbol for Prices
    By rajesh_205 in forum General Questions
    Replies: 1
    Last Post: 30 Aug 2012, 01:27 PM
  3. Show currency symbol at checkout
    By Rob905 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jun 2009, 05:27 PM
  4. Help with UK currency symbol?
    By jonb in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 3
    Last Post: 3 Aug 2007, 11:34 PM

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