You would need to override the template in WooCommerce which displays the category page and add in your own sidebar / html.
woocommerce/templates/archive-product.php
You can read up on how to do this here:
https://docs.woocommerce.com/document/template-structure/
Don’t forget to add theme support in your functions.php file too.
function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
Related Posts:
- Add Icons to the Product Category Sidebar Widget WooCommerce
- Custom page for WooCommerce’s /product-category/
- Template for product-category page [closed]
- Display All Products by Category with WooCommerce
- Woocommerce get category image full size
- Listing Category ‘child_of’ by slug rather than ID
- Programmatically create product category and add thumbnail in woocommerce
- Reflect nested categories in appearance > menus
- Create product category and keyword search form in woocommerce? [closed]
- How to create a widgetized sidebar for every category dynamically?
- How do I edit pre_get_post for the category the user is currently in?
- Display all posts with same title
- Display WooCommerce product categories in a 4 columns custom menu [closed]
- How to select product category while adding new product in woocommerce? [closed]
- Hide uncategorized products from the shop page
- Listing Parent, Child and GrandChild Categories and then the PostTitles on Page Template !
- show posts names and links in the sidebar list as categories child
- Display “add to cart” button on every listing in product category page?
- Getting categories id for all products in cart
- Get woocommerce catogry
- Custom sidebar on category pages
- Woocommerce category show subcategories only/omit posts for specific category
- products nested by subcategories in a current category archive
- WC 3.x Get categories from variable product of the cart
- need to add custom field in more products
- How to redefine the sorting of product categories by menu_order?
- Pagination not visible on woocommerce’s category page
- Best way of getting WooCommerce category path
- Get parrent category name
- Sorting category products not working
- Remove product category placeholder image (Woocomerce)
- Change thumbnail image depending product category
- Woocommerce custom category pages
- Customize WordPress widget – Product Category
- Categories are not listing their respective products
- Display single category name in woocommerce loop
- Building Menu from Woocommerce Product Categories
- Include WooCommerce product to all child categories
- woocommerce related products by specific categories [closed]
- Problem with different query loops (and “main loop”) on category template page!
- List just subcategory and products of active category page in Woocommerce
- Display all product tags associated with a specific product category
- Custom tax_query filter not working for Woocommerce product categories
- How do order product categories – on a parent category page – in Woocommerce?
- Adding custom ID field to the categories
- Remove any product that is featured from regular display loop [WooCommerce]
- Tags Instead of Category
- How to only show parent categories in sidebar
- Custom Page Template Category loop not functioning correctly
- How to differentiate the homepage structure from the category page structure in WordPress template?
- Assigning certain pages or posts to use the template of the parent page or category
- Detect category choice for posts with multiple categories
- displaying the last product comment in the woocommerce category
- Woocommerce only display child category when parent is checked (on add new product page)
- Conditional label Woocommerce archive [unsolved]
- Custom sidebar isn’t showing up on sub-category posts
- Show audio player only in specific post type category
- How do I get conditional sidebars for specific category archives and posts
- How to make product image inherit from category image
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- In if…else condition, the else statement shows even if if statement is correct
- How can I display all products from all categories on one page with woocommerce?
- How to add all subcategories as submenu in WordPress menu
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Show alternative menu based on page template AND post category
- selecting categories that have products with tag/category
- Restrict retrieved terms by category?
- How to fix 404 error in pagination in categories of woocommerce with common url base /shop/?
- How to display custom fields as table in Woocommerce
- How do I merge WooCommerce categories with the same name?
- Sidebar by Category Conditional Statement not functioning
- Woocommerce Category Sort Dropdown
- Woocommerce: all products of all categories instead products of one category
- How to delete WooCommerce categories in bulk that only have one product
- Product Category page showing all products
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- How to get WooCommerce Product Categories and its children’s children?
- Woocommerce change tag_id to name
- Print categories and most viewed articles
- Category menu that filters out empty categories
- Own Custom Tags/Category page ( posts)
- Archives and category of authors
- How to add the sidebar in all category page
- Dynamically Adding Category Specific Content To Specific Category & Subcategory Pages
- Custom Woocommerce Category view
- Displaying categories and subcategories without link
- WooCommerce category display in custom page
- Sorting Woocommerce products by category and attributes
- Categories not shown on sidebar
- Woocommerce custom taxonomy order
- Update wordpress menu with woocommerce products
- How to get Woocomerce categories count
- Get all categories
- Categories and products woocommerce wordpress
- Function to reference post meta in place of category Woocommerce
- Add custom fields to Woocommerce Category Page
- Display different sidebar based on search results from one category
- how to create a page that shows all of multiple category posts on a single page