[Promotion] Add descriptive cart coupon validation messages

This commit is contained in:
Rafikooo 2024-09-05 07:55:02 +02:00
parent 7246f9cfb4
commit c2de78c937
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -58,6 +58,8 @@ sylius:
not_blank: Please enter coupon code.
regex: Coupon code can only be comprised of letters, numbers, dashes and underscores.
unique: This coupon already exists.
expired: Coupon code has expired.
ineligible: Coupon code is not valid for this order.
is_invalid: Coupon code is invalid.
promotion:
not_blank: Please provide a promotion for this coupon.