woocommerce.php is not overriding page.ph
-
I’m currently developing my first custom WordPress/WooCommerce theme. I’m trying to customize WooCommerce but somehow the advices from the WooCommerce Theme Developer Handbook aren’t working. I’ve added the theme support in the function.php file. That’s the code I used:
function travelafrique_woocommerce_support(){ add_theme_support('woocommerce'); } add_action('after_setup_theme', 'travelafrique_woocommerce_support');
I also can’t override template files by copying WooCommerce Template files into my Themes folder. I also know that the correct way to that would be by copying the necessary files into the following folder wp-content/themes/MYTHEME/woocommerce/templates
I’ve spent already two days trying to fix, this but I can’t see, what has gone wrong. Any help would be appreciated.
The page I need help with: [log in to see the link]
- The topic ‘woocommerce.php is not overriding page.ph’ is closed to new replies.