When you create a coupon, the description used in the checkout and on the invoice, is the name of the coupon. Is there any way to customise this?
Example:
Create coupon: DISCOUNT30
Checkout display:
Product £5.50
DISCOUNT30 -£1.50
I would like:
Product £5.50
Discount Voucher DISCOUNT30 -£1.50
Codes aren't always going to be that explicit (eg XYZ123, so without a descriptive caption, I feel this could be confusing for the customer)
I can find the variable 'Adjustment Caption' (layout: shopping cart adjustment row | adjustment line), but if I add text to this layout, I am assuming that this layout is used for things other than just the discount code, so will not look OK if the adjustment is something other than a voucher code.
There is probably a good way around this using BLOCK IF's, but I wondered if either
a) there is simply a setting to adjust this layout (eg code = xxx display of code = yyy)
or b) someone already has this worked out
Example:
Create coupon: DISCOUNT30
Checkout display:
Product £5.50
DISCOUNT30 -£1.50
I would like:
Product £5.50
Discount Voucher DISCOUNT30 -£1.50
Codes aren't always going to be that explicit (eg XYZ123, so without a descriptive caption, I feel this could be confusing for the customer)
I can find the variable 'Adjustment Caption' (layout: shopping cart adjustment row | adjustment line), but if I add text to this layout, I am assuming that this layout is used for things other than just the discount code, so will not look OK if the adjustment is something other than a voucher code.
There is probably a good way around this using BLOCK IF's, but I wondered if either
a) there is simply a setting to adjust this layout (eg code = xxx display of code = yyy)
or b) someone already has this worked out