shipped.html.twig

Path from content root : mails/themes/{theme_name}/core/mails/themes/{theme_name}/core/shipped.html.twig

Basic Scenario

As merchant I want send an email to the customer when the order was shipped To notify him that the shipping has been successfully completed

Accpetance Test

Given that I am on the order page (BO)

When i change the status on one order in “ shipped ”

Then an email is sent to the customer to inform them that their order has been shipped

Last updated