Hi all,
Just wondering if there is a way to get this standard feature of Actinic (cart contents and price):
<script language="JavaScript">
<!--
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
// -->
</script>
... to work on any page outside of Actinic?
Any help greatly received.
Cheers
Just wondering if there is a way to get this standard feature of Actinic (cart contents and price):
<script language="JavaScript">
<!--
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
// -->
</script>
... to work on any page outside of Actinic?
Any help greatly received.
Cheers
Comment