I’ve installed this package https://github.com/ptrckvzn/sage-woocommerce for Woocomerce/Sage 10 which seems to work well so far.
All my other non-Woocommerce pages have a controller that include php traits for the footer content. I need to be able to do the same for the Woocommerce pages but can’t work out how. I get warnings where the content should be
I have a Woocommerce folder in views with the two files required, archive-product.blade.php and single-product.blade.php.
I’ve tried creating an ArchiveProduct.php controller file but it doesn’t work. Can some one advise as to how I can solve this?