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

Commit b754973

Browse files
⏫ Forwardport of magento/magento2#12308 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12308.patch (created by @RomaKis) based on commit(s): 1. 24eee64 2. ec33cc5 Fixed GitHub Issues in 2.3-develop branch: - magento/magento2#12261: Order confirmation email contains non functioning links (reported by @bondimedical3)
1 parent 8e77e2f commit b754973

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)