This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
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
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.
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.
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
No there is still the problem. Some products are saved well, but at others the attributes disappear.
Hello,
Please show us products links which have problems with attributes and provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
Tagged: attributes, disappear, persuasive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up