• Hi using Divi theme and in the menu is a shopping cart icon with items count. Now when adding items it works but when removing items it works on the side cart but not on the menu cart icon with number of cart items. I added the class et_pb_menu__cart-button to get it to use the icon to trigger your plugin if that makes sense.

    I am also using this to make the icon not going to the cart page:

    jQuery(document).ready(function($){
    $(“a.et_pb_menu__icon.et_pb_menu__cart-button”).attr(‘href’,’#cart’);
    });

  • The topic ‘Doesn’t refresh Divi items count when removed items’ is closed to new replies.