Checking in commerce stuff
This commit is contained in:
parent
d0374dcca3
commit
6e4cefc7c0
14 changed files with 1006 additions and 44 deletions
|
|
@ -112,12 +112,6 @@ Your password.<br>|,
|
|||
context => q|The menu title for 'Show pending transactions' in the AdminConsole side menu.|
|
||||
},
|
||||
|
||||
'list pending transactions' => {
|
||||
message => q|Pending transactions|,
|
||||
lastUpdated => 1101772628,
|
||||
context => q|The title of the 'Show pending transactions' AdminConsole screen.|
|
||||
},
|
||||
|
||||
'transactionId' => {
|
||||
message => q|TransactionId|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -421,7 +415,76 @@ A radio button tied to this plugin.<br>
|
|||
lastUpdated => 1101881921,
|
||||
context => q|The body of the help page of the select payment gateway template.|
|
||||
},
|
||||
|
||||
'shipping tab' => {
|
||||
message => q|Shipping|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the SHipping tab in the commerce settings manager.|
|
||||
},
|
||||
'shipping plugin label' => {
|
||||
message => q|Shipping plugin|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the shipping plugin selection box in the commerce settings manager.|
|
||||
},
|
||||
'no shipping plugins selected' => {
|
||||
message => q|There are no shipping plugins to select. Please enable plugins in the config file.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The message that's shown in the AdminConsole/Commerce menu when there are no shipping plugins enabled.|
|
||||
},
|
||||
'select shipping method' => {
|
||||
message => q|Please select a shipping method.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The message asking the user to choose a shipping method during checkout.|
|
||||
},
|
||||
'no shipping methods available' => {
|
||||
message => q|Shipping is not possible because no shipping plugins are enabled.|,
|
||||
lastUpdated => 0,
|
||||
context => q|A message that is shown when a user tries to checkout but no shipping plugins are enabled.|
|
||||
},
|
||||
'shipping select button' => {
|
||||
message => q|Select shipping method|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the select button of the select shipping form the user sees during checkout.|
|
||||
},
|
||||
'enable' => {
|
||||
message => q|Enable|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the enable option of the commerce plugins.|
|
||||
},
|
||||
'change payment gateway' => {
|
||||
message => q|Change payment gateway|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label for the change payament gateway url.|
|
||||
},
|
||||
'change shipping method' => {
|
||||
message => q|Change shipping method|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label for the change shipping method url.|
|
||||
},
|
||||
'checkout select shipping template' => {
|
||||
message => q|Select shipping method template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The formlabel for the 'select shipping method template' option in the commerce part of the admin console.|
|
||||
},
|
||||
'shopping cart empty' => {
|
||||
message => q|Your shopping cart is empty.|,
|
||||
lastUpdated => 0,
|
||||
context => q|A message indicating that te shopping cart is empty.|
|
||||
},
|
||||
'update cart' => {
|
||||
message => q|Update cart|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the update cart button.|
|
||||
},
|
||||
'checkout' => {
|
||||
message => q|Checkout|,
|
||||
lastUpdated => 0,
|
||||
context => q|The label of the checkout button.|
|
||||
},
|
||||
'list transactions' => {
|
||||
message => q|List transactions|,
|
||||
lastUpdated => 0,
|
||||
context => q|List transactions label|
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -85,5 +85,43 @@ A loop containing the transactions in the transaction history. Within this loop
|
|||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the purchase history template.|
|
||||
},
|
||||
'init date' => {
|
||||
message => q|Init date|,
|
||||
lastUpdated => 0,
|
||||
context => q|Init date label.|
|
||||
},
|
||||
'completion date' => {
|
||||
message => q|Completion date|,
|
||||
lastUpdated => 0,
|
||||
context => q|Completion date label|
|
||||
},
|
||||
'and' => {
|
||||
message => q|and|,
|
||||
lastUpdated => 0,
|
||||
context => q|The word 'and'|
|
||||
},
|
||||
'transaction status' => {
|
||||
message => q|Transaction status|,
|
||||
lastUpdated => 0,
|
||||
context => q|Transaction status label.|
|
||||
},
|
||||
'shipping status' => {
|
||||
message => q|Shipping status|,
|
||||
lastUpdated => 0,
|
||||
context => q|Shipping status label.|
|
||||
},
|
||||
'select' => {
|
||||
message => q|Select|,
|
||||
lastUpdated => 0,
|
||||
context => q|Select button label.|
|
||||
},
|
||||
'list transactions title' => {
|
||||
message => q|List transactions|,
|
||||
lastUpdated => 0,
|
||||
context => q|List transaction workarea title.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue