"update" Button Doesn't Work In Cart Contents

Hi, hoping someone can help...

When a customer clicks on the cart button it takes them to the cart contents page. From there, they are supposed to be able to change the quantities of items in their cart. Once the quantities are changed the update button does nothing (the cursor does change to the hand symbol) and the quantities go back to the original values when the customer checks out.

The "update" button doesn't seem to link to anything...

I'm using 4.2.3

Thanks in advance

Mick

Cart page contains two Recalculate buttons

1. Main button at the top part of the page. It submits the form with cart content

2. Additional button in the footer. It emulates click on the main button

So if the top button is removed by you or your developer, the update functionality will not work

The div with this top button RECALCULATE should have a hidden class if you don't want to show it.

[attachment=12784:cart contents page.jpg]Hi, thanks for the responses.

I never seemed to have two buttons. I have modified the basics of the site myself and would not of had the knowledge to remove one. Here is a screenshot of how the page looks...

Thanks again for considering my problem. : )

cart contents page.jpg

attachicon.gifcart contents page.jpgHi, thanks for the responses.

I never seemed to have two buttons. I have modified the basics of the site myself and would not of had the knowledge to remove one. Here is a screenshot of how the page looks...

Thanks again for considering my problem. : )

Check original file in var/themes_repository directory and put back top buttons. As was mentioned earlier, to hide these buttons use hidden class

Thank you. Do you know what the original file is called / where I would find it? Thanks again

Thank you. Do you know what the original file is called / where I would find it? Thanks again

Please check

design/themes/THEME/templates/views/checkout/components/cart_content.tpl

var/themes_repository/THEME/templates/views/checkout/components/cart_content.tpl

Please check

design/themes/THEME/templates/views/checkout/components/cart_content.tpl

var/themes_repository/THEME/templates/views/checkout/components/cart_content.tpl

Thanks eComLabs, that's very helpful.

I have managed to restore the original buttons and the functionality has returned. It seems I had "commented out" the top row of buttons.

However is there a simple way to hide this section? as it seems to be pretty much a repeat of the button row at the bottom.

Thanks again for taking the time to help. :-)

ps - here is the section that I would like hide from view, but retain the functionality...

[attachment=12793:cart fix pre change hlight.jpg]

cart fix pre change hlight.jpg

Just add hidden class after clearfix one

Thanks again, but I’m not sure of the syntax to do this. : (

Is this what I put in?

...

Just replace

with

Thanks again eComLabs. I really appreciate you taking the time to help. I’m learning slowly…, 🙂

You are welcome!