Hello,
I need to remove one item in the quote, but with the events:
checkout_cart_product_add_after
quote_item_load_after
controller_action_predispatch_checkout_cart_add
doesn't work.
I need an event that can remove the item before it sow in the checkout/cart. With the previously first time the item is added and the next time i buy a product, the cart is empty.
Maybe there's another explanation, but i can't imagine why it appends.
i apreciate any help. Regards.