credit_slip.html.twig
Path from content root : mails/themes/{theme_name}/core/credit_slip.html.twig
Basic Scenario
As an merchant I want receive an email when i generate a credit slip in case of product return to let me know that the credit slip is available
Accpetance Test
Acceptance 1: Partial Refund (BO)
Given that your are on “customer" page
When
Selects a customer who has made purchases
In order table click in “ view” button on action colone.
Click on “partial refund” button
Selects the quantity to be refund
Check the box "Generate a Credit Slip." 4.Click in “partial refund” button
Then you must receive an email confirming that your We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]
Acceptance 2: Return products (BO)
Given that your are on “customer" page
When
Selects a customer who has made purchases
In order table click in “ view” button on action colone.
Click on “return products” button
Selects the quantity to be return
Check the box "Generate a Credit Slip." 4.Click in “return products” button
Then you must receive an email confirming that your We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]
Last updated