olivercoquelin
02-Apr-2008, 11:01 AM
The Java applet that tells you how may items are in your basket and the total price is not appearing in the site www.poppyrocksshop.com for some reason.
If I view source on the uploaded pages it seems to be there in the code:
<td><div align="right"></div>
<div align="right"><span class="actxxsmall"> <font color="#265A53">
<script language="JavaScript">
<!--
document.write("Items: " + getCartItem(3)+" ");document.write("Value: " + getCartItem(1));
// -->
</script>
</font></span> </div></td>
I have checked that the text is not the same colour as the background.
Does anyone have any idea as to what the problem may be? Thank you.
If I view source on the uploaded pages it seems to be there in the code:
<td><div align="right"></div>
<div align="right"><span class="actxxsmall"> <font color="#265A53">
<script language="JavaScript">
<!--
document.write("Items: " + getCartItem(3)+" ");document.write("Value: " + getCartItem(1));
// -->
</script>
</font></span> </div></td>
I have checked that the text is not the same colour as the background.
Does anyone have any idea as to what the problem may be? Thank you.