This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Since the last WP update customers are no longer able to choose my variations that were set or add to cart. WordPress stated that my files were outdated. I tried replacing the old with the new but I’m not sure if i did it right because the to make a purchase no longer works. I was forced to change the theme because i was loosing sales. I need the updated Blanco to start from the beginning. Please help.
Will i have this issue every time WP does an update?
How do I get the latest version of Blanco to be compatible with the latest WP update?
Sheri
Hello,
Please 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 );
and check variable products after that.
You can read about this code here:
https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/
Best regards,
Jack Richardson.
I removed all blanco files from my computer, if i download it again will it be compatible with the new WP or do i still need to add this code?
Hello,
Blanco 3.3 version is compatible with new WordPress version.
Please pay attention what file was removed in the theme update:
DELETED : blanco/woocommerce/single-product/add-to-cart/variable.php
http://themeforest.net/item/blanco-responsive-wordpress-wooecommerce-theme/2755246
It must be deleted in your site too in wp-content/themes/blanco/woocommerce directory.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up