Cart page: Product Total
-
Hi, I noticed that in the cart page, when I change the quantity of the product in the first row by clicking on the spinner buttons, the total price just prints out the number that is in the input textbox, meaning that it does not multiply the product’s unit price with my input quantity (eg. input quantity=’124′, total=’$124′). This also happens when I type in an input and click my cursor anywhere outside the input textbox. However when I click on ‘update cart’, only then will the total price in the first row show the correct price.
This does not happen for the subsequent rows in the cart. For the second and third product items, the total price for each product reflects correctly after I increase or decrease the quantites using the spinner buttons (this happens before I click on ‘update cart’).
Why does it only happen to the first row and how can I fix it? Thanks.
The page I need help with: [log in to see the link]
The topic ‘Cart page: Product Total’ is closed to new replies.