Coupon message

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi,

in ApplyDiscountCoupon in case of wrong discount we have always the same message:

//general error text
model.DiscountBox.Messages.Add(_localizationService.GetResource("ShoppingCart.DiscountCouponCode.WrongDiscount"));

//discount cannot be found
model.DiscountBox.Messages.Add(_localizationService.GetResource("ShoppingCart.DiscountCouponCode.WrongDiscount"));

//empty coupon code
model.DiscountBox.Messages.Add(_localizationService.GetResource("ShoppingCart.DiscountCouponCode.WrongDiscount"));

it would be better have three difference message.

thanks
kava
4 years ago
Hi.
Thanks for the suggestion. Here is a work item.
4 years ago
Done. You can see changes here.
Thanks for the suggestion.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.