Bring Your Business to Life › Support › Image Store › Notification email
Tagged: email, header, headers, notification
- AuthorPosts
- April 24, 2013 at 1:25 am #52758
Van Halen
ParticipantJust 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 #52778jon6565
Participantand 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 Media
Keymaster@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 #52830franklin82
ParticipantThanks
April 29, 2013 at 3:17 am #52847aurelie
ParticipantHi,
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 Media
Keymasterthe issue has been fixed in version 3.2.7
- AuthorPosts
- You must be logged in to reply to this topic.