WP-Plugins/glm-member-db-registrations.git
6 years agoMerge tag 'v1.0.0' into develop
Chuck Scott [Tue, 5 Jun 2018 16:50:12 +0000 (12:50 -0400)]
Merge tag 'v1.0.0' into develop

Initial Production Release

6 years agoMerge branch 'release/1.0.0' v1.0.0
Chuck Scott [Tue, 5 Jun 2018 16:50:00 +0000 (12:50 -0400)]
Merge branch 'release/1.0.0'

6 years agoInitial Production Release
Chuck Scott [Tue, 5 Jun 2018 16:49:29 +0000 (12:49 -0400)]
Initial Production Release

6 years agoAdded br to cancel and error message for PayPal checkout dialog box.
Chuck Scott [Tue, 5 Jun 2018 16:35:09 +0000 (12:35 -0400)]
Added br to cancel and error message for PayPal checkout dialog box.

6 years agoFixed problem with text related to Authorize.net secure seal showing when seal is...
Chuck Scott [Mon, 4 Jun 2018 20:39:00 +0000 (16:39 -0400)]
Fixed problem with text related to Authorize.net secure seal showing when seal is not available.

6 years agoAdded PayPal support to checkout and updated database
Chuck Scott [Mon, 4 Jun 2018 20:25:24 +0000 (16:25 -0400)]
Added PayPal support to checkout and updated database

Updated text displayed in alert when trying to register more attendees per submission than permitted.
Updated database to version 1.0.0 in prep for first release.
Added PayPal sandbox id/secret fields to database and management.
Fixed problem with payment types not properly selected for checkout in checkout.php
Fixed problem with checkout button after adding PayPal.

6 years agoUpdate the wp_mail calls for setting from name.
Steve Sutton [Tue, 22 May 2018 12:28:56 +0000 (08:28 -0400)]
Update the wp_mail calls for setting from name.

Using the wordpress hook to set the from header name.
Also found a typo when using reg_org_name. (correcting...)

6 years agoFixed incorrectly checking for glm_members_management for a settings model.
Chuck Scott [Mon, 21 May 2018 19:48:49 +0000 (15:48 -0400)]
Fixed incorrectly checking for glm_members_management for a settings model.

6 years agoformat date for date_submitted.
Steve Sutton [Fri, 18 May 2018 20:50:47 +0000 (16:50 -0400)]
format date for date_submitted.

Was outputting the time which is not stored in the db field.

6 years agoLooks like some stuff was stuck in here by mistake.
Steve Sutton [Fri, 18 May 2018 15:29:42 +0000 (11:29 -0400)]
Looks like some stuff was stuck in here by mistake.

Removing it from the view file.

6 years agoUpdate for front end all day support for reg time
Steve Sutton [Fri, 18 May 2018 15:01:20 +0000 (11:01 -0400)]
Update for front end all day support for reg time

Show just the date if all day.

6 years agoUpdating the front end to use the limit for attendee per reg.
Steve Sutton [Wed, 16 May 2018 15:18:08 +0000 (11:18 -0400)]
Updating the front end to use the limit for attendee per reg.

Using the attendee_max_per_reg. if not 0.

7 years agoAdded configurable terms for buttons on front-end registrations pages.
Chuck Scott [Tue, 15 May 2018 20:17:54 +0000 (16:17 -0400)]
Added configurable terms for buttons on front-end registrations pages.

Added database fields for button texts.

7 years agoAdded configurable terms for buttons on front-end registrations pages.
Chuck Scott [Tue, 15 May 2018 20:16:09 +0000 (16:16 -0400)]
Added configurable terms for buttons on front-end registrations pages.

Added new fields to database for button text on mangagement page.

7 years agoUpdate config for the test modes
Steve Sutton [Tue, 15 May 2018 17:02:57 +0000 (13:02 -0400)]
Update config for the test modes

payment test mode correction.

7 years agoAddional features and fixes.
Chuck Scott [Mon, 14 May 2018 20:18:30 +0000 (16:18 -0400)]
Addional features and fixes.

