Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Yellow
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 6/7/2022 12:06 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
Priority: 0
 
Time Id: 9105
Template/Type: Brandon Time
Title/Caption: Small bug fix
Start Date/Time: 6/6/2022 1:15 pm
End Date/Time: 6/6/2022 1:45 pm
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

Checking out some JavaScript code on the main add cart payment and checkout page. The older code was only looking for one submit button. We recently redid the page and added in a second submit button. The old code would enable and disable the button if a user tried to use too much on the loyalty program. With the new page having two buttons, it would disable the submit button, thus letting the loyalty points go negative. Small oversight. Basically, the page with two submit buttons worked in every other situation, it just didn't take into consideration the over allotment of loyalty points. Lots of edge case scenarios. It's hard to test for every possible combination. Anyways, we got it fixed.