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:
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:
HTML 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>
Does anyone have any idea as to what the problem may be? Thank you.
Comment