Order Editing in order confirmation emails
Step 1: Check you have enabled Order Editing in theme editor. If you have not done this, you can do this in the first set-up doc or via your dashboard.
Step 2: Log in to your Shopify admin panel and go to "Settings" > "Notifications" > "Order Confirmation" > "Edit Order Confirmation".
Step 3: Click "edit code". In ‘Email body (HTML)’ find the line of code: <td class="link__cell">or <a href="{{ shop.url }}">Visit our store</a></td>
Do not confuse “link__cell” with the similar line of code “button__cell”.
Step 4: In the above line of code replace “{{ shop.url }}” with your embedded experience URL and remove the brackets, you can find your embedded experience URL at the top of this document. The result should look like this “https://via-order-editing.myshopify.com/edits”
Step 5: In the above line of code replace “Visit our store” with “Edit your order” “Order editing” or something similar.
Step 6: The final result should look like this: <td class="link__cell">or <a href="https://via-order-editing.myshopify.com/edits">Edit your order</a></td>
Step 7: Click preview and send a test email to check you have done it correctly.