To Overide the WooCommerce Templates

add_theme_support( ‘woocommerce’ ); 

need to Add the following to functions.php

After adding this we can override the WooCommerce templates like

Archieve-product.php

Taxnomy-product_cat.php

Single-product.php

Files for the Category main page which includes the main categories and the next file includes the subcategory category and Product page with the category is listed in the Taxnomy-product_cat.php file

And this files can be overridden in the theme folder

Leave a comment

Your email address will not be published. Required fields are marked *