我想编写一个观察者函数,只要购物车总数发生变化就会触发。
Eg: When add/remove products in the cart,
Add rewards/coupon codes to the cart
我的观察者函数将检查购物车总数是否大于零。如果不是,它将对总计进行一些计算并将计算的值保存到报价中。
我尝试了以下事件。但没有一个符合要求。
controller_action_postdispatch_checkout_cart_index
sales_quote_address_collect_totals_before
任何建议将不胜感激。提前致谢。