Adding some errorhandling to the commerce system.

This commit is contained in:
Martin Kamerbeek 2004-11-30 13:29:24 +00:00
parent 7b81194785
commit 22039cb312
2 changed files with 48 additions and 19 deletions

View file

@ -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;