Announcement

Collapse
No announcement yet.

Variable ProductPriceRaw Not Reading "0's"

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

    Variable ProductPriceRaw Not Reading "0's"

    Hi,

    For some reason whenever I use the variable ProductPriveRaw it does not show the 0's inside of the price, I am trying to get a simple variable to display the product price at the moment it looks like follows:

    block if
    Price: £ProductPriceRaw
    /block

    however if the price is £20.00 it displays as:

    Price: £20

    and not

    Price: £20.00 anyone know why this is? and is there a variable that I can use to display the trailing 00's

    Simon
    www.simonstaton.co.uk

    #2
    You'll probably need to format it using some php, as its name suggests it's just the raw figure, its not a formatted value. Why not use the already priced formats that actinic provides if it is just a price you are after?

    Comment

    Working...
    X