You've already forked wc-bootstrap
18 lines
457 B
Twig
18 lines
457 B
Twig
|
|
{#
|
||
|
|
# 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>
|