I dont know if it is what is being ask, but possibly it is.
if we add the woocommerce theme support on function.php like so
add_theme_support( 'woocommerce' );
we can copy the archive-product.php from the woocommerce plugin to our theme, than we can edit and use that file, the archive-product.php set the page that show the products by category that has a loop to each individual product, and each product presented is set on the page content-product.php, that can also be copied to our theme and edit at our wish, this way even if woocommerce gets an update we are fine. However this should be made in a child_theme, because if the theme gets updated can override this files or even who knows delete them.
It’s possible also to create a template and use it on a page.
Related Posts:
- Custom Post Type Archive template not being called
- Custom Post Type Settings page, choose page to display archive
- Meta_Query as a way how to setup CPT permalinks – is it a good thing?
- Custom Post Type Archives by Date with Custom Permalink
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- WordPress custom post type archive with description
- Custom post type and taxonomy permalinks – Structure
- How do I get the permalink structure to work like this?
- Custom template won’t load for a custom post type (custom permalinks used)
- Custom post type is showing custom home page, not archive page
- Custom post type archive page blank
- Custom post type archive pagination 404
- Ignoring slug capitalization on rewrite rule for custom post type archive page
- My archive-posttype.php template is not loading
- Custom Post Archive is not working
- How to hyperlink content from archive page with custom post-type
- How to integrate single and archive templates for custom post type in any WordPress theme
- Permalink problems with custom post type and custom taxonomy
- Custom Post Type with Configurable Sidebar via ACF
- Custom post type category permalinks and archive pages
- Pagination does not work on Custom Post Type archive while trying to get load more function working
- Is possible register two archive pages for single custom post type?
- Archive page of CPT’s custom Taxonomy
- ACF Pro Accessing fields on a Custom Post Type
- Permalink for custom post type pages not working
- get first limited words from a custom post in the archive page
- Show index and not the archive for “Dog Custom Post” with default slug
- Custom post type archive page not showing on archive-posttype.php
- Custom post type with two templates
- How do I make my archive page look like popular reviewing sites (e.g., Polygon and Gamespot) [closed]
- Display custom post type archive on page.php template
- Multiple archives for cpt, taxonomies, terms
- Making a archive gallery page for a custom post type which already has an archive page
- Custom taxonomy in custom post type archive with pagination
- Permalink of custom post type partly broken
- Custom Post Type Archive Links Not Working
- Have two (permalinks) urls for a same custom post type
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- Pagination not working only on Archive-Name.php using new WP_Query
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query
- How to create a permalink structure with custom taxonomies and custom post types like base-name/parent-tax/child-tax/custom-post-type-name
- Custom Post Type pages are “not found”
- Remove taxonomy slug from a custom hierarchical taxonomy permalink
- Best way to flush_rewrite_rules for custom post type, in a mu-plugins plugin?
- Custom Post Type Template – Archive
- Custom post types – Use post_id in permalink structure when using has_archive => true
- ‘publicly_queryable’ => false not working as expected for custom post_type
- How to List All Custom Post Types Names (Not Posts)
- What are the advantages of using a custom post type archive?
- array_pop() expects array, boolean given for $event_type_term ->slug
- Using %postname% tag with a Custom Permastruct creates 400 Bad Request Errors from the server
- custom post type permalinks with category and tags
- Make permalinks based on an ACF-field
- Custom permalink with pagination
- Custom Permalinks for Custom post Type Archives?
- Change the url of Projects in Divi Theme
- Pagination problems with multiple custom post type archive pages
- wp_publish_post breaks permalinks
- WordPress Rewrite rule for nested post types
- Remove Taxonomy Slug when No Taxonomy is Assigned to Custom Post Type?
- Custom Post Type relationship with hierarchical parent and child permalinks
- CPT: archive-cpt.php VS custom page template
- How to Display ACF Relationship Custom Field as Link to Specific Custom Post?
- Add hierarchical taxonomy to permalink for custom post type
- Custom post types, taxonomies, and permalinks
- Archive page for custom post type not working
- Editable content on a Custom Archive page
- An empty Custom Post Type Archive page returns 404 in WP 3.1
- custom permalinks based on taxonomies for custom post type
- get the custom post type title/name
- How to change custom post type permalink structure
- Show custom post archive when custom post not specified
- Show custom post type relationships by taxonomy
- CPT archive admin menu label
- Need help with permalink rewrites for Custom Post Types with hierarchical relationships
- Content Editable CPT Archive?
- Custom permalinks rules don’t match and lost of query var in the process
- How to Create Template File for Parent Page of Custom Post Type
- Which Template Page Should I Use?
- Pagination doesn’t function properly for archive of a custom post type set as the front page
- Post will not load via ajax
- How to add a sub directory to WordPress single posts without affecting other post types?
- CPT Archive pre_get_posts not working?
- Which is the neatest way to have homepage articles and a blog?
- Multiple permalinks for a single post with multiple taxonomies
- Need equivalent of single_term_slug
- Permalink with hierarchy of Custom Post Types
- Rewrite URL for CPT to domain/post-name/post-id
- Issue with Custom Post Types and Permalinks
- How to have permalink structure based on taxonomy terms
- Custom post type permalink issue [duplicate]
- Get full control over custom post type url
- How to switch from custom post type URL to category URL?
- Custom Post Type with /%shop_name%/gallery/%gallery% permastruct?
- Customizing the custom post type permalink
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Permalink for Custom Post Types
- Show custom post type on post category page doesn’t work / breaks navigation
- On archive.php show loop for child categories if they exist or posts if they don’t, on custom post type
- Dynamic WordPress rewrite rules for multiple custom post types