Work on requested updates and fixes and some bugs found while working on Registrations
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 20 Apr 2018 19:59:28 +0000 (15:59 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 20 Apr 2018 19:59:28 +0000 (15:59 -0400)
commit6e1ddc1fb48f55ad1ef86a0b0329f0fa2b86fffe
tree6f2f5bee2ec9e2b6c37302c55cad66b3ce1c1482
parent1387207960f47556a83e918e8c379c7da568ea81
Work on requested updates and fixes and some bugs found while working on Registrations

Added E-Mail address to accounts dashboard list in eventDashboard.html
Fixed problem with event Payment Codes showing up in all Events in event_paymentCodes.php
Replaced GLM Grid version stored summary with table driven version to work in E-Mail in summaryStore.html
Fixed minor problems in cart and checkout summaries in cartSummary.html
Added more data that can be used in notifications to attendee in regCartSupport.php
Fixed save credit card text and checkbox showing when credit card payment not selected
Now removing payment methods from events that are not enabled in management.
classes/data/dataRegEvent.php
classes/regCartSupport.php
models/admin/registrations/events_paymentCodes.php
models/front/registrations/checkoutProcess.php
views/admin/registrations/accountsDashboard.html
views/admin/registrations/eventPaymentCodes.html
views/front/registrations/cartSummary.html
views/front/registrations/checkout.html
views/front/registrations/summaryStore.html