product-category
URL uses taxonomy-product-cat.php
which calls archive-product.php
you will need to override it by creating the same file with the same name in themefolder/woocommerce/archive-product.php
You can open any file in templates folder in the WooCommerce plugin and you will find a line in the very top comment describes how to override the file.
Don’t forget to add add_theme_support( 'woocommerce' );
in the theme functions.php
If It’s not there.
Related Posts:
- Template for product-category page [closed]
- How to override Category rendering mechanism
- WooCommerce IF statements not working
- How to differentiate the homepage structure from the category page structure in WordPress template?
- How to edit woocommerce sub-category page
- category id (term_id) in url instead of slug
- Is it possible to have a template that works on multiple categories where the link address contains the specific category?
- List just subcategory and products of active category page in Woocommerce
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- Display all product tags associated with a specific product category
- why get_the_post_thumbnail( the_ID()) echos extra post id
- How to access deleted term inside delete_product_cat action
- Apply WordPress function on specific woocommerce product categories only
- Filter WooCommerce archive pages by an additional category
- Custom template for sub-sub-categories
- Grandchild Term Things Grandfather Term is It’s Parent
- What Must to Display the “mysite.com/category” URL?
- How to get the current category with custom posts
- Custom tax_query filter not working for Woocommerce product categories
- How do order product categories – on a parent category page – in Woocommerce?
- Woocommerce filter function not updating
- Adding custom ID field to the categories
- How can i change what one category displays?
- Remove any product that is featured from regular display loop [WooCommerce]
- Two Sections on Woocommerce Catergory Page [closed]
- Woocommerce search form with category select
- Home Page Template – Specific Category
- How to display product with two condition, category and brand taxonomy
- Show different menu on each woocommerce category page
- How to use wp_list_categories with plugin category?
- Using if statement in index.php instead of creating separate template files
- Why is my sub-category template showing the wrong posts
- Add Date & Author Meta to Category Archive Page
- Display subcategories selectbox on each category page
- Displaying year once in category.php [duplicate]
- Custom Page Template Category loop not functioning correctly
- Category link redirect to custom template page instead of index.php?
- I would like to feature a tip on the homepage
- Assigning certain pages or posts to use the template of the parent page or category
- How can I include custom category and tag base in template files?
- Different header for each category
- Category Template – Show Last Entry as Featured
- Detect category choice for posts with multiple categories
- Custom post type archive category page results in 404
- Include home page template in specific category template
- Output Title of Post’s Current Category
- Showing different posts on category pages
- Displaying categories in different template problem
- WooCommerce shared categories
- displaying the last product comment in the woocommerce category
- Displaying Single Product Page Parent and Child Category
- Woocommerce only display child category when parent is checked (on add new product page)
- Include last post date in get_categories loop
- Add custom categories and subcategories and posts as custom pages
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- category description not showing in my woocommerce
- Conditional label Woocommerce archive [unsolved]
- Show audio player only in specific post type category
- How to make product image inherit from category image
- How to show given products only using product id array from specific category page in woocommerce
- Shop Category Pages missing s
- 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?
- WooCommerce REST API not returning the default products category
- In if…else condition, the else statement shows even if if statement is correct
- How to show WooCommerce Categories on ‘shop’ page instead of products?
- Show the parent taxonomy by creating shortcode in woocommerce?
- How can I display all products from all categories on one page with woocommerce?
- Custom WooCommerce template for product
- How to add all subcategories as submenu in WordPress menu
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- Get WooCommerce product category list in functions.php
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Is there a reason to put a product in both the Child and Parent Categories?
- WordPress category title not update in navigation menu
- Show alternative menu based on page template AND post category
- WooCommerce showing active product categories on single product page
- selecting categories that have products with tag/category
- How to create a template for categories
- WooCommerce category display in custom page
- Sorting Woocommerce products by category and attributes
- Woocommerce custom taxonomy order
- Update wordpress menu with woocommerce products
- How to get Woocomerce categories count
- Woocommerce – Display product category of product in Orders page
- Changing Woocommerce categories programatically
- Get all categories
- Woocommerce Force the category choice before creating new product? [duplicate]
- How to load/include category templates based on conditionals?
- Categories and products woocommerce wordpress
- Function to reference post meta in place of category Woocommerce
- Add custom fields to Woocommerce Category Page
- how to create a page that shows all of multiple category posts on a single page
- Restricted category in Woocommerce [closed]
- Products showing up in subcategory when they shouldn’t
- Adding 400 product categories with their hierarchy to a navigation menu
- How do we ReWrite HTACCESS to point a cat/subcat Product URL, to Cat/ only?
- What would be the easiest way to show subcategories under specific parents as text links only?
- How can I display the category descriptions below the category name using a functions.php filter?
- Change woo status automatically [closed]