title | issue | author | author_email |
---|---|---|---|
Fixed wrong twig naming |
NEXT-31087 |
Florian Keller |
f.keller@shopware.com |
- 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
inResources/views/storefront/component/line-item/type/product.html.twig
. Use blockcomponent_line_item_type_product_number
instead. - Deprecated block
component_line_item_type_generic_order_number
inResources/views/storefront/component/line-item/type/generic.html.twig
. Use blockcomponent_line_item_type_generic_product_number
instead.