Skip to content

Instantly share code, notes, and snippets.

View camaulay's full-sized avatar

Cam Macaulay camaulay

  • Adelaide, Australia
View GitHub Profile
@khuongyolo
khuongyolo / fork-highlight-active-nav-link-on-page-scroll-plain-js.markdown
Created January 29, 2022 12:42
FORK: Highlight Active Nav Link On Page Scroll (Plain JS)
@bdmason
bdmason / using-sage-9-blade-templates-for-woocommerce.md
Last active October 26, 2022 10:48
Using Sage 9 blade templates for WooCommerce

Using Sage 9 blade templates for WooCommerce

Declare WooCommerce theme support

Open app/setup.php, find the after_setup_theme action and put add_theme_support('woocommerce'); inside the function.

Override the plugin templates

Add the templates you want to override in resources/woocommerce:

theme    
│