Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 24eee64

Browse files
committed
12261: Order confirmation email contains non functioning links #12261
1 parent e18f1d2 commit 24eee64

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>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)