add a thank you message to the FlatDiscount/Coupon

This commit is contained in:
Colin Kuskie 2008-06-12 16:01:36 +00:00
parent 6b759f2b8e
commit b57f289706
3 changed files with 30 additions and 7 deletions

View file

@ -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;