• Resolved anirnet

    (@anirnet)


    Hi

    I really loved the simplicity of the plugin and how easy it is to style ?? i only have a problem with my variations still showing even though i have removed them from list ( non existent ).

    I managed to control the ajax threshold

    function custom_woocommerce_ajax_variation_threshold( $qty, $product ) {
         return 500; // Set 1000 to another number to load faster
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_woocommerce_ajax_variation_threshold', 10, 2 );

    and it greys them out, which is fine. but i’d prefer to have them not showing at all as they cause confusion while selecting.

    my attributes are : Style | Color | Size
    the unavailable “sizes” and “colors” were disabled as i mentioned before ( i did it by not assigning a parent id to them in the CSV file before importing to woocommerce )

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Shammi Rahman

    (@shammirahman007)

    Hi @anirnet,

    Sorry that you are facing this issue.

    However, I’ve recreated the issue and informed one of our developers.

    Hopefully, this will be fixed by the end of the week.

    Let me know if you face any further issues, we’re here to help you out.

    Regards,

    Thread Starter anirnet

    (@anirnet)

    Hi @shammirahman007

    Thank you! all the best

    regards

    Plugin Support Shammi Rahman

    (@shammirahman007)

    Hi @anirnet,

    Hope you’re doing really well.

    To let you know, we’ve recreated the scenario but couldn’t found the issue that you’re facing.

    Can you please give us the screenshots of the issues?

    It’ll help us to understand even more.

    Hope you understand.

    Regards.

    Plugin Support Shammi Rahman

    (@shammirahman007)

    Hi @anirnet,

    Since we haven’t heard anything from you in a while, we’re now closing this thread.

    Feel free to open another thread if you face any more issues with the plugin.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide unavailable variations’ is closed to new replies.