How to add WooCommerce support in Sage 11?

Hi there,

I’ve just moved to Sage11 from sage10 for developing custom theme for my WordPress website. I’m using WooCommerce and trying to customize the product template. For that I’m adding single-product.blade.php and singple-product-content.blade.php files inside the theme directory: /mytheme/views/woocommerce. Unluckily it’s not overriding the the default structure of WooCommerce product template.

Do I need to do any additional steps to make this work or to setup WooCommerce in sage 11 environment?

P.S: I have tried the solution suggested by @csorrentino here, but no luck. It seems like this solution is aligned pretty well with sage 10

Thanks.

Hi @ben

Appreciate your quick response.
I guess this is not exactly my case, here for me it’s not working for any woocommerce template.
Still I will try to understand how this thread can help me to troubleshoot it more further.

Thanks

Look into using this package, I am also on Sage 11 and is working fine for me.

1 Like

Did you follow the Sage-Woocommerce installation instructions? specifically the second two steps. That would help verify that acorn is loading the package.

Also the path you mentioned looks wrong. It should be /resources/views/woocommerce. Using the acorn command to publish the views should also help make sure the path is correct

1 Like