diff --git a/templates/archive-product.html.twig b/templates/archive-product.html.twig index b91d85d..4a8a7f1 100644 --- a/templates/archive-product.html.twig +++ b/templates/archive-product.html.twig @@ -16,7 +16,7 @@ # @since 0.1.0 #} -{% extends "base.html.twig" %} +{% extends "wc-base.html.twig" %} {% block breadcrumbs %} {{ do_action('woocommerce_before_main_content') }} diff --git a/templates/global/breadcrumb.html.twig b/templates/global/breadcrumb.html.twig index 56d004f..bc9c055 100644 --- a/templates/global/breadcrumb.html.twig +++ b/templates/global/breadcrumb.html.twig @@ -2,7 +2,7 @@ # Shop Breadcrumb (Bootstrap 5 Override) # # Replaces WooCommerce's breadcrumb with Bootstrap 5 breadcrumb component. - # Skipped when parent theme is wrapping (base.html.twig handles breadcrumbs). + # Skipped when parent theme is wrapping (wc-base.html.twig handles breadcrumbs). # # Expected context (from WooCommerce woocommerce_breadcrumb()): # breadcrumb - Array of [label, url] tuples diff --git a/templates/global/wrapper-start.html.twig b/templates/global/wrapper-start.html.twig index d35955b..7549d04 100644 --- a/templates/global/wrapper-start.html.twig +++ b/templates/global/wrapper-start.html.twig @@ -3,7 +3,7 @@ # # Replaces WooCommerce's theme-specific wrapper divs with Bootstrap 5 layout. # When the parent theme wraps the page (_theme_wrapped), this outputs nothing - # since base.html.twig already provides the container. + # since wc-base.html.twig already provides the container. # # WooCommerce PHP equivalent: global/wrapper-start.php # diff --git a/templates/layouts/account.html.twig b/templates/layouts/account.html.twig index 249638d..a523a78 100644 --- a/templates/layouts/account.html.twig +++ b/templates/layouts/account.html.twig @@ -7,7 +7,7 @@ # @since 0.1.0 #} -{% extends "base.html.twig" %} +{% extends "wc-base.html.twig" %} {% block content %}