compounding variations
-
I’m trying to build a build-your-own pizza function on my page. I want to compound the options. For instance, I need one option that lets you select the pizza size, small, medium, or large that changes the price accordingly. Secondly, I want a way to allow the customer to order a single topping for free, but when they order an additional topping the price increases according to the first option: size.
So, the base price for a small pizza is $13. A medium is 16, and large is 18. They select a single topping and it doesn’t effect the price. But if they select any additional topping it increases the price by a flat rate according to the pizza size. If they select a second topping for a small pizza it’s an additional 1.50, for a medium pizza it’s 1.75 and for a large it’s $2.
Is this possible with your plugin? Does the plugin support variable products where I could set the size as an attribute and offer additional topping charges based on the variation?
The page I need help with: [log in to see the link]
- The topic ‘compounding variations’ is closed to new replies.