This is a one-time change in Shopify Admin. It takes about 2 minutes and helps customers discover that they can edit their order.
Why do this
Shopify’s default order confirmation email has a “View your order” button. Customers click it but don’t know they can actually edit the order. A simple text change fixes that — and a small message below the button tells them exactly how long they have. Before: “View your order” After: “View or Edit your order” + a line saying how long they have to make changes.What you’ll change
Button text
Change “View your order” to “View or Edit your order”
Edit window message
Add a line below the button: “You have 60 minutes to edit your order.”
The button still links to
{{ order_status_url }} — the same order status page where the Revize editing portal is visible. Nothing changes about how the link works.Step-by-step setup
Step 1: Open the notification template
Select the email template
Click Order confirmation (this is the most common one to edit). You can repeat this for any notification that has a “View your order” button — like Shipping confirmation or Shipping update.
Step 2: Find the button
Use Ctrl + F (Windows) or Cmd + F (Mac) to search for:Step 3: Change the button text
Replace the button text with:Step 4: Add the edit window message
Directly below the button code, add this line:Step 5: Preview and save
Preview the email
Click Preview to see how the updated email looks. Confirm the button text reads “View or Edit your order” and the message appears below it.
Send a test email (optional)
Click Send test email to see exactly what customers will receive in their inbox.
Example result
Here’s what the customer sees in their inbox after the change:- Before
- After
Troubleshooting
I can't find 'View your order' in the template
I can't find 'View your order' in the template
Some themes use slightly different wording like “View my order” or “View order details.” Try searching for
order_status_url instead — that’s the URL variable Shopify uses, and the button text will be right next to it.The message doesn't appear below the button
The message doesn't appear below the button
Can I style the message differently?
Can I style the message differently?
Yes — it’s standard HTML. Change the
font-size, color, or margin-top values to match your brand. You can also make it bold with <strong> or change the alignment.Will this affect other notification emails?
Will this affect other notification emails?
No. Each notification template is independent. Changes to the order confirmation template won’t affect shipping confirmations or any other email. You’ll need to update each one separately.
Done. Customers will now see “View or Edit your order” in their order confirmation email, with a clear message about how long they have to make changes.

