Brand filter should show allbrand when select one brand

This topic has 2 replies, 2 voices, and was last updated 1 year, 7 months ago ago by Awais Ahmed

  • Avatar: iZoe Soultions Pvt Ltd
    iZoe Soultions Pvt Ltd
    Participant
    August 31, 2022 at 06:22

    in shop page, if select one brand from filter then other brands getting hidden in sidebar filter. it’s must show all others when select any brand.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Awais Ahmed
    Awais Ahmed
    Participant
    August 31, 2022 at 09:18

    Hello, @iZoe Soultions Pvt Ltd,

    First of all, please update your theme and core plugin to the very latest version: https://xstore.8theme.com/update-history/

    How to update the Theme: https://xstore.helpscoutdocs.com/search?query=update

    After that please update the WooCommerce plugin to the very latest version as well and then try to check back your site after clearing the browser cache.

    And if the issue will still persist then please add the below given code in functions.php of your child theme:

    add_filter('etheme_stock_taxonomy_type', function($type){
    return 'old';
    }, 10, 1);

    And let me know the result.

    Regards 8Themes Team.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.