Skip to content

Commit

Permalink
[Docs][Book][Architecture] E-mails - update template paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderMaggie committed Aug 24, 2021
1 parent 1ab0de6 commit 3a1e4d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/book/architecture/emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Every time a customer registers via the registration form, a user registration e

**Code**: ``user_registration``

**The default template**: ``@SyliusShopBundle/Email/userRegistration.html.twig``
**The default template**: ``@SyliusShop/Email/userRegistration.html.twig``

You also have the following parameters available:

Expand All @@ -30,7 +30,7 @@ When a customer registers via the registration form, besides the User Confirmati

**Code**: ``verification_token``

**The default template**: ``@SyliusShopBundle/Email/verification.html.twig``
**The default template**: ``@SyliusShop/Email/verification.html.twig``

You also have the following parameters available:

Expand All @@ -45,7 +45,7 @@ This e-mail is used when the user requests to reset their password in the login

**Code**: ``reset_password_token``

**The default template**: ``@SyliusShopBundle/Email/passwordReset.html.twig``
**The default template**: ``@SyliusShop/Email/passwordReset.html.twig``

You also have the following parameters available:

Expand All @@ -60,7 +60,7 @@ This e-mail is sent when order is placed.

**Code**: ``order_confirmation``

**The default template**: ``@SyliusShopBundle/Email/orderConfirmation.html.twig``
**The default template**: ``@SyliusShop/Email/orderConfirmation.html.twig``

You also have the following parameters available:

Expand All @@ -75,7 +75,7 @@ This e-mail is sent when the order's shipping process has started.

**Code**: ``shipment_confirmation``

**The default template**: ``@SyliusAdminBundle/Email/shipmentConfirmation.html.twig``
**The default template**: ``@SyliusAdmin/Email/shipmentConfirmation.html.twig``

You have the following parameters available:

Expand Down

0 comments on commit 3a1e4d2

Please sign in to comment.