Announcement

Collapse
No announcement yet.

Items Value placeholder deleted help!

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

    Items Value placeholder deleted help!

    I accidently deleted the items value holder - and can't find the tag I need - help!

    Thanks

    #2
    Do you mean the cart summary that shows on every page? If so, here's the basic code:

    Code:
    <script type="text/javascript">
    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS"+getCartItem(3)+"<br />");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE"+getCartItem(1));
    // -->
    </script>
    www.gbradley.co.uk
    Web Development, Actinic Patches, Scripts & more

    Comment


      #3
      Kermy your a total star!

      Comment

      Working...
      X