Total Price Of Each Item Row In Checkout.cart Not Updating When Changing Quantity

Hi, the 'Total Price' which is the last column in the cart page is not updating correctly when I use the plus/minus buttons or number input field when changing the quantity. I have to reload the page for the change to reflect. However, the subtotal works just fine, it updates as soon as I change the quantity value.

Any suggestions on how to fix this?

Hi, the 'Total Price' which is the last column in the cart page is not updating correctly when I use the plus/minus buttons or number input field when changing the quantity. I have to reload the page for the change to reflect. However, the subtotal works just fine, it updates as soon as I change the quantity value.

Any suggestions on how to fix this?

try this: https://store.cart-power.com/cs-cart-automatic-cart-recalculate-add-on.html

I'm using version 4.11.3, so this should be enabled by default as that says. And that addon only says 'total cost', that isn't my problem it's the cost of the per item when I change quantity.

Let's say the cost for 1 product is 5. If I change the quantity to 2 in the cart, the 'Subtotal' and the 'Total Cost' will change to 10, but the 'Total Price' (on the left side of the screen, each product gets an entry in 'Total Price') stays at 5.

I'm using version 4.11.3, so this should be enabled by default as that says. And that addon only says 'total cost', that isn't my problem it's the cost of the per item when I change quantity.

Let's say the cost for 1 product is 5. If I change the quantity to 2 in the cart, the 'Subtotal' and the 'Total Cost' will change to 10, but the 'Total Price' (on the left side of the screen, each product gets an entry in 'Total Price') stays at 5.

Please provide us with the screenshot. Looks like you use additional block at the left side

Nevermind, I found the problem, I commented out a button in the cart_content.tpl file because I didn't want it to be seen, but it looks like I commented out a closing tag when I did that as well. I got it to work again, thanks anyway!