Files
wc-bootstrap/templates/loop/no-products-found.html.twig

18 lines
457 B
Twig
Raw Normal View History

{#
# No Products Found (Bootstrap 5 Override)
#
# Displayed when the product archive has no results.
#
# WooCommerce PHP equivalent: loop/no-products-found.php
#
# @package WcBootstrap
# @since 0.1.0
#}
<div class="woocommerce-no-products-found">
<div class="alert alert-info" role="alert">
<i class="bi bi-info-circle me-2" aria-hidden="true"></i>
{{ __('No products were found matching your selection.') }}
</div>
</div>