From 25a1569403d0973758570a2ae9ca7105d895f9b8 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 13 Jun 2014 12:06:37 -0400 Subject: [PATCH] Turned off cart promotions. --- config/applications/EventManagement.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index 639758a..c55b55f 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -21,7 +21,7 @@ option.select_images = false ;Display ven option.cart_images = false ;Display venue, event, and other images on the cart page option.cart_images = false ;Display venue, event, and other images on the cart page option.checkout_images = false ;Display venue, event, and other images on the checkout page -option.cart_promotions = true ;Permit promoting other performances on cart page +option.cart_promotions = false ;Permit promoting other performances on cart page option.users_access_all_members = true ;Member contact users can have access to all members data ticket_hold_time = 60 ;Time in minutes to hold tickets in a cart session_timeout = 60 ;Time in minutes before session times out -- 2.17.1