added coupons
This commit is contained in:
parent
05f14b3b76
commit
102b5fd1ae
13 changed files with 456 additions and 23 deletions
98
lib/WebGUI/i18n/English/Asset_FlatDiscount.pm
Normal file
98
lib/WebGUI/i18n/English/Asset_FlatDiscount.pm
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
package WebGUI::i18n::English::Asset_FlatDiscount;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'add to cart' => {
|
||||
message => q|Add To Cart|,
|
||||
lastUpdated => 0,
|
||||
context => q|a button label|
|
||||
},
|
||||
|
||||
'template' => {
|
||||
message => q|Template|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|
|
||||
},
|
||||
|
||||
'template help' => {
|
||||
message => q|Choose the template you wish to use to display this coupon.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|
|
||||
},
|
||||
|
||||
'must spend' => {
|
||||
message => q|Must Spend|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|
|
||||
},
|
||||
|
||||
'must spend help' => {
|
||||
message => q|How much must a visitor spend in this transaction for the discount to be applied?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|
|
||||
},
|
||||
|
||||
'percentage discount' => {
|
||||
message => q|Percentage Discount|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|
|
||||
},
|
||||
|
||||
'percentage discount help' => {
|
||||
message => q|What percentage of the price will be subtracted by this coupon?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|
|
||||
},
|
||||
|
||||
'price discount' => {
|
||||
message => q|Price Discount|,
|
||||
lastUpdated => 0,
|
||||
context => q|a property label|
|
||||
},
|
||||
|
||||
'price discount help' => {
|
||||
message => q|What flat amount should be subtracted by this coupon?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a property label|
|
||||
},
|
||||
|
||||
'flat discount coupon template' => {
|
||||
message => q|Flat Discount Coupon Template|,
|
||||
lastUpdated => 0,
|
||||
context => q|a help label|
|
||||
},
|
||||
|
||||
'flat discount coupon template help' => {
|
||||
message => q|The following template variables are available for this asset.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a help label|
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Flat Discount Coupon|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of this asset.|
|
||||
},
|
||||
|
||||
'formHeader' => {
|
||||
message => q|The top of the form.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable description|
|
||||
},
|
||||
|
||||
'formFooter' => {
|
||||
message => q|The bottom of the form.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable description|
|
||||
},
|
||||
|
||||
'addToCartButton' => {
|
||||
message => q|A submit button with 'add to cart' written on it.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable description|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -3,12 +3,30 @@ package WebGUI::i18n::English::Asset_Sku;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'sku properties title' => {
|
||||
message => q|Sku Properties|,
|
||||
lastUpdated => 0,
|
||||
context => q|a help label|
|
||||
},
|
||||
|
||||
'shop' => {
|
||||
message => q|Shop|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of a tab that all Sku based assets have to put their commerce related settings.|
|
||||
},
|
||||
|
||||
'display title' => {
|
||||
message => q|Display Title?|,
|
||||
lastUpdated => 0,
|
||||
context => q|propertly label|
|
||||
},
|
||||
|
||||
'display title help' => {
|
||||
message => q|Indicate whether the title should be displayed or not.|,
|
||||
lastUpdated => 0,
|
||||
context => q|property label help|
|
||||
},
|
||||
|
||||
'description' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue