woo-frontend

Installation
SKILL.md

WooCommerce Frontend & Template Customization

Before writing code

Fetch live docs:

  1. Web-search site:developer.woocommerce.com template structure for template hierarchy
  2. Web-search site:developer.wordpress.org themes for WordPress Theme Handbook
  3. Web-search woocommerce template override guide for override patterns

Template System

How Templates Work

WooCommerce uses a template override system:

  • Core templates live in woocommerce/templates/ within the plugin
  • Themes override by copying to {theme}/woocommerce/{template-path}
  • wc_get_template() and wc_get_template_part() handle the lookup chain

Template Lookup Order

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026