• Resolved cathaoir95

    (@cathaoir95)


    Hi,

    I’m creating a product for a virtual horse race fundraiser. I have created eight attributes for each race, and within them have 8 options (horses) to select. When I go to import the attributes into variations, it says max 50 per run. I believe mine would be 64? I run it anyway and it just has the loading cursor running endlessly.

    Does anyone have any ideas?

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You can increase the limit by applying the code below. I would recommend using a plugin like Code Snippets to add that snippet to your site:

    define('WC_MAX_LINKED_VARIATIONS', 100);

    Thread Starter cathaoir95

    (@cathaoir95)

    Hi,

    Thanks for the reply. I used code snippets, and now before clicking create variations from all attributes – it says 100 max per run.

    However, it is still stuck on an infinite loading loop and nothing happens. Do you know why this is?

    Thanks,

    Hi,

    it is still stuck on an infinite loading loop and nothing happens.

    OK, in that case, can you check if the issue is caused by a conflict with your theme or with another plugin? To determine what’s causing the issue, please temporarily switch your theme back to Storefront and disable all plugins except for WooCommerce. If that resolves the issue, then re-enable plugins one-by-one until you find the one that’s causing the conflict.

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘I have 8 products with 8 options within them – 50 max per run?’ is closed to new replies.