Added attendee_max_per_reg to reg event edit page
Page top text and general terms no longer required
Added inactivity time driven dialog box to warn that submission is not complete.
Added option in Management to enable dialog box warning.
Updated database with reg_not_submitted_dialog option.
Updated Management data class with reg_not_submitted_dialog.

7 years agoCritical updates to Registrations System
Chuck Scott [Mon, 14 May 2018 13:22:50 +0000 (09:22 -0400)]
Critical updates to Registrations System

Added time_specific to getSimpleRegEventsList() to have to reg events dashboard.
Added time_specific output to reg events dashboard list.
Fixed problem with reg event attendee totals after converting an event between time-specific and non-time-specific
Fixed problem with non-time-specific time entry not being created when switching even from time-specific to non-time-specific
Added AJAX process to display Authorize.net Verified Seal to avoid XXS complaint problem with Chrome.

7 years agoVarious requested fixes and updates.
Chuck Scott [Mon, 7 May 2018 19:31:33 +0000 (15:31 -0400)]
Various requested fixes and updates.

Completed Attendee notifications and other minor fixes.
Fixed "Show Completed Only" on attendee list to work at all times and default to on.
Added request delete method to dataRegRequest that takes out related data
Added cron driven task to delete old reg requests and reg accounts
Better integration of notifications display to Evnet Registrations Dashboad
Added actual class ID pointer output in dataRegRequestRegistrant.php
Added custom field data for reg level to attendee edit
Changed registrant and account hold days to management fields.
Added "Not Attending" checkbox to atteendees list.
Added getRegTimeSimplified() to dataRegTime.php
Fixed Paging for Attendee list and added time selection to filter

7 years agoFixed problem with state and country picklists missing when a single registrant and...
Chuck Scott [Thu, 26 Apr 2018 20:39:47 +0000 (16:39 -0400)]
Fixed problem with state and country picklists missing when a single registrant and guest checkout.

7 years agoContinuing work on requested changes and fixes.
Chuck Scott [Thu, 26 Apr 2018 19:49:32 +0000 (15:49 -0400)]
Continuing work on requested changes and fixes.

Added date submitted to reg event registrant list and changed headder titles.
Fixed positioning of cancel button for edit event notification in reg admin.
Fixed confusion with first and last dates for event on reg event dashboard.
Now displaying current month on reg event dashboard calendar when not date have been added.
Fixed submission of new reg event dates on reg event dashboard when "All Day" selected.
Fixed confusion with first and last dates attending for attendee.
More work on notifications cron processing. Now have working queries.

7 years agoAdded sendNotifications to GLM Cron - Send Notifications not complete
Chuck Scott [Tue, 24 Apr 2018 17:59:05 +0000 (13:59 -0400)]
Added sendNotifications to GLM Cron - Send Notifications not complete

7 years agoWork on requested updates and fixes and some bugs found while working on Registrations
Chuck Scott [Fri, 20 Apr 2018 19:59:28 +0000 (15:59 -0400)]
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.

7 years agoAnother check needed
Steve Sutton [Wed, 18 Apr 2018 14:18:11 +0000 (10:18 -0400)]
Another check needed

for array

7 years agoCheck for array first
Steve Sutton [Wed, 18 Apr 2018 14:15:35 +0000 (10:15 -0400)]
Check for array first

Before using foreach.

7 years agoUpdate export to get new custom field data
Steve Sutton [Tue, 17 Apr 2018 17:52:01 +0000 (13:52 -0400)]
Update export to get new custom field data

Getting the custom field data for the level.

7 years agoUpdate csv view file for export
Steve Sutton [Tue, 17 Apr 2018 16:27:01 +0000 (12:27 -0400)]
Update csv view file for export

Add newline

7 years agoUpdate for events with times
Steve Sutton [Tue, 17 Apr 2018 15:26:42 +0000 (11:26 -0400)]
Update for events with times

Testing out reg event with time specific events.

7 years agoremove extra content
Steve Sutton [Tue, 17 Apr 2018 13:22:07 +0000 (09:22 -0400)]
remove extra content

removing the content Chuck put in there for how to set the custom field.

