Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help need coding to activate links in welcome email??


Guest

Recommended Posts

Posted

Help, Links in Welcome email??

I have searched the above topic and read over the many posts but I didn?t find one that applies to my request. I would like to add an http:// links so that my new customers can visit one of my other web sites. So, in the create_account.php e-mail section define (?EMAIL_WELCOME?, I want to add the links below. Here is what I have.

 

define('EMAIL_WELCOME', '<b>We welcome you to</b><b>' . STORE_NAME . '</b>. some copy then<br>

<a href="http://www.netclubshoppingmall.com/catalog/index.php"> Net Club Shopping Mall </a>.

<br>

<a href="http://www.abookstore.biz/catalog/index.php"> A Book Store Biz</a>.

<br>

<a href="http://www.stock-information.com/catalog2/index.php"> Stock-Information.Com</a>.</b> ' . "\n\n");

 

The names of the web sites show up but the links are not active so they can?t click through to the other web sites. What is the proper coding to make these links work either in text mode or in html mode??

Thanks,

Jacob

Posted

goto your osc admin->Configuration->Email Options

 

Set Use MIME HTML When Sending Emails to true and retry

Posted

I tried your suggestion this morning and presto the links were active.

Much Thanks!

Jacob :thumbsup:

Archived

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

×
×
  • Create New...