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
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
Comment