Hey all!
I tried searching for an existing answer to this question but couldn’t quite find what I was looking for.
The project I’m working on currently is a quote engine for device repair. The basic desired flow of the form is What type of device do you have > what model is it > what services do you want > do you want overnight shipping > here’s your quote, enter in your info and we’ll reach out to you asap.
The roadblock I’m running into is step 3 > what services do you want. I want my customers to be able to select multiple services, but if they do that then the engine is going to have to take the variables attached to those services (for that specific model) and add them up, and apply a bulk discount.
That’s where I’m stuck … how do I get the system to add up variables that the customer chooses?
Right now I can create IF/AND equations, but if I were to do that I would have to iterate every single possible combination of options in Step 3 … for hundreds of devices.
Hopefully this is doable and I’m just dumb and haven’t found the solution yet, ha.
Thanks everyone!