Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 913 Bytes

2023-10-25-fixed-wrong-twig-naming.md

File metadata and controls

13 lines (12 loc) · 913 Bytes
title issue author author_email
Fixed wrong twig naming
NEXT-31087
Florian Keller

Storefront

  • Changed Resources/views/storefront/component/line-item/type/product.html.twig and added new block and class to fix naming.
  • Changed Resources/views/storefront/component/line-item/type/generic.html.twig and added new block and class to fix naming.
  • Changed Resources/app/storefront/src/scss/component/_line-item.scss and added new class to fix block naming.
  • Deprecated block component_line_item_type_product_order_number in Resources/views/storefront/component/line-item/type/product.html.twig. Use block component_line_item_type_product_number instead.
  • Deprecated block component_line_item_type_generic_order_number in Resources/views/storefront/component/line-item/type/generic.html.twig. Use block component_line_item_type_generic_product_number instead.