7 years agoGetting the custom field for reg level working.
Steve Sutton [Tue, 17 Apr 2018 13:20:17 +0000 (09:20 -0400)]
Getting the custom field for reg level working.

I have the custom fields being adding and updated within the registrant
forms.

7 years agoWIP Working on the level custom fields
Steve Sutton [Tue, 17 Apr 2018 10:49:16 +0000 (06:49 -0400)]
WIP Working on the level custom fields

I'm getting the custom field form elements now on add.
Not working is maybe saving the data and the edit level custom fields.

7 years agoMore requested fixes and start on custom fields for specific levels.
Chuck Scott [Mon, 16 Apr 2018 20:59:57 +0000 (16:59 -0400)]
More requested fixes and start on custom fields for specific levels.

Fixed incorrect capitalization in displayed text in registrations.html
Moved Submit button on registration and checkout pages.
Added management option to enable/dissable navigation aids.
Added note to new attendee custom form fields showing the Form ID for level

7 years agoWork on issues reported in Meetings with Charis and a Customer
Chuck Scott [Thu, 12 Apr 2018 14:47:09 +0000 (10:47 -0400)]
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.

7 years agoFixed certified seal parameter that was change by database update.
Chuck Scott [Fri, 6 Apr 2018 18:58:52 +0000 (14:58 -0400)]
Fixed certified seal parameter that was change by database update.

7 years agoRemoved page reload to create a sessison code from registration add-registrants page.
Chuck Scott [Fri, 6 Apr 2018 18:36:23 +0000 (14:36 -0400)]
Removed page reload to create a sessison code from registration add-registrants page.

7 years agoVarious minor updates and now using new Authorixe.net class with saved card profiles.
Chuck Scott [Thu, 5 Apr 2018 20:30:39 +0000 (16:30 -0400)]
Various minor updates and now using new Authorixe.net class with saved card profiles.

Updated views/admin/management/registrations.html to remove no longer required settings for Authorize.net
Also added support for Verified Merchant Seal HTML code.
Updated some comments in checkout.php to better explain the checkout options selection.
Removed lib/paymentProcessors - Moved that to main member plugin and updated it.
Updated database to add reg_authorize_net_merchant_seal to management
Updated dataManagement.php and the management view to use merchant seal.
Checkout now using saved credit card profiles with new Authorize.net payment processor class in main plugin.

7 years agoAdd id to comp codes section in cart viewfile
Laury GvR [Thu, 29 Mar 2018 19:01:56 +0000 (15:01 -0400)]
Add id to comp codes section in cart viewfile

7 years agoCheckout display issues fixed
Laury GvR [Wed, 28 Mar 2018 19:54:14 +0000 (15:54 -0400)]
Checkout display issues fixed

- Checkout - 'Reguired Field' guide had extreme line-height
- Checkout - Centered the text in Registrations cart link header
- Checkout - removed extraneous numbers with Payment Information

7 years agoCommenting echo indicating that we are 'NOT PURGING YET'
Laury GvR [Wed, 28 Mar 2018 19:27:36 +0000 (15:27 -0400)]
Commenting echo indicating that we are 'NOT PURGING YET'

7 years agoUpdate the create db script.
Steve Sutton [Wed, 28 Mar 2018 19:06:57 +0000 (15:06 -0400)]
Update the create db script.

Getting errors when install on new site.
Fixing bugs.
Needed fields weren't added to the create script only the update script.

7 years agoUpdate the forms for attendee
Steve Sutton [Wed, 28 Feb 2018 17:22:06 +0000 (12:22 -0500)]
Update the forms for attendee

If there's no custom fields for the add attendee then don't output the
Additional Info Needed title.

7 years agoUpdate more for jquery call
Steve Sutton [Wed, 28 Feb 2018 16:43:45 +0000 (11:43 -0500)]
Update more for jquery call

need jQuery in this scope also.

7 years agoUpdate code for jquery call.
Steve Sutton [Wed, 28 Feb 2018 16:38:48 +0000 (11:38 -0500)]
Update code for jquery call.

Use jQuery in this scope and not $

7 years agoCompleted Review of Checkout Processes
Chuck Scott [Wed, 21 Feb 2018 13:53:51 +0000 (08:53 -0500)]
Completed Review of Checkout Processes

