Coupon message

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 4 ans
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
Il y a 4 ans
Hi.
Thanks for the suggestion. Here is a work item.
Il y a 4 ans
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.