Hi all,
I’m struggling to make work correctly Woocommerce with Sage Roots 10 (10.8.2).
I have followed the install instructions of this page : GitHub - generoi/sage-woocommerce
Then added archive-product.blade.php and single-product.blade.php files to resources/views/woocommerce as I think I’m supposed to do.
But when I go to a product category page, the native woocomerce templates are used (those in plugins/woocommerce/templates) and not the custom ones.
I also tried to copy the content of /plugins/woocommerce/templates to a my-theme/woocommerce repository and added add_theme_support (‘woocommerce’); to the file app/setup.php and it seems I can start customizing the woocommerce templates from here.
But I want to use tailwind and blade …
I’m a little lost about how to make it all works correctly…
Hoz have you succeded in setting up woocommerce with sage roots 10 ?
Thanks