Fixed issues with not being able to store results and other fixes in checkoutProcess.php
Added remaining payment methods to summaryStore.html
Updated summary header info for more complete payment status in cartSummary.html
Addedd updateAccountBillingOnly() and create date set in post processing to dataAccount.php

7 years agoContinuing on final front-end testing and cleanup
Chuck Scott [Tue, 13 Feb 2018 20:16:10 +0000 (15:16 -0500)]
Continuing on final front-end testing and cleanup

Added use of terms in cartSummary.html.
Fixed missing date for "First Event Time" in reg event dashboard.
Fixed warnings and undefines in list.html - Need to stop using recurrences for this!
Fixed undefined for "locations" in registration.html.
Fixed layout and text problems with level headed in registration registration.html
Commented out payment methods from plugin.ini: Comp Code, Call from Merchant, Paypal
Updated defaults for payment methods in dataRegEvent.php
Now checking for admin users when selecting payment methods in regCartSupport.php
Reorganized Payment Method selection and better method checking in checkout.html
Fixed possible problem with default payment method selection
Edited description comment for Credit Card fields in create_database...sql

7 years agoSpelling correction
Steve Sutton [Tue, 6 Feb 2018 20:10:11 +0000 (15:10 -0500)]
Spelling correction

Should be Update not Upate.

7 years agoAdded terms for "level" to management and updated database.
Chuck Scott [Fri, 2 Feb 2018 21:58:08 +0000 (16:58 -0500)]
Added terms for "level" to management and updated database.

7 years agoFixed various undefined references and other misc warnings.
Chuck Scott [Fri, 26 Jan 2018 22:05:06 +0000 (17:05 -0500)]
Fixed various undefined references and other misc warnings.

7 years agoFixed a number of occurances if an accidental second letter capitalized
Chuck Scott [Fri, 26 Jan 2018 21:08:05 +0000 (16:08 -0500)]
Fixed a number of occurances if an accidental second letter capitalized

7 years agoFixed Getting times from event not working and other issues in Reg Event Dashboard
Chuck Scott [Fri, 26 Jan 2018 21:02:25 +0000 (16:02 -0500)]
Fixed Getting times from event not working and other issues in Reg Event Dashboard

Fixed checkEventTimes() in dataRegEvent.php to fix copying times from event.
Cleaned up various debug messages that included redundant message text.
Fixed sub-tabs that weren't clickable when selected.
Fixed getEventConfig() First and Last times not showing correctly after just adding a date/time.
Fixed event dashboard Calendar not showing proper month when first loading.

7 years agoAdded new "terms" to management, fixed errors & warnings, updated UI.
Chuck Scott [Tue, 23 Jan 2018 19:21:37 +0000 (14:21 -0500)]
Added new "terms" to management, fixed errors & warnings, updated UI.

Removed unused view parameter defaultCalDate causing undefined variable error and associated defaultDate jQuery parameter in dataRegEvent.php.
Fixed bad changes to Registered count output in eventDashboard.html.
Added code to eventRegistrants.html to make links show on hover and cleaned up appearance.
Fixed max attendee parameter not found problem in eventDashboard.html
Added new "terms" to database and replaced occurrances of those words with terms refernce in view files.
Cleared up some undefined references in various views.

7 years agoFixed member settings tabs missing when "Settings" => "Registrations" is selected...
Chuck Scott [Mon, 22 Jan 2018 19:37:03 +0000 (14:37 -0500)]
Fixed member settings tabs missing when "Settings" => "Registrations" is selected and replacing some static text with configurable terms.

7 years agoSetup the default date for fullCalendar.
Steve Sutton [Fri, 19 Jan 2018 21:13:51 +0000 (16:13 -0500)]
Setup the default date for fullCalendar.

This show the first date of the regEvent as default date.

7 years agoCreating ajax scripts for setupQueue and runQueue.
Steve Sutton [Fri, 19 Jan 2018 20:56:08 +0000 (15:56 -0500)]
Creating ajax scripts for setupQueue and runQueue.

