Skip to content

Commit 53196a8

Browse files
Changes email template links to fit in new urls
1 parent 0a0ba8c commit 53196a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/view/frontend/email/account_new_confirmation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<table class="inner-wrapper" border="0" cellspacing="0" cellpadding="0" align="center">
2929
<tr>
3030
<td align="center">
31-
<a href="{{var this.getUrl($store, 'account/confirm', [_query:[key:$customer.confirmation,email:$customer.email],_nosid:1])}}" target="_blank">{{trans "Confirm Your Account"}}</a>
31+
<a href="{{var this.getUrl($store, 'customer/account/confirm', [_query:[key:$customer.confirmation,email:$customer.email],_nosid:1])}}" target="_blank">{{trans "Confirm Your Account"}}</a>
3232
</td>
3333
</tr>
3434
</table>

src/view/frontend/email/account_new_confirmed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{trans
2424
'To sign in to our site, use these credentials during checkout or on the <a href="%customer_url">My Account</a> page:'
2525

26-
customer_url=$this.getUrl($store,'my-account/dashboard',[_nosid:1])
26+
customer_url=$this.getUrl($store,'customer/account',[_nosid:1])
2727
|raw}}
2828
</p>
2929
<ul>
@@ -34,7 +34,7 @@
3434
{{trans
3535
'Forgot your account password? Click <a href="%reset_url">here</a> to reset it.'
3636

37-
reset_url="$this.getUrl($store,'account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])"
37+
reset_url="$this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])"
3838
|raw}}
3939
</p>
4040
<p>{{trans "When you sign in to your account, you will be able to:"}}</p>

0 commit comments

Comments
 (0)