1
votes

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!

Hi and welcome to StackOverflow! Remember that asking for plugins is off-topic and since we are not a free coding service, please add some code you've tried to accomplish your usecase. Otherwise, feel free to hire a freelancer. You can follow our guidelines stackoverflow.com/help/how-to-ask to ask a good question - Syntax_Error