check for mixed recurring and non-recurring items in the cart

This commit is contained in:
JT Smith 2008-05-21 20:14:46 +00:00
parent a6bd5d0b99
commit e71946fb94
3 changed files with 39 additions and 3 deletions

View file

@ -3,6 +3,12 @@ package WebGUI::i18n::English::Shop;
use strict;
our $I18N = {
'mixed items warning' => {
message => q|You are not able to check out with both recurring and non-recurring items in your cart. You may have either one recurring item, or as many non-recurring items as you want in your cart at checkout time. If you need to purchase both, then please purchase them under separate transactions.|,
lastUpdated => 0,
context => q|a warning message displayed in the cart|,
},
'print' => {
message => q|Print|,
lastUpdated => 0,