You are here

commerce-cart-empty-page.html.twig in Commerce Core 8.2

Empty cart page template.

File

modules/cart/templates/commerce-cart-empty-page.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. *
  5. * Empty cart page template.
  6. *
  7. * @ingroup themeable
  8. */
  9. #}
  10. <div class="cart-empty-page">
  11. {{ 'Your shopping cart is empty.'|t }}
  12. </div>