Skip to content

Commit 4c6ca15

Browse files
Hwashiang Yunathanjosiah
authored andcommitted
MC-20549: Refactor CE modules E-mail templates to use scalars variables
- Added extra template variables back to templates
1 parent bda9d7a commit 4c6ca15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/view/frontend/email/account_new_no_password.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!--@subject {{trans "Welcome to %store_name" store_name=$store.frontend_name}} @-->
88
<!--@vars {
99
"var store.frontend_name":"Store Name",
10+
"var this.getUrl($store, 'customer/account/')":"Customer Account URL",
1011
"var this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])":"Create Password URL",
1112
"var customer.email":"Customer Email",
1213
"var customer.name":"Customer Name"

0 commit comments

Comments
 (0)