Setting up queue creation and processing for the event attendee
notifications.

7 years agoDB Update for registrations notifications
Steve Sutton [Fri, 19 Jan 2018 14:05:00 +0000 (09:05 -0500)]
DB Update for registrations notifications

Created new table for the notification queue.

7 years agoAdd cancel button
Steve Sutton [Thu, 18 Jan 2018 21:19:22 +0000 (16:19 -0500)]
Add cancel button

Adding cancel button to the edit notification for attendee page.

7 years agoMerge branch 'feature/steveAttendeeNotices' into develop
Steve Sutton [Thu, 18 Jan 2018 21:13:37 +0000 (16:13 -0500)]
Merge branch 'feature/steveAttendeeNotices' into develop

7 years agoEdit attend notifications now working with fullCalendar.
Steve Sutton [Thu, 18 Jan 2018 21:12:11 +0000 (16:12 -0500)]
Edit attend notifications now working with fullCalendar.

fullCalendar showing the send date now.

7 years agoFixing bugs for add and update.
Steve Sutton [Thu, 18 Jan 2018 17:55:57 +0000 (12:55 -0500)]
Fixing bugs for add and update.

Fix issue with the data format when inserting the notification.

7 years agoWIP Adding list and separate edit page to attendee notices.
Steve Sutton [Thu, 18 Jan 2018 16:00:32 +0000 (11:00 -0500)]
WIP Adding list and separate edit page to attendee notices.

Use now page for editing the attendee notices.
Incorporate calendar for showing the notification date compared to the
event date.
Show notifications as a list view.

7 years agoSend html emails.
Steve Sutton [Tue, 16 Jan 2018 19:28:18 +0000 (14:28 -0500)]
Send html emails.

Creating new method for sending html emails using wp_mail function.

7 years agoadjusting column width for the cart summary discount totals
Anthony Talarico [Mon, 15 Jan 2018 19:54:34 +0000 (14:54 -0500)]
adjusting column width for the cart summary discount totals

changing the attendee total in cart summary to 7 columns

7 years agofixing the wrapping issue with the discount totals in the cart summary
Anthony Talarico [Mon, 15 Jan 2018 19:36:58 +0000 (14:36 -0500)]
fixing the wrapping issue with the discount totals in the cart summary

cart summary discount totals were not rendering properly, totals were wrapping

7 years agoUpdated appearance of Misc Settings for Registrations
Chuck Scott [Mon, 15 Jan 2018 16:46:23 +0000 (11:46 -0500)]
Updated appearance of Misc Settings for Registrations

7 years agoCleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout.
Chuck Scott [Fri, 12 Jan 2018 19:22:40 +0000 (14:22 -0500)]
Cleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout.

7 years agoChanged "Payment Codes" to "Comp Codes". Completed integration of Global and Event...
Chuck Scott [Fri, 12 Jan 2018 17:14:59 +0000 (12:14 -0500)]
Changed "Payment Codes" to "Comp Codes". Completed integration of Global and Event Comp Codes

7 years agoRemoved test code from regCartSupport.php
Chuck Scott [Thu, 11 Jan 2018 22:09:26 +0000 (17:09 -0500)]
Removed test code from regCartSupport.php

7 years agoBroke up models/admin/registrations/event.php and now have global and event discount...
Chuck Scott [Thu, 11 Jan 2018 22:07:41 +0000 (17:07 -0500)]
Broke up models/admin/registrations/event.php and now have global and event discount codes working.

7 years agoAdded Payment Codes to front-end.
Chuck Scott [Tue, 9 Jan 2018 22:18:34 +0000 (17:18 -0500)]
Added Payment Codes to front-end.

Also fixed problem with overwriting account data on checkout.
Updated database with a few changes for payment codes.

7 years agoAdding the account header to the checkout summary page.
Steve Sutton [Tue, 9 Jan 2018 21:56:22 +0000 (16:56 -0500)]
Adding the account header to the checkout summary page.

Add header in the smarty template.

7 years agoUpdating the registration forms.
Steve Sutton [Tue, 9 Jan 2018 21:08:25 +0000 (16:08 -0500)]
Updating the registration forms.

