When i execute your page, its throws java script error like
Quote:
|
Error: document.ps_cart.cart_subtotal is undefined
|
in the function updateTotals
You have called updateShipping inside which you have called updateOverall,
Neither of the functions working after that error..
cart_subtotal is not found in the document, that what the error tells.
Correct the error, it will work..
If you are working with javascript, use Firefox error console.
It will show if any error occurs.
It is in Tools > Error Console you can use short key -> Ctrl +Shift + j
__________________
There is no secret ingredient.
Last edited by phpdasan; 08-17-2010 at 04:40 AM..
Reason: spelling and sentence correction
|