Can anyone shed any light on this problem for me please? (http://moonlightdesign.co.uk/acatalog/)
When I am in the shopping basket or checkout, my cart items display correctly, however if I carry on shopping, they display as 0, I have checked my cookie settings, done a web|refresh and checked the javascript as below for the cart items.
Cart Items:
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
The product sections and shopping cart are using the same templates so what could be causing this?
Many Thanks,
Tracey
When I am in the shopping basket or checkout, my cart items display correctly, however if I carry on shopping, they display as 0, I have checked my cookie settings, done a web|refresh and checked the javascript as below for the cart items.
Cart Items:
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
The product sections and shopping cart are using the same templates so what could be causing this?
Many Thanks,
Tracey
Comment