The Goal
Administrative users creating and updating orders in the backend may want to:
- Preview the order receipt before emailing customers.
- Send a copy of the order receipt to an email address other than the contact email address for the order.
Developers may want to:
- Preview the order receipt for testing purposes when working on environments with outgoing emails disabled
A Solution
We can add a button to the right of the existing, "Resend receipt" button that appears on Order View pages, like this:
PubDate