Hi,
I´m offering images in different resolutions and I need WooCommerce to allow only one variation of a product to be added to the cart. I enabled “Sold individually - Enable this to only allow one of this item to be bought in a single order” but this seems to be based on the SKU?! But on a variable product every variation has it´s own SKU and this means it´s possible to add all variations of one image to the cart.
Example: I have variable products like this
image_01
image_01_size1
image_01_size2
image_01_size3
image_02
image_02_size1
image_02_size2
image_02_size3
…
But now the customer can add all three size variations to the cart, which I don´ t want.
Is there a way to allow only one variation of a product to be added to the cart?
I thought maybe with extending the SKU-restriction to something like this:
SKU: image_01_* instead of image_01_size1
Thanks in advance