• Resolved kishan45

    (@kishan45)


    Hello Team,

    product attribute not working properly. I have to add 585 variation in one product. check below link.

    https://thewebman.info/strictly/product/custom-product/

    but now I am facing problem that when I select apple than get all model but I need only iphone model. I export product csv and check all variation and all is perfect to add with brand wise model.

    please any one know please tell me how to do???

    • This topic was modified 8 years, 3 months ago by kishan45.
Viewing 2 replies - 1 through 2 (of 2 total)
  • If there are less than 20 (“the threshold”) variations, the dropdowns should work as you expect and not allow invalid combinations. If there are more than 20, then the variations data is not loaded into the page and its possible to select invalid variations as you have found out. A moment later, Ajax is used to fetch the relevant data and present the not-found message if necessary.

    This behaviour was introduced from WooCommerce 2.4 onwards to limit the amount of variations data inside the page because too much data was slowing down page load times. That’s how it is in the core WooCommerce plugin.

    You can increase the threshold with a code snippet:
    https://www.snip2code.com/Snippet/710877/WooCommerce–Increase-variation-threshol

    Set the threshold to 585 and see what happens. Its likely your page will load too slowly.

    Have a look for plugins at www.ads-software.com, woocommerce.com and codecanyon.com. I’ve not found one for this issue but please post back if you find something suitable.

    Otherwise, could you set up a different product for each brand?

    Thread Starter kishan45

    (@kishan45)

    OMG!!! This resolved my Issue. Thank you so much @lorro You made my day.A Big Thank you once again. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product attribute not working’ is closed to new replies.