Help!
I have been trying to use the script for displaying the number of items and total cost but I cannot get it to work.
I can however display the number of items and total cost if I just use :
document.write getCartItem(3)
document.write getCartItem(1)
but as soon as I put them within an 'if' statement nothing happens.
I would be most grateful for any suggestions.
I have been trying to use the script for displaying the number of items and total cost but I cannot get it to work.
I can however display the number of items and total cost if I just use :
document.write getCartItem(3)
document.write getCartItem(1)
but as soon as I put them within an 'if' statement nothing happens.
I would be most grateful for any suggestions.
Comment