You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
I am using do_action('get_header', 'shop'); however the loaded template is header.blade.php, not header-shop.blade.php.
I tried placing it in the partials folder where it seems like it should go, but also views and also the root folder.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 I create it in the root of the theme folder, it is found and ran, but then blade isn't included.
How do you get Woocommerce to use the header from the Sage9 theme?
The text was updated successfully, but these errors were encountered: