{# # Empty Cart (Bootstrap 5 Override) # # Displayed when the cart has no items. # # WooCommerce PHP equivalent: cart/cart-empty.php # # @package WcBootstrap # @since 0.1.0 #} {{ do_action('woocommerce_cart_is_empty') }}
{{ __('Your cart is currently empty.') }}
{% if wc_get_page_id('shop') > 0 %} {{ __('Return to shop') }} {% endif %}