Work on issues reported in Meetings with Charis and a Customer
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 12 Apr 2018 14:47:09 +0000 (10:47 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 12 Apr 2018 14:47:09 +0000 (10:47 -0400)
commitb6a548911a8d1d45315a8a7a853a595aaf398980
treeba599db42594d48ba7418d0b99788785b39a74b5
parent189312486b8b02b9aac08eaecffd488da33ee152
Work on issues reported in Meetings with Charis and a Customer

Updated call to glm_members_registrations_header filter to include $page parameter now required.
Changed Payment Codes to having to have a Unique Name.
Fixed problem with "Free" discount code for events (Global worked fine) in regCardSupport.php.
Checkout page now does not display any payment methods if Grand Total is $0.00 for any reason.
Checkout processing now sets payment method to "No Charge" if grand total is $0.00 (free) due to discounts.
Checkout now checks for any account data it can pre-fill in checkout form.
Fixed inability to edit notification subjects. Subject input was laying behind the text editor div.
Added name of application to merchant name for E-Mail from Authorize.net at checkout.
Fixed errors from smarty parameters that are no longer in use in list.html.
18 files changed:
classes/data/dataPaymentCode.php
classes/data/dataRegEvent.php
classes/regCartSupport.php
css/admin.css
models/admin/registrations/events_globalCodes.php
models/admin/registrations/events_paymentCodes.php
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
models/front/registrations/list.php
views/admin/registrations/eventPaymentCodes.html
views/front/registrations/cart.html
views/front/registrations/checkout.html
views/front/registrations/forgot.html
views/front/registrations/list.html
views/front/registrations/login.html
views/front/registrations/register.html
views/front/registrations/registration.html
views/front/registrations/summary.html