• doughballs

    (@doughballs)


    As well as the sidecart, I also have a cart visible on the page at all times. This gets updated any time there is a change to the cart. However, if I remove an item via the sidecart, the page cart does not get updated. I tried running my update function on

    add_filter( 'woocommerce_remove_cart_item', 'woocommerce_header_add_to_cart_fragment', 10, 2 );

    But it seems the side cart does no hook into this. Any ideas?

  • The topic ‘Update main page cart when item removed from woo sidecart’ is closed to new replies.