Home Forums WoodMart support forum multiple variation images not loading

multiple variation images not loading

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #266191

    aceclothing
    Participant

    main variation images are working fine but multiple images are not loading

    Attachments:
    You must be logged in to view attached files.
    #266255

    Hello,

    Please provide your site admin access to the private area. I will check the product.

    Best Regards

    #266960

    aceclothing
    Participant

    i am still waiting for your reply

    #267238

    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

    #267244

    aceclothing
    Participant

    Thankyou problem resolved

    #267449

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘multiple variation images not loading’ is closed to new replies.