From 5ad6047fb29629cbd4551a8e20b65d7ddfc9a5dc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 10 Jun 2008 22:54:22 +0000 Subject: [PATCH] Email Receipt template is done for the PayDriver. --- lib/WebGUI/Help/PayDriver.pm | 20 ++++++++++++++++---- lib/WebGUI/i18n/English/PayDriver.pm | 26 +++++++++++++++++++++++++- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/lib/WebGUI/Help/PayDriver.pm b/lib/WebGUI/Help/PayDriver.pm index 6c34ef76d..370c07f3c 100644 --- a/lib/WebGUI/Help/PayDriver.pm +++ b/lib/WebGUI/Help/PayDriver.pm @@ -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', - }, ], }, diff --git a/lib/WebGUI/i18n/English/PayDriver.pm b/lib/WebGUI/i18n/English/PayDriver.pm index edcc8f6d8..66f09a161 100644 --- a/lib/WebGUI/i18n/English/PayDriver.pm +++ b/lib/WebGUI/i18n/English/PayDriver.pm @@ -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;