I was wondering whether it was possible to link to the shopping cart within the Brochure Pages? and also whether is was possible to use the JavaScript that provides a summary of the shopping cart also in these pages???
<div align="center"> <span class="actxxsmall"><br><a href="NETQUOTEVAR:NAVBCARTLINK">Shopping Basket</a>:<br>
<script language="JavaScript">
document.write("Items: " + getCartItem(3)+" <BR>");
document.write("Value: " + getCartItem(1));
</script>
</span> </div>
And what NETQUOTEVAR variables would I need to include within this page to make the above code functional.
<div align="center"> <span class="actxxsmall"><br><a href="NETQUOTEVAR:NAVBCARTLINK">Shopping Basket</a>:<br>
<script language="JavaScript">
document.write("Items: " + getCartItem(3)+" <BR>");
document.write("Value: " + getCartItem(1));
</script>
</span> </div>
And what NETQUOTEVAR variables would I need to include within this page to make the above code functional.
Comment