Hi,
I want to be able to display the cart like below, but on a page which is on the same domain, but isn't in the /acatalog/ folder.
<script language="JavaScript">
document.write("<b>NETQUOTEVAR:CARTCOOKIEITEMS </b>" + getCartItem(3)+"<br>");
document.write("<b>NETQUOTEVAR:CARTCOOKIEVALUE </b>" + getCartItem(1));
</script>
Is this possible? IF so how do i do it?
Cheers
Angie
I want to be able to display the cart like below, but on a page which is on the same domain, but isn't in the /acatalog/ folder.
<script language="JavaScript">
document.write("<b>NETQUOTEVAR:CARTCOOKIEITEMS </b>" + getCartItem(3)+"<br>");
document.write("<b>NETQUOTEVAR:CARTCOOKIEVALUE </b>" + getCartItem(1));
</script>
Is this possible? IF so how do i do it?
Cheers
Angie
Comment