I add a variable product in woocommerce that has nearly 650 variations. The product is listed and working fine, it has no issues when adding it to the cart. But, after I select the variations the product image disappears under the menu. I tried changing the variation threshold but it didn’t work for me. I have other variable products with nearly 400 variations and those are working fine.
If anybody knows how to solve this issue that will be very helpful for me.
I attached the screenshot of the error below for reference.
2
Answers
You need to generate product variations from all it’s atributes.
Then you need to manually add/edit the picture for each individual variations.
Good luck, chief.
For XTemos Woodmart theme try the following:
Go to WoodMart theme settings -> Single product -> Images -> additional variations images at the bottom:
I suppose the default (at least for 2 of our sites it was) is:
Additional variations images:
OnData storage method:
Variation products metaAJAX variation threshold:
30Set
data storage method
to Parent product meta andAdditional variantions images
to Off afterwards. This worked for us.I suppose it’s a bug in the latest 2 versions of WoodMart (6.4.1 and 6.4.2) or a change in behavior.