Have to use attribute name not class in the form for it to work
correctly.

7 years agoLogin updates
Steve Sutton [Tue, 9 Jan 2018 20:24:06 +0000 (15:24 -0500)]
Login updates

Use the login page form instead of the pop form.

7 years agobug fix for notices
Steve Sutton [Tue, 9 Jan 2018 18:05:14 +0000 (13:05 -0500)]
bug fix for notices

setup passwordError so it's not undefined.

7 years agoFix showing loading graphic when getting error adding attendee.
Steve Sutton [Tue, 9 Jan 2018 17:04:59 +0000 (12:04 -0500)]
Fix showing loading graphic when getting error adding attendee.

When adding the attendee if you forget the names fields it shows the
loading graphic.
Fixed so the loading graphic is hidden if an error occurs.

7 years agoUpdate registrantForm view in backbone.js
Steve Sutton [Tue, 9 Jan 2018 16:59:21 +0000 (11:59 -0500)]
Update registrantForm view in backbone.js

Only verify email field in attendee form if there's something in the
field. If empty then no message.

7 years agoUpdating the Register Account form and adding to checkout summary.
Steve Sutton [Tue, 9 Jan 2018 16:15:24 +0000 (11:15 -0500)]
Updating the Register Account form and adding to checkout summary.

Update the form to use foundation grid.
Update the model to do an update of the account used for the
registration.

7 years agoFix type from Chuck
Steve Sutton [Tue, 9 Jan 2018 13:46:59 +0000 (08:46 -0500)]
Fix type from Chuck

Chuck entered bad text in weird location.

7 years agoStarted adding new database table and code to support payment codes in the cart data...
Chuck Scott [Mon, 8 Jan 2018 21:53:59 +0000 (16:53 -0500)]
Started adding new database table and code to support payment codes in the cart data and other things.

Updated database with reg_request_pay_code table.
Added not_attending flag to reg_request_registrant
Started adding code to regCartSupport to add submitted pay codes to the cart and to check them for credits.

7 years agoadding foundation to the admin request model, redoing the layout for the cart summary
Anthony Talarico [Mon, 8 Jan 2018 21:46:47 +0000 (16:46 -0500)]
adding foundation to the admin request model, redoing the layout for the cart summary

using foundation to structure the front end and admin cart summary

7 years agoNopw supplying glm_reg_guest_account_id in session if it was a guest checkout
Chuck Scott [Mon, 8 Jan 2018 21:27:49 +0000 (16:27 -0500)]
Nopw supplying glm_reg_guest_account_id in session if it was a guest checkout

Also now setting a "guestAccount" flag in the template data to check for this in the template.
Also storing with this some pending database changes

7 years agoAdding ability to update the attendee from admin attendee list.
Steve Sutton [Mon, 8 Jan 2018 20:46:42 +0000 (15:46 -0500)]
Adding ability to update the attendee from admin attendee list.

Edit attendee shows the custom fields now and it will save out the
attendee (fname,lname) and the custom fields.

7 years agoRemoved commented out code from dataRegEvnet.php and added saved cart ID for after...
Chuck Scott [Mon, 8 Jan 2018 19:05:41 +0000 (14:05 -0500)]
Removed commented out code from dataRegEvnet.php and added saved cart ID for after checkout

Removed code that was previously commented out to stop deleting of reg_time entries.
Now saving cart ID after checkout in session as 'glm_reg_competed_cart_id'

7 years agoremoving test echo statement
Anthony Talarico [Mon, 8 Jan 2018 14:10:57 +0000 (09:10 -0500)]
removing test echo statement

test echo statement causing 500 error, removing it

7 years agochanging the admin cart summary header text to black
Anthony Talarico [Mon, 8 Jan 2018 14:07:59 +0000 (09:07 -0500)]
changing the admin cart summary header text to black

setting the admin cart summary to black, was white from the front end

7 years agofixing cart summary styles for front end and admin
Anthony Talarico [Mon, 8 Jan 2018 14:04:24 +0000 (09:04 -0500)]
fixing cart summary styles for front end and admin

