• Resolved DA42

    (@troyw2015)


    Hey guys,
    Not sure if this is something you can answer as it may be something in the way ‘Woocommerce Brands’ plugin works.

    The issue I face is when I go to a Brands Page on the front end, the left sidebar displays every Product Category available, including unrelated categories. (I have set up ‘Product Categories’ in Left Side Bar Widget).

    Ideally, I would like to present the Brands Widget instead of the Product Categories only on the Brands page. Product Categories work fine on Product and Category pages. I added the Brands widget to the left sidebar and it works on ‘Category’ pages, but not on’Brand’ Pages?

    Failing that, even if I could remove the Categories from the side bar when on a brands page, it would look much better.
    I tried adding this to my functions php but it did not work;

    /* Remove Categories from Brands */
    remove_action( 'product_brand',
    'woocommerce_template_single_meta', 40 );

    Any ideas how I can either remove categories from side bar in ‘Brands’ pages only and replace with Brands list instead.

    or

    Just remove Product Categories from the ‘Brand Pages’.

    This might be an issue with the actual plugin itself, so I understand if you don’t have a way around this.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Brands wont show in Brands’ is closed to new replies.