added email receipt and "my purchases" page

This commit is contained in:
JT Smith 2008-05-26 20:11:10 +00:00
parent 93454e36f9
commit 74b3d3def6
10 changed files with 203 additions and 181 deletions

View file

@ -3,36 +3,36 @@ package WebGUI::i18n::English::PayDriver;
use strict;
our $I18N = {
'thank you for your order' => {
message => q|Thank You For Your Order|,
lastUpdated => 0,
context => q|commerce setting|
'receipt subject' => {
message => q|Receipt for Order #|,
lastUpdated => 0,
context => q|notice after purchase|,
},
'a sale has been made' => {
message => q|A Sale Has Been Made|,
message => q|A sale has been made. Order #|,
lastUpdated => 0,
context => q|commerce setting|
},
'sale notification template' => {
message => q|Sale Notification Template|,
lastUpdated => 0,
context => q|commerce setting|
},
'sale notification template help' => {
message => q|Which template should be used to generate the email that notifies this store owner about a new sale.|,
lastUpdated => 0,
context => q|commerce setting help|
},
'sale notification group' => {
message => q|Sale Notification Group|,
lastUpdated => 0,
context => q|commerce setting|
},
'error processing payment' => {
message => q|Error Processing Payment|,
lastUpdated => 0,
context => q|the title of the error screen|
},
'error processing payment message' => {
message => q|There has been an error processing your payment. Usually this is caused by typing errors. However, there may be a connectivity problem, or your account may not have the funds required to complete this transaction. The error message we received is below. Use your browser's back button to go back and correct mistakes. If this problem persists please contact us.|,
lastUpdated => 0,
context => q|the description on the error screen|
},
'sale notification group help' => {
message => q|Who should be notified of new transactions?|,
lastUpdated => 0,

View file

@ -4,7 +4,7 @@ use strict;
our $I18N = {
'thank you message' => {
message => q|Thank you for your order! Please print this page as your receipt.|,
message => q|Thank you for your order! Please save this as your receipt.|,
lastUpdated => 0,
context => q|notice after purchase|,
},
@ -44,13 +44,7 @@ our $I18N = {
lastUpdated => 0,
context => q|a help title|,
},
'edit address template' => {
message => q|Edit Address Template|,
lastUpdated => 0,
context => q|a help title|,
},
'cart template' => {
message => q|Cart Template|,
lastUpdated => 0,
@ -256,23 +250,29 @@ our $I18N = {
},
'cart template help' => {
message => q|The following variables are available in the shopping cart template.|,
message => q|This template determines what the shopping cart looks like.|,
lastUpdated => 0,
context => q|a help description|,
},
'address book template help' => {
message => q|The following variables are available for templating the Address Book.|,
message => q|This template determines what the address book will look like.|,
lastUpdated => 0,
context => q|a help description|,
},
'address book template help' => {
message => q|The following variables are available from in the address book template.|,
'who can manage help' => {
message => q|The group that has management rights over commerce.|,
lastUpdated => 0,
context => q|a help description|,
},
'who can manage' => {
message => q|Who can manage?|,
lastUpdated => 0,
context => q|a setting|,
},
'address loop help' => {
message => q|A loop containing the list of addresses in this book and their management tools.|,
lastUpdated => 0,
@ -309,12 +309,6 @@ our $I18N = {
context => q|a help description|,
},
'edit address template help' => {
message => q|The following variables are available in the edit address template.|,
lastUpdated => 0,
context => q|a help description|,
},
'saveButton help' => {
message => q|The default save button for the form.|,
lastUpdated => 0,
@ -387,6 +381,12 @@ our $I18N = {
context => q|a link label|,
},
'my purchases' => {
message => q|My Purchases|,
lastUpdated => 0,
context => q|a screen heading|
},
'my purchases template' => {
message => q|My Purchases Template|,
lastUpdated => 0,
@ -543,30 +543,12 @@ our $I18N = {
context => q|button in shipping manager|
},
'shopping cart template' => {
message => q|Cart Template|,
lastUpdated => 0,
context => q|commerce setting|
},
'shopping cart template help' => {
message => q|Choose the template that you want used to render the shopping cart.|,
lastUpdated => 0,
context => q|commerce setting help|
},
'address book template' => {
message => q|Address Book Template|,
lastUpdated => 0,
context => q|commerce setting|
},
'address book template help' => {
message => q|Choose the template you want used to render the address book.|,
lastUpdated => 0,
context => q|commerce setting help|
},
'edit address template' => {
message => q|Edit Address Template|,
lastUpdated => 0,
@ -574,7 +556,7 @@ our $I18N = {
},
'edit address template help' => {
message => q|Choose the template you want used to render the address edit form.|,
message => q|This template determines what the address editor will look like.|,
lastUpdated => 0,
context => q|commerce setting help|
},