Voeg deze code aan functions.php of Code Snippets.


// update cart on quantity change
// ----------------------

add_action( 'wp_footer', 'bbloomer_cart_refresh_update_qty' );

function bbloomer_cart_refresh_update_qty() {
if (is_cart()) {
?>