I want an email from magento telling me I have a new sale. How do I set that up? Our payments are processed through payjunction. They do not send a notice when a sale occurs because they are the collector of the credit card funds. I was told I need to set that up in magento and do not know how.
Solved! Go to Solution.
You've posted your question on Magento 2 group.
On Magento 1 you'll find this option on System -> Configuration -> Sales -> Sales email.
Then you'll be able to set the copy address.
Hi @rcoventry,
You need to set that option on Sales configuration.
Go to Stores -> Configuration -> Sales -> Sales emails.
Then you'll find this options:
Here you can set the email address that will recieve the copy of the email.
This option is on each sale email configuration (invoice, shipment, etc).
Which version of Magetno are you using?
Could be possible you have some permissions restrictions for your user?
You've posted your question on Magento 2 group.
On Magento 1 you'll find this option on System -> Configuration -> Sales -> Sales email.
Then you'll be able to set the copy address.
That worked thank you.