Page 1 of 1
Order notification
Posted: Mon Nov 14, 2011 8:24 am
by ristretto6
Since upgrading to the new version of OC, the emails that I get notifying me of a new order look a lot more rudimentary than they used to -- in the past versions, I'd get an email with my shop banner, all the products neatly organized in a grid the way they are in the back office, and customer comments easily visible and separate from the rest of the info.
Now, when I receive an order notification, it looks like this:
notification.png (122.11 KiB) Viewed 6672 times
Is this just a downside of the new version, or am I missing a file or setting somewhere that would enable the "prettier" notifications?
Re: Order notification
Posted: Mon Nov 14, 2011 8:47 am
by allenshea
I made a change in the file of catalog\model\checkout\order.php
change,
to
But I don't get the order Comments in E-Mail.
Re: Order notification
Posted: Sun Nov 27, 2011 6:56 pm
by dvs12c
I am only new to opencart, but i have found the store owner notification email is to plain.
I would like to see more information on here, pretty much just like the email the customer gets. This will help me prepare before going to my site.
So i would like to bump this.
Re: Order notification
Posted: Sun Nov 27, 2011 7:09 pm
by dvs12c
Similar to the above post:
catalog/model/checkout/order.php -
Around Line 487
Find:
Replace with:
Code: Select all
$mail->setHtml($html);
$mail->setText(html_entity_decode($text, ENT_QUOTES, 'UTF-8'));
$mail->addAttachment(DIR_IMAGE . $this->config->get('config_logo'), md5(basename($this->config->get('config_logo'))));
This seemed to do the job for me!
Re: Order notification
Posted: Tue Nov 29, 2011 11:07 pm
by OpenCart Addons
Hey guys,
I've created a vQmod that will allow you to change the admin notification email to the same level of detail as the customer receives.
Link below
Re: Order notification
Posted: Wed Nov 30, 2011 10:15 am
by dvs12c
OC Addons
Does this mean i should revert my catalog/model/checkout/order.php - Around Line 487?
Re: Order notification
Posted: Wed Nov 30, 2011 9:40 pm
by OpenCart Addons
Yes as it searches for that line if I'm not mistaken. If you have any problems let me know and I can give you a hand.
Re: Order notification
Posted: Sun Apr 22, 2012 4:55 am
by RNRF
I cant do it work .
I already installed oca_detailedorderadminemailnotification.xml , but the emails are not been send to my admin mail .
ANd i cant find "$mail->setText($text);" at catalog/model/checkout/order.php
Re: Order notification
Posted: Mon Apr 23, 2012 3:13 am
by RNRF
VQMOD error log says :
Code: Select all
- Date: 2012-04-21 20:45:21 ~ IP : 178.166.18.175 ----------
REQUEST URI : /ocart/index.php?route=checkout/confirm
MOD DETAILS:
modFile : /home/tugasale/public_html/ocart/vqmod/xml/oca_detailedorderadminemailnotification.xml
id : OCA_Detailed Order Admin Email Notification(1.5.x)
version : 1.0
vqmver : 1.0.0
author : Joel - http://opencartaddons.com - webmaster@opencartaddons.com
SEARCH NOT FOUND (ABORTING MOD): $mail->setText($text);
Can you help me with that ? im with 1.5.2.1
Re: Order notification
Posted: Sat May 05, 2012 12:15 pm
by GauravS
Have you enabled Admin Notifications from System > Settings > Edit > Mail > New Order Alert Mail [Yes] ?
Re: Order notification
Posted: Wed Mar 06, 2013 8:04 pm
by gwbonline
I uploaded your VQmod with the VQMod Manager. Do I have to something else to make it work? I can't find the option to enable it (System > Settings > Edit > Mail > New Order Alert Mail [Yes]).
I use OpenCart 1.5.4
Re: Order notification
Posted: Wed Mar 06, 2013 8:17 pm
by gwbonline
Updated the vqmod to version 2.5 and now it works great!
Re: Order notification
Posted: Thu Mar 07, 2013 6:37 pm
by PlugGuy
Had a checkout bug and moved from 1.5.4 o 1.5.5.
Notifications set to yes.
Notes from contact page reach us.
Order copies do NOT reach us.
Is there anything for this?
Thanks.
Re: Order notification
Posted: Sun Oct 20, 2013 11:00 pm
by Foreverlution Design
Hi all,
This is a bit of a curve ball, but I was just wondering if it was possible to change the order notification layout keeping it still in text format but instead of having everything row after row, have it all inline?
Is this possible as I am really starting to struggle on this one? Currently I'm trying to edit catalog/model/checkout/order.php
This is the current view:-
Order ID: 596
Date Added: 15/10/2013
Order Status: Complete
Products
1x Pate, Chicken Liver & Brandy (Chicken Liver Pate ) £3.50
Order Totals
Sub-Total: £3.50
Collect Your Order from the Farm: £0.00
Total: £3.50
=======
This is how I want it to look:-
Order ID: 596 Date Added: 15/10/2013 Order Status: Complete Products 1x Pate, Chicken Liver & Brandy (Chicken Liver Pate ) £3.50 Order Totals Sub-Total: £3.50 Collect Your Order from the Farm: £0.00 Total: £3.50
Thanks,
Brian.
Re: Order notification
Posted: Sun Oct 20, 2013 11:12 pm
by PlugGuy
Not sure on the above, hopefully some of the experts will chime in.
Would also love to get notification if any 'returns' are posted. Must click it manually, and we get few returns, but would like to have an option to trigger notification if one gets posted.
Re: Order notification
Posted: Mon Oct 21, 2013 4:11 am
by cwswebdesign
PlugGuy wrote:Not sure on the above, hopefully some of the experts will chime in.
Would also love to get notification if any 'returns' are posted. Must click it manually, and we get few returns, but would like to have an option to trigger notification if one gets posted.
By default you won't get return email notices. This extension will solve that:
http://www.opencart.com/index.php?route ... ch=returns
DL
Re: Order notification
Posted: Mon Oct 21, 2013 4:13 am
by cwswebdesign
PlugGuy wrote:Had a checkout bug and moved from 1.5.4 o 1.5.5.
Notifications set to yes.
Notes from contact page reach us.
Order copies do NOT reach us.
Is there anything for this?
Thanks.
What are your current settings under system -->> settings -->> edit --> Mail? Are you trying to use the mail or SMTP function?
DL
Re: Order notification
Posted: Mon Oct 21, 2013 5:05 am
by PlugGuy
cwswebdesign wrote:
What are your current settings under system -->> settings -->> edit --> Mail? Are you trying to use the mail or SMTP function?
DL
We have no issues with mail, or order confirmations since resolving this long ago. Just wanted to get notification if someone posts a return.
We use the 'mail' protocol, works just fine. Thanks for the info on the extension.
Re: Order notification
Posted: Mon Oct 21, 2013 6:30 am
by cwswebdesign
PlugGuy wrote:cwswebdesign wrote:
What are your current settings under system -->> settings -->> edit --> Mail? Are you trying to use the mail or SMTP function?
DL
We have no issues with mail, or order confirmations since resolving this long ago. Just wanted to get notification if someone posts a return.
We use the 'mail' protocol, works just fine. Thanks for the info on the extension.
I forgot to read the date that you posted about the emailing issues. Hope the extension helps you out though!
DL