Announcement

Collapse
No announcement yet.

Removing the currency symbol

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Removing the currency symbol

    Hi everyone,

    I'm wondering if there is a way to remove the $ from appearing on the product pages and in the cart/receipt. We use a lot of different currencies and the pricing is not based on a simple conversion.

    Our ERP system will assign the correct currency when the order is imported.

    I see that I can display "$" or "CAD" but is there a way to just display 10.00 instead of $10.00 for example?

    Thanks
    http://www.TheLondonPoject.ca
    Located at Vancouver, Canada

    #2
    You will have to remove that in the Database. Go into the currencies table and remove the $ symbol against the US currency.

    Make sure to make a backup of the database before making any changes.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Excellent, thank you! I'm trying that now.
      http://www.TheLondonPoject.ca
      Located at Vancouver, Canada

      Comment


        #4
        Just to update this thread.

        This suggestion didn't work. If I remove the symbol from the "currencies table" the whole price disappears.

        However, removing the symbol from the "catalog table" does work.
        http://www.TheLondonPoject.ca
        Located at Vancouver, Canada

        Comment


          #5
          Originally posted by Bruce View Post
          You will have to remove that in the Database. Go into the currencies table and remove the $ symbol against the US currency.

          Make sure to make a backup of the database before making any changes.

          Kind regards,
          I would like to display the price with the currency symbol - £

          and also as a seperate integer value including the decimal place.


          eg £3.25

          and in a completely differnet place as 3.25

          However i want to be able to use it not in a visable field of the page but rather a variable,

          any ideas appreciated

          cheers, lee
          http://www.novadetox.co.uk

          Comment


            #6
            Do you want to use the price in a variable online in some JavaScript or in Actinic before page generation?

            Comment

            Working...
            X