add a thank you message to the FlatDiscount/Coupon
This commit is contained in:
parent
6b759f2b8e
commit
b57f289706
3 changed files with 30 additions and 7 deletions
|
|
@ -93,6 +93,18 @@ our $I18N = {
|
|||
context => q|template variable description|
|
||||
},
|
||||
|
||||
'thank you message help' => {
|
||||
message => q|Write a "thank you message", this could also just be a notice that something was added to the cart.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for default price field|
|
||||
},
|
||||
|
||||
'hasAddedToCart' => {
|
||||
message => q|A condition indicating that the user has added the product to their cart, so we can display the thank you message.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue