Hey @kalenjohnson
How do I override Woocommerce template files with my theme’s blade files?
Now I’m overriding those by adding .php file (not blade file) inside templates folder. But this way it won’t load my base layout at all.
All I would need is to override archive-products.php and single-product.php with my own blade files inside theme/templates folder.