Is it possible to get the cart "Items and Value" which appear one above the other in the JavaScript display to appear side by side instead?
Announcement
Collapse
No announcement yet.
Items and Value side by side
Collapse
X
-
If you mean the mini cart totals then remove the <BR> as follows:
Code:... document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" <BR>"); ...
Code:... script language="JavaScript"> document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" "); ...
-
I tried this suggestion but it doesn't seem to work. Here's the link:
http://www.poppyrocksshop.com/acatalog/index.html
Can you see where I've gone wrong?
Comment
Comment