Skip to content

Commit 4e9f118

Browse files
committed
MAGETWO-83999: 12261: Order confirmation email contains non functioning links magento#12261 magento#12308
- Merge Pull Request magento#12308 from RomaKis/magento2:12261 - Merged commits: 1. 24eee64 2. ec33cc5
2 parents 6f4ab5f + ec33cc5 commit 4e9f118

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)