Latest Sage & WooCommerce

I am attempting to get WooCommerce templates to render using the new blade system. These are the following steps i’ve taken.

  1. Added add_theme_support(‘woocommerce’); to the setup file.
  2. Created a folder inside of /resources/views called woocommerce.

When I go to a Woocommerce Page my header and footer do not render onto the page.

I do get the following notices -

Notice: Theme without header.php is deprecated since version 3.0.0 with no alternative available. Please include a header.php template in your theme. in /web/wp/wp-includes/functions.php on line 3962

Notice: Theme without sidebar.php is deprecated since version 3.0.0 with no alternative available. Please include a sidebar.php template in your theme. in /web/wp/wp-includes/functions.php on line 3962

Notice: Theme without footer.php is deprecated since version 3.0.0 with no alternative available. Please include a footer.php template in your theme. in /web/wp/wp-includes/functions.php on line 3962

Any ideas, I’ve followed guides from other threads but they appear very out of date and aren’t using the latest Sage.

3 Likes

https://discourse.roots.io/search?q=woocommerce%20sage%209

1 Like