Email is sent twice from Admin

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
draneb
Captain (CAPT)
Captain (CAPT)
Posts: 314
Joined: Sun Jun 12, 2005 4:07 pm
Location: Texas
Contact:

Email is sent twice from Admin

Post by draneb » Thu Dec 18, 2008 2:56 pm

Hello,

I don't know if this has been mentioned before. I couldn't find it doing a quick search.

But, if you go into the Admin and click on a customer's email address it will take you to this screen

Send Message: Select Template

After you select a template it will take you to this screen

Send Message: Preview & Send

If you notice the
To Address:

it displays the customer's email address twice. I have confirmed that sending an email does send it twice.
AC 7.0.3 build 13937

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Email is sent twice from Admin

Post by AbleMods » Fri Dec 19, 2008 12:11 am

Confirmed. Figured it had already been reported but apparently not.

Happens on my AC7.0 SR1
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Email is sent twice from Admin

Post by mazhar » Fri Dec 19, 2008 7:33 am

Confirmed. Figured it had already been reported but apparently not.

Happens on my AC7.0 SR1
I am not clear, could you explain it with details. I have checked the Email lists and seems good to me.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Email is sent twice from Admin

Post by jmestep » Fri Dec 19, 2008 7:44 am

I confirm it also. Go to an existing order, click the customer's email address. Click to send an order confirmation email. The customer's email address shows up twice on the screen. Several of the emails are that way.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Email is sent twice from Admin

Post by mazhar » Fri Dec 19, 2008 12:30 pm

You can try the following quick fix. Extract the attachment and replace your
Admin/Orders/Email/Preview.aspx.cs file with this one. Please don't forget to take the backup of existing file. If you have already modifed the file then you may need to merge these changes into existing file.

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Email is sent twice from Admin

Post by Mike718NY » Fri Dec 19, 2008 1:19 pm

While on the same topic,
here is something else that is annoying:

Go to an existing order, click the customer's email address,
select "Blank Message", then hit Next,
the "From Address: " is blank.
Shouldn't the default email be in there?
It is for all the other email templates.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Email is sent twice from Admin

Post by mazhar » Sat Dec 20, 2008 5:51 am

While on the same topic,
here is something else that is annoying:

Go to an existing order, click the customer's email address,
select "Blank Message", then hit Next,
the "From Address: " is blank.
Shouldn't the default email be in there?
It is for all the other email templates.
Edit the Admin/Orders/Email/Preview.aspx.cs file and locate the following code

Code: Select all

ToAddress.Text = _Order.BillToEmail;
and make it look like

Code: Select all

ToAddress.Text = _Order.BillToEmail;
FromAddress.Text = Token.Instance.Store.Settings.DefaultEmailAddress;

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Email is sent twice from Admin

Post by mazhar » Mon Mar 16, 2009 6:34 am

This problem is fixed in 7.2 version. Its fix is available in upgrade from 7.0 to 7.2. In change log you can see the Bug#6997 entry.

Post Reply