我想编写一个观察者函数,只要购物车总数发生变化就会触发。
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
任何建议将不胜感激。提前谢谢。
答案 0 :(得分:1)
以下事件起到了作用。
controller_action_predispatch_checkout_cart_index