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
|
|
@ -107,6 +107,22 @@ our $HELP = {
|
|||
name => 'shippingAddressPhoneNumber',
|
||||
description => 'item shippingAddressPhoneNumber',
|
||||
},
|
||||
{
|
||||
name => 'lastUpdated',
|
||||
description => 'item lastUpdated',
|
||||
},
|
||||
{
|
||||
name => 'quantity',
|
||||
description => 'item quantity',
|
||||
},
|
||||
{
|
||||
name => 'price',
|
||||
description => 'item price',
|
||||
},
|
||||
{
|
||||
name => 'vendorId',
|
||||
description => 'item vendorId',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -213,10 +229,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'address book template',
|
||||
namespace => 'Shop',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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