Woocommerce shop customization child theme
-
Hello, im currently making a custom child theme with WP Bootstrap Starter and i want to customize the shop page, i havent been able to do it, and reading on the internet i find this.
WooCommerce has two ways to handle templates one is /themes/yourtheme/woocommerce/…… with templates modified from /plugins/woocommerce/templates. By doing it this way, all pages can be properly customized.
The other, is /themes/yourtheme/woocommerce.php. This is what WP Bootstrap Starter
does. The problem with woocommerce.php is it’s a “catch all” for WooCommerce, and does not allow any customization of at least woocommerce/archive-product.php.https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
is there a safe way to allow the child theme works without the woocommerce.php form the parent theme so i can work with the woocommerce/archive-product.php and customize how i need?
- The topic ‘Woocommerce shop customization child theme’ is closed to new replies.