I had same changes after the update
-
I updated the theme into 6.2.3 i see change in single product variables , before the update it was if you dont had any variation for a color or other attribute it was with less opacity and not selectable but now in the new update it changed all the variation stay ther just show just an alert / pop-up with a message “there is not a a product for this combination ” i liked more the old way how can i switch on that again because is more dynamic and easy to understand for the users.
Hello,
Please provide the product URL and describe the steps to reproduce the problems.
We will need your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.
Best Regards
i found the problem i added this code function.php on child theme . But how can i do everytime i do an update it wont be replace?
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 150;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
Hello,
When you add the code to the functions.php of the child theme and it is active, you need to update the parent theme only and in this case, all the customization would remain even after the update.
If you have any questions please feel free to contact us.
Best Regards
ok thank you for your help :))))
If you have any questions please feel free to contact us.
Best Regards
The topic ‘I had same changes after the update’ is closed to new replies.