• Resolved skylinks

    (@skylinks)


    First of all thank you so much for such a simple & useful widget..

    I,m using this widget with elementor & its working fine but few issues i,m facing

    1: It is showing wrong products for categories which are out of stock, I have selected “Hide out of stock items from the catalog” in woocommerce settings but categories are visible in dropdown which ended up showing all products instead of none. It,ll be great if we can hide categories from dropdown which don,t have any in-stock product.

    2: Horizontal view is not working , I have changed the css as per instructions but i,m still getting vertical view both on desktop & mobile .. Maybe i,m using elementor & selector values are different for it, i don,t have any idea .

    It,ll be awesome if you can help me to sort out these issues . Thank You!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Can you provide a link to the page where I can see it in the horizontal view?
    Or send it to my email [email protected]

    Stanislav

    Thread Starter skylinks

    (@skylinks)

    @pektsekye
    I have made sidebar layout for product pages & it looks better then horizontal view now.. please skip Q2 . Buy my 1st problem still persist, this widget is displaying categories with no in-stock product which is causing the issue. How can i disable/hide these categories in dropdown?

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to replace the line:

    
        $ids = wc_get_products(array('return' =>'ids', 'limit' => -1));
    

    with:

    
        $ids = wc_get_products(array('return' =>'ids', 'limit' => -1, 'stock_status' => 'instock'));
    

    in the file:
    wp-content/plugins/product-category-dropdowns/Block/Selector.php

    Stanislav

    Thread Starter skylinks

    (@skylinks)

    @pektsekye You Are Amazing , My Problem Is Solved…

    Hello,
    ? thank you very much for your very useful and simple widget.
    I am using this widget with elementor and I wondered if in the horizontal view, having only a structure of categories on three levels, categotia-subcategoria-subcategoria, is it possible to display the three comboboxes at the opening of the page?
    If it could be done it would be fantastic. Thank you.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    >is it possible to display the three comboboxes at the opening of the page?

    Contact me by email [email protected] so I can send the modified files.

    Stanislav

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Awesome Plugin But Couple Of Problems’ is closed to new replies.