'Event', 'itemsName' => 'Events', 'messageTemplates' => [ App\Event\CartItemObj::MSG_USER_ALREADY_REGISTERED => 'User "%s" has already been registered for event "%s".', App\Event\CartItemObj::MSG_REGISTRATION_NOT_ALLOWED => 'Registration for event "%s" is not allowed.', App\Event\CartItemObj::MSG_REGISTRATION_LIMIT_EXCEEDED => 'Registration limit for event "%s" has been exceeded. Please make appropriate corrections in your Shopping Cart.', App\Event\CartItemObj::MSG_WRONG_USER_AMOUNT => 'Registration price for the user "%s" has been calculated incorrectly.', App\Event\CartItemObj::MSG_WRONG_QUANTITY => 'Quantity is invalid.', App\Event\CartItemObj::MSG_USER_UNAVAILABLE => 'Attendee is no longer available.', App\Event\CartItemObj::MSG_EVENT_MISSING => 'Event is no longer available.', App\Event\CartItemObj::MSG_ATTENDEE_MISSING => 'Attendee is no longer available.', ], 'image' => ['width' => 370, 'height' => 165, 'resizeMethod' => 'cropCenter', 'resizeMethodAlias' => 'cc'], ];