- Issue created by @Rob-PS
Sending the shipping confirmating using commerce-shipment-confirmation.html.twig the product title and sku is missing but the product variable title is visible. The product title is important to show the unique product because some product variable titles are the same. This can confuse customers when 2 products have the same variable title while the product tile is invisible. They also have no sku reference.
After many attempts I found no method via tokens to add the sku and product title. Those token fields appear empty.
Add extra tokens in "commerce-shipment-confirmation.html.twig" like this and create the final shipping confirmation
{% for shipment_item in shipment_entity.getItems() %}
A method to be able to add these tokens and use them in "commerce-shipment-confirmation.html.twig"
Active
2.0
Code