I have my site setup do display pounds and euros. In the shopping cart it outputs the price as follows:
£8.50 / Euros9.95
I would like to format this output a little, perhaps change the word Euros for the euro symbol and also move it to the line bellow and maybe make it smaller font size so that it doesn't make the cart too confusing.
This is all contained in the variable: <Actinic:Variable Name="Price"/> but I cant work out how I can edit the output of this variable?
Until I've played with it I'm not sure what will work best or even if its better to leave as is.
£8.50 / Euros9.95
I would like to format this output a little, perhaps change the word Euros for the euro symbol and also move it to the line bellow and maybe make it smaller font size so that it doesn't make the cart too confusing.
This is all contained in the variable: <Actinic:Variable Name="Price"/> but I cant work out how I can edit the output of this variable?
Until I've played with it I'm not sure what will work best or even if its better to leave as is.
Comment