Attributes disappear - by ali1993esoterik

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

  • Avatar: ali1993esoterik
    ali1993esoterik
    Participant
    October 16, 2015 at 23:13

    Hello. I have a problem with the theme.

    If I add about 30 attributes to a product and I safe it, only 10 or so will be safed, the rest disappears.

    What is the problem? A few products have all attributes…

    I have this problem for a few days now… Please check…

    Thank you

    5 Answers
    Avatar: ali1993esoterik
    ali1993esoterik
    Participant
    October 16, 2015 at 23:21

    I updated the newest woocommerce, saw the problem, deleted woocommerce in the plugin folder on FTP and uploaded the Version 4.2.3 – but have still the problem.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 17, 2015 at 08:36

    Hello,

    Try to use this fix from Woocommerce:
    https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/

    Add 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 );

    Best regards,
    Jack Richardson.

    Avatar: ali1993esoterik
    ali1993esoterik
    Participant
    October 17, 2015 at 20:30

    It is not a problem with the variations, but with the attributes!

    But I will try this and tell you if it worked for me

    Avatar: ali1993esoterik
    ali1993esoterik
    Participant
    October 17, 2015 at 22:00

    No there is still the problem. Some products are saved well, but at others the attributes disappear.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 19, 2015 at 08:21

    Hello,

    Please show us products links which have problems with attributes and provide us with wp-admin panel credentials.

    Thank you.

    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.