I am pasting the code below to get items in cart to show on my brochure pages but it is returning a script error:
I've done this before and never had a problem can anyone see why now?
page: http://s136528768.websitehome.co.uk/gifts/comments.html
Having a nightmare! so if anyone could also see why I also can't go through the checkout phase I'd appreciate it,
regards
Bangers
<td align="right" bgcolor="#0099CC" class="quickcart">Your Basket |
<script language="JavaScript">
<!--
document.write("Items: " + getCartItem(1)+" ");
document.write("Value: " + getCartItem(1));
// -->
</script></td>
<script language="JavaScript">
<!--
document.write("Items: " + getCartItem(1)+" ");
document.write("Value: " + getCartItem(1));
// -->
</script></td>
page: http://s136528768.websitehome.co.uk/gifts/comments.html
Having a nightmare! so if anyone could also see why I also can't go through the checkout phase I'd appreciate it,
regards
Bangers
Comment