Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Magento のコードを理解するのに非常に苦労しています。
カート内の商品がすでに割引されている場合にクーポン コードが機能しないように、クーポン コードを傍受する方法が必要です。
どうすればこれを達成できますか?
これは、オブザーバーを使用してcontroller_action_predispatch_checkout_cart_couponPostイベントをサブスクライブすることで実現できます。
controller_action_predispatch_checkout_cart_couponPost
または、カート コントローラーをオーバーライドします。具体的にはcouponPostAction、
couponPostAction