fixed more c2 bugs

added a workflow activity that removes EMS items from the cart if they've been in there too long
This commit is contained in:
JT Smith 2008-04-09 22:48:15 +00:00
parent 7e4e7898c0
commit 02c24aa44a
7 changed files with 128 additions and 3 deletions

View file

@ -2,6 +2,24 @@ package WebGUI::i18n::English::Asset_EventManagementSystem;
use strict;
our $I18N = {
'expire ems cart items' => {
message => q|Expire EMS Cart Items|,
lastUpdated => 0,
context => q|workflow activity title|,
},
'item expiration time' => {
message => q|Item Expiration Time|,
lastUpdated => 0,
context => q|a workflow activity field label|,
},
'item expiration time help' => {
message => q|How long should EMS items be allowed to sit in a cart before they are expired to be freed up for someone else to purchase?|,
lastUpdated => 0,
context => q|help for a workflow activity field label|,
},
'percentage discount' => {
message => q|Percentage Discount|,
lastUpdated => 0,