Hi
First of all I apologise if this is really dumb! However, after checking out and completing a transaction the 'mini cart' isn't clearing and still shows the totals I've just purchased. The mini cart only clears if I view the main cart - the totals are then reset to '0'.
I'm convinced that when I originally set this up on another server the mini cart cleared after checkout?
The javascript creating the totals is as follows:
<span class="actxxsmall">
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script></span>
Thanks
Anthony
First of all I apologise if this is really dumb! However, after checking out and completing a transaction the 'mini cart' isn't clearing and still shows the totals I've just purchased. The mini cart only clears if I view the main cart - the totals are then reset to '0'.
I'm convinced that when I originally set this up on another server the mini cart cleared after checkout?
The javascript creating the totals is as follows:
<span class="actxxsmall">
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script></span>
Thanks
Anthony
Comment