Email Receipt template is done for the PayDriver.
This commit is contained in:
parent
43fb424433
commit
5ad6047fb2
2 changed files with 41 additions and 5 deletions
|
|
@ -377,7 +377,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'orderStatus' => {
|
||||
message => q|The status of this item, Shipped, Canceled, Backordered or NotShipped.|,
|
||||
message => q|The internationalized status of this item, Shipped, Canceled, Backordered or Not Shipped.|,
|
||||
lastUpdated => 1213135307,
|
||||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
|
@ -472,6 +472,30 @@ our $I18N = {
|
|||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
||||
'item lastUpdated' => {
|
||||
message => q|The date this transaction item was last updated.|,
|
||||
lastUpdated => 1213133715,
|
||||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
||||
'item quantity' => {
|
||||
message => q|The quantity of the SKU that was purchased.|,
|
||||
lastUpdated => 1213133715,
|
||||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
||||
'item price' => {
|
||||
message => q|The unformatted price of this SKU.|,
|
||||
lastUpdated => 1213137846,
|
||||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
||||
'item vendorId' => {
|
||||
message => q|The ID of the vendor of this item.|,
|
||||
lastUpdated => 1213137846,
|
||||
context => q|Template variable for email receipt template|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue