You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed this on a new store using the starter frontend and found that out of the box the promotions I was creating weren't working when I put the coupon code in on the cart page. This was because the CouponCodesController references the stock Solidus::PromotionHandler::Coupon. Swapping it out for SolidusFriendlyPromotions::PromotionHandler::Coupon fixes the issue.
I'm not sure if there are other touchpoints that need to be handled, but we should probably document at least this touchpoint.
The text was updated successfully, but these errors were encountered:
I installed this on a new store using the starter frontend and found that out of the box the promotions I was creating weren't working when I put the coupon code in on the cart page. This was because the
CouponCodesController
references the stockSolidus::PromotionHandler::Coupon
. Swapping it out forSolidusFriendlyPromotions::PromotionHandler::Coupon
fixes the issue.I'm not sure if there are other touchpoints that need to be handled, but we should probably document at least this touchpoint.
The text was updated successfully, but these errors were encountered: