woo-frontend
Installation
SKILL.md
WooCommerce Frontend & Template Customization
Before writing code
Fetch live docs:
- Web-search
site:developer.woocommerce.com template structurefor template hierarchy - Web-search
site:developer.wordpress.org themesfor WordPress Theme Handbook - Web-search
woocommerce template override guidefor 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()andwc_get_template_part()handle the lookup chain