Bring Your Business to Life › Support › Image Store › Notification email
Tagged: email, header, headers, notification
- AuthorPosts
- April 17, 2013 at 10:37 am #52729franklin82Participant
I’ve setup to receive the notification emails but when they come through it only has the following in the message:
“Photography” Content-type: text/html; charset=utf8
The actual email from the settings page has the following details:
——
A new order was place at your image store
Order number:%order_number%
Order total</strong> %total%
Number of items: %items_count%
Customer: %customer_first%
Customer email: %customer_email%
——
April 24, 2013 at 1:25 am #52758Van HalenParticipantJust to confirm this is a bug.
We have the same problem and have not found any solution yet, it seems the email header gets broken (faulty line breaks?) after “Content-type: text/html; charset=utf8” at line 412 in /_inc/cart.php
The rest of the code seems the be interpreted as the body of the email or ignored completely, same thing happens with the download and conformation email send to the customers.
April 24, 2013 at 9:09 pm #52778jon6565Participantand it’s a massive bug! someone can order images and I get the email as per the above and I have no idea what they have ordered. Its like falling at the last hurdle! I there a work-around?
April 24, 2013 at 11:29 pm #52803Xpark MediaKeymaster@franklin82, @Van Halen and @jon6565,
this will be fix on the next release for the mean time change line 414 from
$message = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );
to
$headers = apply_filters( 'ims_email_headers', $headers, $ImStore->opts['tags'], $this->substitutions );
April 27, 2013 at 7:15 am #52830franklin82ParticipantThanks
April 29, 2013 at 3:17 am #52847aurelieParticipantHi,
I’m happy to read that this problem is known and will be fixed soon…
Hax, in which file shall I change the line 414 as you propose ?
May 3, 2013 at 9:57 pm #52891Xpark MediaKeymasterthe issue has been fixed in version 3.2.7
- AuthorPosts
- You must be logged in to reply to this topic.