Announcement

Collapse
No announcement yet.

item: value: problem

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

    item: value: problem

    hi there i have now managed to upload the site sucessfuly (hoora!)

    But have notice taht i have managed to delete the item:0 value:0 part off from the side menu, can anybody show me the code to get this back in my menu table???

    also i canot get the login button to work? any ideas?

    regards

    #2
    The code you need to add back into your Act_Primary.html and Act_BrochurePriamry.html templates is:

    Code:
    <script language="JavaScript">
    document.write("&nbsp;Cart Contents:&nbsp;&nbsp;&nbsp;&nbsp;NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;&nbsp;&nbsp;");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1)+"&nbsp;");
    </script>
    I have added a few extra spaces to pad for my site but can should be able to delete or add to suit your own layout


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      thank you kindly

      Comment

      Working...
      X