WooCommerce using standard templates #900
Unanswered
finalwebsites
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, yes, I tried many times to integrate WC into the theme with hooks https://developer.woocommerce.com/docs/classic-theme-development-handbook/ instead the woocommerce.php. But I had no acceptable success here, especially for the breadcrumb. If you have any idea how to solve this, we can remove woocommerce.php. Any PR is highly appreciated. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
right now I can change the a category archive page only with hooks which are available in the function woocommerce_content().
Instead I would like to use the templates from WooCommerce, like archive-product.php.
If I want to do that you need to remove the woocommerce.php file. Is there another option that I've missed?
Beta Was this translation helpful? Give feedback.
All reactions