Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Pink
Assigned To: Brandon Moore
Created By: Brandon Moore
Created Date/Time: 3/31/2018 1:00 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
 
Time Id: 3636
Template/Type: Ideas & Special Notes
Title/Caption: Standardize the shopping cart line item values - struct keys
Start Date: 3/31/2018
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

The deeper we get into the shopping cart and custom carts, the more standardization we are needing. We are seeing huge time frames being spent trying to bring older custom code into compliance with the new structure keys and values. Not all of the custom code is part of the master branch, so we have to go look it up on the different servers, and then check things page by page. It is really turning into an issue. Maybe we need a function that will help standardize the shopping cart line items and at least make sure that each line item has the correct structure keys. They may not all be perfectly set (defaults and blanks), but we need each line item to have the same keys. Either that or we need to go back and force all older code to use the newer add cart line item methods. That way they always have the correct values. That would be best.

What about stringing together a series of smaller getters and setters. That would be really cool and allow for micro level controls without having to keep passing argument after argument when only small details are needed and/or are being changed. We need something different.