sage-woocommerce
sage-woocommerce copied to clipboard
Will not override wc templates in wc 6.1
Terms
- [X] I have read the guidelines for Contributing to Roots Projects
- [X] This request is not a duplicate of an existing issue
- [X] I have read the docs and followed them (if applicable)
- [X] I have seached the Roots Discourse for answers and followed them (if applicable)
- [X] This is not a personal support request that should be posted on the Roots Discourse community
Description
What's wrong?
With Sage 9 and Woocommerce 6.1, the sage-woocommerce package doesn't seem to allow overriding templates anymore. My theme is showing the Woocommerce default header and footer and isn't loading the content into the structure outlined in layouts.app.
What have you tried?
I have followed the instructions and created both archive-product.blade.php and single-product.blade.php which should extend layouts.app, but they don't and they load the woocommerce header and footer, despite me calling those functions via do_action.
Steps To Reproduce
- Download roots/sage 9
- Add sage-woocommerce package
- View a single product or the product archive
Expected Behavior
I expected the woocommerce content to fit into the structure of layouts.app as it has in previous versions
Actual Behavior
It loads the woocommerce default templates
Relevant Log Output
No response
Versions
9.0.10
Any resolution on this one?