ok, just playing with v7 templates and dual currencies.
I have the currency setup to display as "£1.00 / E1.00" and this works ok in the product display, but in the basket display it put's it on a new line (see attachment)
I view the source code bu it just looks like this -
which seems ok.
Any idea where the new line is coming from?
And if Normans watching - will this be fixed when I add norprice?
I have the currency setup to display as "£1.00 / E1.00" and this works ok in the product display, but in the basket display it put's it on a new line (see attachment)
I view the source code bu it just looks like this -
Code:
document.write("Items: " + getCartItem(3)+" <BR>"); document.write("Value: " + getCartItem(1));
Any idea where the new line is coming from?
And if Normans watching - will this be fixed when I add norprice?
Comment