uc-cart-empty.html.twig in Ubercart 8.4
{#
/**
* @file
* Default theme implementation to display for an empty shopping cart page.
*
* @ingroup themeable
#}
<p class="uc-cart-empty">
{% trans %}
There are no products in your shopping cart.
{% endtrans %}
</p>
File
uc_cart/templates/uc-cart-empty.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation to display for an empty shopping cart page.
- *
- * @ingroup themeable
- #}
- <p class="uc-cart-empty">
- {% trans %}
- There are no products in your shopping cart.
- {% endtrans %}
- </p>