Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Welcome E-mail


webwitch2003

Recommended Posts

Hello,

 

I am not so good with php coding. (I will do this in various steps to eliminate confustion - on my behalf! ) I would like my welcome message to look like this:

 

We welcome you to 800 Biltong, the home of USDA produced biltong and boerewors in the USAYour satisfaction is our number one goal.

 

define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "\n\n" . 'The home of USDA produced biltong and boerewors in the USA'); 
<br>

 

But it gives me a parse error and it comes up like this:

 

We welcome you to 800 Biltong.

 

the home of USDA produced biltong and boerewors in the USAYour satisfaction is our number one goal.

 

Putting the wrong two lines together.

 

Thanks in advance for any help

Angi

Link to comment
Share on other sites

Hello,

 

I am not so good with php coding.  (I will do this in various steps to eliminate confustion - on my behalf! ) I would like my welcome message to look like this:

 

We welcome you to 800 Biltong, the home of USDA produced biltong and boerewors in the USAYour satisfaction is our number one goal.

 

define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "\n\n" . 'The home of USDA produced biltong and boerewors in the USA'); 
<br>

 

But it gives me a parse error and it comes up like this:

 

We welcome you to 800 Biltong.

 

the home of USDA produced biltong and boerewors in the USAYour satisfaction is our number one goal.

 

Putting the wrong two lines together.

 

Thanks in advance for any help

Angi

 

 

do it like this :

 

define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "\n\n" . 'The home of USDA produced biltong and boerewors in the USA<br>');

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...