trying to make the admin cart styled properly, separating the admin styles and the front styles for
the same view file

7 years agoWorking on the edit part for attendees
Steve Sutton [Fri, 5 Jan 2018 21:54:28 +0000 (16:54 -0500)]
Working on the edit part for attendees

Redoing the attendee list.
Start for attendee edit form.

7 years agoRemoved code that prematurely removes rates while building registration data causing...
Chuck Scott [Fri, 5 Jan 2018 21:47:08 +0000 (16:47 -0500)]
Removed code that prematurely removes rates while building registration data causing missing levels.

7 years agoremoving test red background from cart summary
Anthony Talarico [Fri, 5 Jan 2018 17:40:22 +0000 (12:40 -0500)]
removing test red background from cart summary

left red test background in cart summary, removing it

7 years agohiding charges text in the cart summary
Anthony Talarico [Fri, 5 Jan 2018 17:39:02 +0000 (12:39 -0500)]
hiding charges text in the cart summary

cart summary , hiding all charges text except for the first level of each event

7 years agoUpdate to add attendee forms.
Steve Sutton [Fri, 5 Jan 2018 16:44:36 +0000 (11:44 -0500)]
Update to add attendee forms.

Separate out the email lookup part to form within the add attendee form
that allows someone to lookup account by email. If it finds the account
it hides that part and fills in the other form. If it doesn't find the
account it fills in the email address.

7 years agoremoving charges label for all levels except the first for each event
Anthony Talarico [Fri, 5 Jan 2018 15:55:31 +0000 (10:55 -0500)]
removing charges label for all levels except the first for each event

each event in the cart summary should have 1 charge label

7 years agoremoving visibility changes for cart summary charges
Anthony Talarico [Fri, 5 Jan 2018 15:12:09 +0000 (10:12 -0500)]
removing visibility changes for cart summary charges

re adding the cart summary charges column , need to fix the css selectors

7 years agoadding visibility to the charges column in cart summary
Anthony Talarico [Fri, 5 Jan 2018 15:09:59 +0000 (10:09 -0500)]
adding visibility to the charges column in cart summary

cart summary, adding charges column globally for all charges in the summary

7 years agofixing css selector syntax from previous push
Anthony Talarico [Fri, 5 Jan 2018 15:07:46 +0000 (10:07 -0500)]
fixing css selector syntax from previous push

missing period from the last css style selector change

7 years agotesting visibility of duplicate charges column
Anthony Talarico [Fri, 5 Jan 2018 15:04:57 +0000 (10:04 -0500)]
testing visibility of duplicate charges column

removing all charges labels except for the first one at the top

7 years agoadding visual separation between each attendee in the cart summary
Anthony Talarico [Fri, 5 Jan 2018 15:01:55 +0000 (10:01 -0500)]
adding visual separation between each attendee in the cart summary

front cart summary , using visual backgrounds to help separate each line item

7 years agochanging font styles in the cart summary data
Anthony Talarico [Fri, 5 Jan 2018 13:48:45 +0000 (08:48 -0500)]
changing font styles in the cart summary data

adjusting font style and positioning for the cart summary data

7 years agoCompleted generation of all E-Mail notices at checkout and failure notice to developers.
Chuck Scott [Thu, 4 Jan 2018 22:05:12 +0000 (17:05 -0500)]
Completed generation of all E-Mail notices at checkout and failure notice to developers.

7 years agoadding more data to the cart summary header
Anthony Talarico [Thu, 4 Jan 2018 21:47:34 +0000 (16:47 -0500)]
adding more data to the cart summary header

adding date placeholder , price and attendees to cart summary header

7 years agoadding data to the reg cart header , styling cart data
Anthony Talarico [Thu, 4 Jan 2018 21:29:20 +0000 (16:29 -0500)]
adding data to the reg cart header , styling cart data

adding more styles to the cart summary data and adding data to the cart summary header

7 years agofixing layout of cart summary for checkout and cart page
Anthony Talarico [Thu, 4 Jan 2018 21:13:38 +0000 (16:13 -0500)]
fixing layout of cart summary for checkout and cart page

adjusting the cart layout for checkout and cart pages, mobile first