sage-woocommerce icon indicating copy to clipboard operation
sage-woocommerce copied to clipboard

WooCommerce integration for Sage 9 themes

Results 8 sage-woocommerce issues
Sort by recently updated
recently updated
newest added

This repo is not maintained by the Roots team anymore. Please reach out to us on Roots Discourse if you fork it and keep it maintained for Sage 9. Sage...

### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...

bug

Hi there, Custom nav walker doesn't seem to be loading from header.blade.php ``` @if (has_nav_menu('primary_menu')) {!! wp_nav_menu([ 'theme_location' => 'primary_menu', 'container' => false, 'menu_class' => 'primary-menu', 'walker' => new Primary_Menu_Nav_Walker()...

Hi, i have a problem with ovveride cart template I tried structure like /woocommerce/template/cart/cart.blade.php and /woocommerce/cart/cart.blade.php but still not work. Is displayed as page default form the theme. Any ideas?

The default WordPress header is loaded when get_header('shop') is called, instead of the Sage 9. If I create a header-shop.php file inside of views, it's not read and ignored. If...

## Submit a feature request or bug report - [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) - [ ] This is a feature request - [x] This...

## Submit a feature request or bug report - [ X] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) - [ ] This is a feature request - [...

## Description I tried adding a custom sage template for the checkout page, but when I do that visiting the checkout page results in an white screen of death. I...