added email receipt and "my purchases" page
This commit is contained in:
parent
93454e36f9
commit
74b3d3def6
10 changed files with 203 additions and 181 deletions
|
|
@ -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|
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue