Can't add variations - by emeliech - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: emeliech
    emeliech
    Participant
    October 20, 2015 at 10:29

    Hello!

    I am trying to add a new ring on our website. It has 60 variations.
    When I click “Add variations” I can see it adding them, and then it’s just a spinning wheel, right now it’s been spinning for 30 min. So I have no choice but to update the page, and then everything disappears.

    Do you have any idea what might be causing this?

    Please help

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 20, 2015 at 11:45

    Hello,

    Please refer to Woocommerce article https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/ and try this code in functions.php file:

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    	return 100;
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );

    Regards,
    Eva Kemp.

    Avatar: emeliech
    emeliech
    Participant
    October 20, 2015 at 15:02

    Thank you for the reply. That seems like the logical solution,
    but unfortunately it did not work for me.
    It is still spinning. Any other ideas?

    Thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 20, 2015 at 15:15

    Hello,

    Please provide us with a product link where you can’t add variations.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: emeliech
    emeliech
    Participant
    October 20, 2015 at 16:22

    I don’t understand what you mean?

    I don’t want to upload a product with no variations..

    Avatar: Eva
    Eva Kemp
    Support staff
    October 20, 2015 at 18:23

    Hello,

    The same issue persists with default WordPress theme too.
    Please check it yourself.
    We recommend you to contact Woocommerce support regarding this problem or add variations manually one by one.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.