Skip to content

Commit b9e26e5

Browse files
author
Oleksii Korshenko
authored
MAGETWO-83999: 12261: Order confirmation email contains non functioning links magento#12261 magento#12308
2 parents 5341e43 + 4e9f118 commit b9e26e5

File tree

1 file changed

+10
-2
lines changed
  • app/design/frontend/Magento/luma/Magento_Email/email

1 file changed

+10
-2
lines changed

app/design/frontend/Magento/luma/Magento_Email/email/footer.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@
1717
<table>
1818
<tr>
1919
<td>
20-
<p><a href="#">{{trans "About Us"}}</a></p>
21-
<p><a href="#">{{trans "Customer Service"}}</a></p>
20+
{{depend url_about_us}}
21+
<p>
22+
{{trans '<a href=%url_about_us>About Us</a>' url_about_us=$url_about_us |raw}}
23+
</p>
24+
{{/depend}}
25+
{{depend url_customer_service}}
26+
<p>
27+
{{trans '<a href=url_customer_service>Customer Service</a>' url_customer_service=$url_customer_service |raw}}
28+
</p>
29+
{{/depend}}
2230
</td>
2331
<td>
2432
{{depend store_phone}}

0 commit comments

Comments
 (0)