Hi there,
I'm using te code below to display the cart value etc. on my pages, but for some reason, it doesn't seem to work on the brochure pages e.g.:
http://www.sayitonmobile.com/acatalog/home.htm
But it works on the other pages. Secondly, there are two <br> tags on the output for this page, they aren't in the brochure template or anywhere else that I can find. Any ideas would be most appreciated!
cheers,
Alex
NETQUOTEVAR:CARTCOOKIEITEMS
<script language="JavaScript">
<!--
document.write(getCartItem(3));
// -->
</script><br> NETQUOTEVAR:CARTCOOKIEVALUE
<script language="JavaScript">
<!--
document.write(getCartItem(1));
// -->
</script>
I'm using te code below to display the cart value etc. on my pages, but for some reason, it doesn't seem to work on the brochure pages e.g.:
http://www.sayitonmobile.com/acatalog/home.htm
But it works on the other pages. Secondly, there are two <br> tags on the output for this page, they aren't in the brochure template or anywhere else that I can find. Any ideas would be most appreciated!
cheers,
Alex
NETQUOTEVAR:CARTCOOKIEITEMS
<script language="JavaScript">
<!--
document.write(getCartItem(3));
// -->
</script><br> NETQUOTEVAR:CARTCOOKIEVALUE
<script language="JavaScript">
<!--
document.write(getCartItem(1));
// -->
</script>
Comment