Problem in WooCommerce variations. More than 50+ variation problem
-
Hello!
I created a WooCommerce Commerce Website for my client who is selling mobile cover of more than 21 models, and if we calculate the number of variation should build is 575 , i used a custom code to increase the variation limit
Code-:
//Increase in the number of variations to 1000
define( ‘WC_MAX_LINKED_VARIATIONS’, 1000 );After adding this code to function.php it worked the number of variation actually increased.
But now the problem is with variations in product page.
I had created two attributes
1. Select your mobile brand
2. Select your phone modelAnd started creating variation in product
So i made variation with the Samsung and vivo , in Samsung there are 95 models and vivo has 50 (with select attributes)Preview ( published product)
But the problem is when i selecting the Samsung in “select your mobile brand” it is showing me all variations of “select your phone model”Means when i am selecting the Samsung it is showing me the models of vivo which is not in variation.
Please fix this problem
I have asked this question for two times but no. One is helping me please help me please.Check the link
The page I need help with: [log in to see the link]
- The topic ‘Problem in WooCommerce variations. More than 50+ variation problem’ is closed to new replies.