Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Paulo P – a11n

    (@paulostp)

    Hello ??

    When you make a selection for “Type” and “Face Value” the cost of the variation price to display is delayed compared to other products I’ve tested

    I tested both products and it seems to be working instantly for me.

    Please let us know if I misunderstood the issue.

    Best,

    Thread Starter gmoney9

    (@gmoney9)

    Thanks for the reply. I added this code and it fixed the issue:

    // Change limit to dynamic product variations
    
    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    
        return 50;
    
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );

    Hi @gmoney9

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! ??

    Meanwhile, if you have a moment to spare, we would love it if you could share your thoughts with us by leaving a review or feedback. Your experience and feedback are important to help us improve and ensure we’re always providing the best possible support.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slow variation price display for some products’ is closed to new replies.