diff --git a/lib/WebGUI/Help/Shop.pm b/lib/WebGUI/Help/Shop.pm index e7a87c255..4552f3c40 100644 --- a/lib/WebGUI/Help/Shop.pm +++ b/lib/WebGUI/Help/Shop.pm @@ -258,6 +258,131 @@ our $HELP = { body => 'edit address template help', isa => [], fields => [], + variables => [ + { + name => "address1", + description => "address1 help", + }, + { + name => "address2", + description => "address2 help", + }, + { + name => "address3", + description => "address3 help", + }, + { + name => "state", + description => "state help", + }, + { + name => "city", + description => "city help", + }, + { + name => "label", + description => "label help", + }, + { + name => "name", + description => "name help", + }, + { + name => "country", + description => "country help", + }, + { + name => "code", + description => "code help", + }, + { + name => "phoneNumber", + description => "phoneNumber help", + }, + { + name => "error", + description => "error help", + required => 1, + }, + { + name => "formHeader", + description => "formHeader help", + required => 1, + }, + { + name => "formFooter", + description => "formFooter help", + required => 1, + }, + { + name => "saveButton", + description => "saveButton help", + required => 1, + }, + { + name => "address1Field", + description => "address1Field help", + required => 1, + }, + { + name => "address2Field", + description => "address2Field help", + required => 1, + }, + { + name => "address3Field", + description => "address3Field help", + required => 1, + }, + { + name => "labelField", + description => "address labelField help", + required => 1, + }, + { + name => "nameField", + description => "address nameField help", + required => 1, + }, + { + name => "cityField", + description => "cityField help", + required => 1, + }, + { + name => "stateField", + description => "stateField help", + required => 1, + }, + { + name => "countryField", + description => "countryField help", + required => 1, + }, + { + name => "codeField", + description => "codeField help", + required => 1, + }, + { + name => "phoneNumberField", + description => "phoneNumberField help", + required => 1, + }, + ], + related => [ + { + tag => 'address book template', + namespace => 'Shop', + }, + ], + }, + + 'email receipt template' => { + title => 'email receipt template', + body => 'email receipt template help', + isa => [], + fields => [], variables => [ { name => "address1", @@ -377,6 +502,7 @@ our $HELP = { }, ], }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 2976e09fe..8b8086584 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -39,12 +39,6 @@ our $I18N = { context => q|a help title|, }, - 'address book template' => { - message => q|Address Book Template|, - lastUpdated => 0, - context => q|a help title|, - }, - 'cart template' => { message => q|Cart Template|, lastUpdated => 0, @@ -345,36 +339,72 @@ our $I18N = { context => q|a help description|, }, + 'name help' => { + message => q|The name of the person at this address.|, + lastUpdated => 0, + context => q|Help for the name template variable in the address book|, + }, + 'cityField help' => { message => q|A field to contain the city for this address.|, lastUpdated => 0, context => q|a help description|, }, + 'city help' => { + message => q|The city for this address.|, + lastUpdated => 0, + context => q|Help for the city template variable.|, + }, + 'stateField help' => { message => q|A field to contain the state or province for this address.|, lastUpdated => 0, context => q|a help description|, }, + 'state help' => { + message => q|The state or province for this address.|, + lastUpdated => 0, + context => q|Help for the address book template variable|, + }, + 'countryField help' => { message => q|A field to contain the country for this address.|, lastUpdated => 0, context => q|a help description|, }, + 'country help' => { + message => q|The country for this address.|, + lastUpdated => 0, + context => q|Help for the address book template variable, country.|, + }, + 'codeField help' => { message => q|A field to contain the zip code or postal code for this address.|, lastUpdated => 0, context => q|a help description|, }, + 'code help' => { + message => q|The postal, or zip code, for this address.|, + lastUpdated => 0, + context => q|Help for the address book template variable, code.|, + }, + 'phoneNumberField help' => { message => q|A field to contain the phone number for this address.|, lastUpdated => 0, context => q|a help description|, }, + 'phoneNumber help' => { + message => q|A phone number for this address.|, + lastUpdated => 0, + context => q|Help for the address book template variable, phoneNumber.|, + }, + 'view cart' => { message => q|View Cart|, lastUpdated => 0, @@ -921,6 +951,54 @@ our $I18N = { context => q|Label for a shortcut to the import products folder| }, + 'address1' => { + message => q|address1|, + lastUpdated => 1213121298, + context => q|Name of a template variable for the edit address template|, + }, + + 'address1 help' => { + message => q|The first address line.|, + lastUpdated => 1213121298, + context => q|Description of a template variable for the edit address template|, + }, + + 'address2' => { + message => q|address2|, + lastUpdated => 1213121298, + context => q|Name of a template variable for the edit address template|, + }, + + 'address2 help' => { + message => q|The second address line.|, + lastUpdated => 1213121298, + context => q|Description of a template variable for the edit address template|, + }, + + 'address3' => { + message => q|address3|, + lastUpdated => 1213121298, + context => q|Name of a template variable for the edit address template|, + }, + + 'address3 help' => { + message => q|The third address line|, + lastUpdated => 1213121298, + context => q|Description of a template variable for the edit address template|, + }, + + 'addresses loop help' => { + message => q|A loop containing all addresses in this address book|, + lastUpdated => 1213121298, + context => q|Description of a template variable for the edit address template|, + }, + + 'email receipt template' => { + message => q|Email Receipt Template|, + lastUpdated => 1213121298, + context => q|Title of the Email Receipt Template help page|, + }, + }; 1;