Links

Adding a Return link to your Shopify order-confirmation email

Add a return link to Shopify order confirmation emails using Rich Commerce. Enhance customer experience with this comprehensive resource on adding return links.
We've tested and it worked. It's up to you if you want to include this in your order confirmation email, however, it does ease the pain of searching for the return link.
No more time-wasting - let's begin with the setup and instructions, step by step:
  1. 1.
    Heading over to the Settings part of your Shopify store is our first step.
2. Next; we're looking to edit our Email templates, so the Notifications section is the way to go. Once there, we should choose the Order Confirmation template, or the one we'd like to edit.
3. We've arrived, passengers. The magic piece of code? Here it is:
<th>Returns
<td>
<a class="btn btn--secondary btn--small" href="https://returns.richcommerce.co/return/new?c=legit3414141414&orderNumber={{ order.name | url_param_escape }}&orderEmail={{ order.email | url_param_escape }}">
Start a return
</a>
</td>
Please make sure that you insert it into the body of the email template, such as the example below:
That's it. We've got our link inserted into our email template. When your customers receive the order confirmation email, they'll be having the convenience of a one-click return.
How easy was that?