If you have enabled the auto-update feature but still see the “Update Cart” button on your cart page, this is likely due to the plugin settings or theme compatibility.
How to Hide the “Update Cart” Button
- Go to WooCommerce > WC Auto Update Cart > General Settings.
- Find the option labeled Hide “Update Cart” Button.
- Check the box to hide the button.
- Click Save Changes.
If the Button Remains Visible
- Theme Override: Some WooCommerce themes or page builders may override the default cart template and manually add the “Update Cart” button, ignoring the plugin’s hide command.
- Cache Issues: Clear all caches (browser, WordPress caching plugins, and server cache).
- Custom Cart Page: Ensure your cart page uses the standard WooCommerce cart shortcode
[woocommerce_cart]
. Custom templates may not fully support the plugin’s button-hiding feature.
If issues persist, try switching to a default WooCommerce theme like Storefront to check if the theme is causing the problem.