For my client I'm creating a Wordpress+Woocommerce webshop. One of their products is customizable in that a customer can customize the following attributes:
- A customer can choose the width from a few different options (30cm, 40cm, 45cm, etc..)
- A customer can choose the height from 50 to 200cm (steps of 1)
- A customer can choose the material
- A customer can create a layout based on those values.
For the material and width I can use the variations provided by woocommerce, for the layout I use nbdesigner. But for the Height I want to use an input(number) field where the user can specify the height they wish. The dimensions of the product and the price should be adjusted based on the user input. Does anyone have an idea if there exists a plugin that does that?
Thanks in advance!