Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

I have installed this contribution but am having trouble figuring out how to adjust the layout of the email sent to the customer afterwards.

 

Currently it does this:

------------------------

 

Your username is: Testy McTestalot

Your password is:

 

nGs3F

 

 

 

I need to get it to look like this:

--------------------------

 

Your username is: Testy McTestalot

Your password is: nGs3F

 

 

 

 

Here is my code where I think I need to edit:

-----------------------------

 

 

$email_text .= EMAIL_WELCOME . EMAIL_USERNAME . EMAIL_PASSWORD . stripslashes($new_password) . "\n\n" . EMAIL_TEXT . EMAIL_CONTACT;

 

 

 

// Signup_Confirm_Emailrevision Ende

tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

 

 

 

 

Are there any other places where the email to the new user might be generated? I cannot figure this one out for the life of me

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...