You are here

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
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display for an empty shopping cart page.
  5. *
  6. * @ingroup themeable
  7. #}
  8. <p class="uc-cart-empty">
  9. {% trans %}
  10. There are no products in your shopping cart.
  11. {% endtrans %}
  12. </p>