order_changed.html.twig

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

Basic Scenario

As merchant I want send an email to the customer when i change his order To inform his of the change

Accpetance Test

Acceptance test 1 - Edit a product

Given that I am on the Order page

When

  • I select the order i want change

  • I click on “ Edit” button

  • I change the quantity

Then the customer receive an email to inform his of the change

Acceptance test 2 - add product

Given that I am on the Order page

When

  • I select the order i want change

  • I click on “ Add product” button

  • I write the product i want add & i click on “add” button

Then the customer receive an email to inform his of the change

Last updated