Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 700 Bytes

2022-08-16-fix-display-ampersand-in-checkout-process-and-cart.md

File metadata and controls

11 lines (11 loc) · 700 Bytes

title: Fix display ampersand in checkout process and cart issue: NEXT-20299 author: Michel Bade author_email: m.bade@shopware.com


Storefront

  • Changed src/Storefront/Resources/views/storefront/component/checkout/offcanvas-item.html.twig to output label string of product as raw
  • Changed src/Storefront/Resources/views/storefront/page/checkout/checkout-item.html.twig to output name string of product as raw
  • Changed src/Storefront/Resources/views/storefront/component/line-item/element/label.html.twig to output label string of product as raw
  • Changed src/Storefront/Resources/views/storefront/page/checkout/checkout-aside-item.html.twig to output label string of product as raw