All the links in these email template do not work at all.
For example, email template "backoffice_order " email title: Process the payment of your order
code : <p style="border-bottom: 1px solid #D6D4D4; margin: 3px 0 7px; text-transform: uppercase; font-weight: 500; font-size: 18px; padding-bottom: 10px;">A new order has been generated on your behalf.</p>
<span style="color: #777;"> Please go on <a style="color: #337ff1;" href="%7Border_link%7D">{order_link}</a> to finalize the payment. </span></td>
but when send to customers, showing in customer's email looks llike this
A new order has been generated on your behalf.
Please go on to finalize the payment.
we can see the url but the link does not work.
source code of the email:
Edit History
All the links in these email template do not work at all.
For example, email template "backoffice_order " email title: Process the payment of your order
code : <p style="border-bottom: 1px solid #D6D4D4; margin: 3px 0 7px; text-transform: uppercase; font-weight: 500; font-size: 18px; padding-bottom: 10px;">A new order has been generated on your behalf.</p>
<span style="color: #777;"> Please go on <a style="color: #337ff1;" href="%7Border_link%7D">{order_link}</a> to finalize the payment. </span></td>
but when send to customers, showing in customer's email looks llike this
A new order has been generated on your behalf.
Please go on to finalize the payment.
we can see the url but the link does not work.
source code of the email:
Quote
All the links in these email template do not work at all.
For example, email template "backoffice_order " email title: Process the payment of your order
code : <p style="border-bottom: 1px solid #D6D4D4; margin: 3px 0 7px; text-transform: uppercase; font-weight: 500; font-size: 18px; padding-bottom: 10px;">A new order has been generated on your behalf.</p>
<span style="color: #777;"> Please go on <a style="color: #337ff1;" href="%7Border_link%7D">{order_link}</a> to finalize the payment. </span></td>
but when send to customers, showing in customer's email looks llike this
A new order has been generated on your behalf.
Please go on http://*****.com/order?step=3&recover_cart=216&token_cart=17127fd441e1d0a728df7dc45051a008 to finalize the payment.
we can see the url but the link does not work.
source code of the email:
Please go on <a href="%7Border_link%7D" style="color:#337ff1;">http://*****.com/order?step=3&recover_cart=216&token_cart=17127fd441e1d0a728df7dc45051a008</a> to finalize the payment.