Hi i cant seem to find this information
How is it possible to put the basket information on brochure pages?
I have tried
<div align="center">
<span class="actxxsmall">
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
</span>
</div>
but i just get a blank box, is there a NETQUOTEVAR that i have missed
thanks
How is it possible to put the basket information on brochure pages?
I have tried
<div align="center">
<span class="actxxsmall">
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
</span>
</div>
but i just get a blank box, is there a NETQUOTEVAR that i have missed
thanks
Comment