Fixed problem with registration level output showing up when there are no levels...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 12 Oct 2017 21:31:56 +0000 (17:31 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 12 Oct 2017 21:31:56 +0000 (17:31 -0400)
commitc9fcc056f6005d1c4ddc798467e6efea25f204d9
tree9c51f403217536f79ce31f0e5838a6743dbe1f32
parentfaab038fba55bfd563aef287dc2d5fa8f1d71d46
Fixed problem with registration level output showing up when there are no levels set in admin registrations edit.
Now have cart validation basically working. Still need to remove invalid items from database.
Cart Totals now being calculated.
Fixed problem with rate values being passed around as strings instead of float values.
Removed event_name field from reg_request_class, reg_request_rate and reg_request_registrant.
16 files changed:
classes/data/dataRegEvent.php
classes/data/dataRegRate.php
classes/data/dataRegRequestClass.php
classes/data/dataRegRequestRate.php
classes/data/dataRegRequestRegistrant.php
classes/regCartSupport.php
js/adminRegApp.js
js/views/admin/regClass.js
models/admin/ajax/regFront/registrant.php
models/admin/registrations/events.php
models/front/registrations/cart.php
setup/databaseScripts/create_database_V0.0.13.sql
views/admin/registrations/eventEditLevels.html
views/front/registrations/cart.html
views/front/registrations/cartLinkWidget.html
views/front/registrations/header.html [new file with mode: 0644]