on my shop I need to dare the possibility for the user to customize the product by choosing some values (4 different values).
I cannot set the variants because I exceed the limit of 100 variants and I would like to dare the user to choose through 4 drop-down menus in the product.
Thanks Lucid_Polygon for your reply
Seems like the best solution.
My problem is that these drop-down menus don’t have to appear on all products, but only on selected products.
Also on the products in which it must appear, the choices must be different. I’ll give you an example.
Product 1: dropdown: A, B, C, D
Product 2: dropdown: 1, 2, 3, 4,
Product 3: no dropdown
How can I choose which products to show the drop-down menu on?
How can I create a model like in your example?
Or you make one template but use conditions like for example:
If Product is tagged A: Show options, ABC
If Product is tagged B: Show options, DEF