- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2015
11:52 AM
05-12-2015
11:52 AM
Three Sales Confirmation sending
Hi
I am having trouble with my magento. After succing with a purchase, three (3) email-confirmations are sent both to the cunsumer and my self. Can not figure our why. Only the first email, email Confirmation in the Sales Email configuration, is active.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2015
01:24 PM
05-12-2015
01:24 PM
Re: Three Sales Confirmation sending
An easy way of finding out where this is comming from is loggin a backtrace in the queueNewOrderEmail or sendNewOrderEmail depending on your Magento version, in the order model you can use the following code:
Mage::log(mageDebugBacktrace(true));
You will see from where the code is called from in the system log.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2015
11:22 PM
05-12-2015
11:22 PM
Re: Three Sales Confirmation sending
Thank you!
I am however not a developer;( is it possible to ask you to be a bit more specific? I tried to Google your key-words without succés. Where in the FTP-envirornment would i find the logg-file? And what is the order model?
Sorry for noob questions
Andrew
I am however not a developer;( is it possible to ask you to be a bit more specific? I tried to Google your key-words without succés. Where in the FTP-envirornment would i find the logg-file? And what is the order model?
Sorry for noob questions
Andrew