multiple variation images not loading
-
main variation images are working fine but multiple images are not loading
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area. I will check the product.
Best Regards
i am still waiting for your reply
Hello,
Please add this code to the functions.php of the child theme:
function wd_wc_ajax_variation_threshold( $qty, $product ) {
return 150;
}
add_filter( 'woocommerce_ajax_variation_threshold', 'wd_wc_ajax_variation_threshold', 10, 2 );
Best Regards
Thankyou problem resolved
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘multiple variation images not loading’ is closed to new replies.