You've already forked wc-bootstrap
14 lines
475 B
Twig
14 lines
475 B
Twig
|
|
{#
|
||
|
|
# Product Thumbnails (Bootstrap 5 Override)
|
||
|
|
#
|
||
|
|
# Intentionally empty — the product-image.html.twig template renders its own
|
||
|
|
# thumbnail gallery strip using Bootstrap grid. This override suppresses the
|
||
|
|
# default WC output from woocommerce_show_product_thumbnails() which would
|
||
|
|
# render additional full-size gallery images below the thumbnail row.
|
||
|
|
#
|
||
|
|
# WooCommerce PHP equivalent: single-product/product-thumbnails.php
|
||
|
|
#
|
||
|
|
# @package WcBootstrap
|
||
|
|
# @since 0.1.5
|
||
|
|
#}
|