Update cart button not working in custom theme cart page


It’s because of cart sessions clear past sesstions in below path

wp-admin –> WooCommerce –> Status –> Tools –> Clear all sessions

And because of missing code in cart page please find below code should be available in cart.php

<?php wp_nonce_field( ‘woocommerce-cart’ ); ?>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s