Okay, so here’s my breakdown. I have a schedule API built and through Corvid, I’m able to pull data from it. This data changes on a weekly basis, so dynamically renndering the schedule is necessary.
I built a lightbox modal for the customer to enter their zip code (their zip determines their schedule) and it shows them their schedule, they select their delivery time from a drop down.
I need to send their input to their order, so it’s reflected on their invoice.
HELP!