• Resolved iwdok

    (@iwdok)


    The problem is that when you delete items from your cart, the jQuery event removed_from_card is not triggered, and also updated_cart_totals. So i can’t add my logic for the shop page.

    There is code
    $(document.body).on(‘removed_from_cart updated_cart_totals’, function () {
    // magic that can’t happen
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events problem’ is closed to new replies.