Announcement

Collapse
No announcement yet.

The basket update

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

    The basket update

    Hello,

    I have another question for today if anyone can help?

    I have a feature on the act_primary.html which allows customers to view the content amount in their shopping basket it says "items:0" and "value:0" this shows at the top of the page, link below.

    http://www.bitpod.co.uk/clients/blac...alog/shop.html

    Does anybody know how I can include this feature on the act_brochureprimary.html as well?

    It would be great if you could.

    Thanks

    Angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    Code:
    <script language="JavaScript">
    				<!--
    				document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
    				document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    				// -->
    				
                      </script>
    Owner of a broken heart

    Comment


      #3
      You also need to include the line

      <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

      just above the </head> tag in Act_BrochurePrimary.html

      Comment

      Working...
      X