I’ve gone over every available video I could find, but I still can’t figure this out. Most videos approach the scenario with items that have varied quantities.
I am trying to create a structure that allows a seller to offer various services, with each service only being allowed to be purchased once, so there is no need for additional quantities. I’m trying to use the toggle for this, but am not sure if it is possible.
Essentially, the scenario is this:
Seller A has Service 1, 2, and 3 available and each service can only be purchased once.
Customer can choose any service via toggle (checkbox) and check out. Is this possible? I’ve been trying to figure this out for a day or two and can’t seem to get the logic down. Any help is appreciated. Thanks.