Announcement

Collapse
No announcement yet.

Multi-currency message

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

    Multi-currency message

    Hello
    I want to display prices in £ and $. Is it possible to add a line of text to the $ price (I want to say 'approximate price based on exchange rate). Also, can I run this text smaller than the default size?)
    thanks
    david

    #2
    Hi there,

    You can display prices in two currencies no problems. This can be done by going to View | Design Option | Miscellaneous under the 'Price Display' area activating 'Also Display Prices in,’ this will enable prices displayed in pound sterling and a chosen second currency.

    In terms of inserting the message, my suggestion will be to add a message in the Act_ProductPrice.html template (Advance | Template Manager | Section | Price (if not in button view click on the 'change view' button)).

    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      (I want to say 'approximate price based on exchange rate).
      You can have font tags around the text for you desired font size to make the text appear smaller, therefore the line should read;

      <font size="8">(I want to say 'approximate price based on exchange rate') </font>
      Thank You
      Menar Khan

      Comment

      Working...
      X