Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact Us


Guest

Recommended Posts

Posted

Rather than sending an email via the contact form I would like to use a direct mail link that opens the customers email client

 

I have added

 

define('EMAIL', '[email protected]');

 

To the config file

 

Anyone know the code

 

Thansk in advance

 

Rascal

Posted
Rather than sending an email via the contact form I would like to use a direct mail link that opens the customers email client

 

I have added

 

define('EMAIL', '[email protected]');

 

To the config file

 

Anyone know the code

 

Thansk in advance

 

Rascal

 

choose a different expression for email define unless you are 100% sure this is not taken yet.

 

then do a link like this

<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">email</a>

 

using your own define

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
choose a different expression for email define unless you are 100% sure this is not taken yet.

 

then do a link like this

<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">email</a>

 

using your own define

 

The link you gave me worked fine, thanks for that. Is there a way to pre populate the Subject line?

 

Many thanks

 

Russell

Posted
The link you gave me worked fine, thanks for that. Is there a way to pre populate the Subject line?

 

Many thanks

 

Russell

 

hi

 

google is your friend ... you should really try it out :-)

 

http://www.ianr.unl.edu/internet/mailto.html

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...