How to display line item quantity at checkout/finish?
I’m working on a Shopware 6 project and trying to display the quantity of line items in a Twig template /checkout/finish
. However, when I try to access the quantity
property in the index.html.twig
, I am getting empty string. However, this gives correct value in base.html.twig
.
Shopware 6 Plugin: How to display line item quantity in a Twig template /checkout/finish?
I’m working on a Shopware 6 project and trying to display the quantity of line items in a Twig template /checkout/finish
. However, when I try to access the quantity
property in the index.html.twig
, I am getting empty string. However, this gives correct value in base.html.twig
.