You've already forked wc-bootstrap
13 lines
268 B
Twig
13 lines
268 B
Twig
|
|
{#
|
||
|
|
# Brand Taxonomy Archive (Bootstrap 5 Override)
|
||
|
|
#
|
||
|
|
# Delegates to the standard archive-product template.
|
||
|
|
#
|
||
|
|
# WooCommerce PHP equivalent: brands/taxonomy-product_brand.php
|
||
|
|
#
|
||
|
|
# @package WcBootstrap
|
||
|
|
# @since 0.1.0
|
||
|
|
#}
|
||
|
|
|
||
|
|
{% include 'archive-product.html.twig' %}
|