Adding some errorhandling to the commerce system.
This commit is contained in:
parent
7b81194785
commit
22039cb312
2 changed files with 48 additions and 19 deletions
|
|
@ -355,6 +355,16 @@ A template loop containing the items that were checked out. The following templa
|
|||
lastUpdated => 1101791348,
|
||||
context => q|The title of the help page of the checkout error template.|
|
||||
},
|
||||
'no payment plugins selected' => {
|
||||
message => q|There are no payment 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 payment plugins enabled.|
|
||||
},
|
||||
'failed payment plugins' => {
|
||||
message => q|The following Payment Plugins failed to compile, please check your log for more information: |,
|
||||
lastUpdated => 0,
|
||||
context => q|The message that sais which payment plugins did not compile.|
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue