fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Variation Swatches for WooCommerce – Cross with blur not working mobile

Zelda Gouws

Hi,

 

My cross with blur is not working on some products in mobile.

 

for example this item https://www.thesportsconceptstore.co.za/product/cloud-x-2-0-m/

 

Select Rust/rock and size 13.5 which should show a cross as out of stock but if only displays out of stock as text.

Some products work and others don’t. Please advise

I also added this to my function.php to change the threshold to 100 but still not working.

function iconic_wc_ajax_variation_threshold( $qty, $product ) {
return 100;
}

add_filter( ‘woocommerce_ajax_variation_threshold’, ‘iconic_wc_ajax_variation_threshold’, 10, 2 );

I am using the porto theme.

Hakik Zaman

Hi Zelda,

Thanks for reaching out to us. You have more than 30 variations for this product- https://www.thesportsconceptstore.co.za/product/cloud-x-2-0-m/

Using the free version the blur and cross will work for 30 variations. If you want this feature for more than 30 variations you have to upgrade to the pro version.

BTW, I have some adjustments for you. Please check and don’t forget to clear your caches (like- browser cache, caching plugin cache, and server-side cache) before checking.

Thank You