Zen Cart Logo
Forums / General Questions / Email confirmation with products image?

Email confirmation with products image?

Locked

Views: 2,006

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
26 Nov 2006, 8:15 AM
#1
midway63 avatar

midway63

New Zenner

Join Date:
Sep 2005
Posts:
11
Plugin Contributions:
0

Email confirmation with products image?

Hi, How i can set images in email confirmation order?

Ex. You purchase 3 items, and recive a email with your purchase, description items, etc.

Can I put image item in this email?

Thanks a lot,

3 Dec 2006, 10:46 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Email confirmation with products image?

You will need to write custom code to accomplish this. Your changes will have to be made to the order class.

9 Jul 2007, 2:13 AM
#3
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

Re: Email confirmation with products image?

Hi DrByte,
Is that in admin>includes> classes?

Mark.

15 Jul 2007, 2:25 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Email confirmation with products image?

/includes/classes/order.php

15 Jul 2007, 4:42 AM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Email confirmation with products image?

Don't forget there are lots of folks that don't have HTML turned on for emails and will only see links to those images ...

17 Jul 2007, 2:35 AM
#6
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

Re: Email confirmation with products image?

Thanks Kim, i get your point, but the client wants the images in the email. Couldn't i just add the code for the images in the order email?
Cheers,
M

14 Aug 2007, 11:09 PM
#7
marknew avatar

marknew

Zen Follower

Join Date:
Oct 2005
Posts:
274
Plugin Contributions:
0

Re: Email confirmation with products image?

I still need to add the product (small) image to the order conformation email. Can anyone help me with this?

I know i need to edit includes/classes/order.php and Dr Byte has explained how to add the product description to the order email -

http://www.zen-cart.com/forum/showthread.php?t=42503

but it's all a bit beyond me.