Announcement

Collapse
No announcement yet.

Items and Value side by side

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

    Items and Value side by side

    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?

    #2
    If you mean the mini cart totals then remove the <BR> as follows:

    Code:
    ...
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    ...
    remove <BR> to get:

    Code:
    ...
    script language="JavaScript">
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
    ...

    Comment


      #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


        #4
        It is working for me - have you purged the browser cache to see the new page?


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          I have now cleared my cached files and tried it again but I'm still seeing Items placed above Value.

          Oh well at least everyone else will see it correctly. Thank you.

          Comment

          Working...
          X