Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ADMIN_EMAIL Problems!


DonH

Recommended Posts

this is the email I am getting for new signup, editing or password forgotten.

 

subject: ADMIN_EMAIL_SUBJECT

 

Text: ADMIN_EMAIL_TEXT

 

I have read through this Thread and have tried anything I could find... To no avail. The problems still happens. I added the send mail on login failure and it worked fine. But anything the from ADMIN only sends the above???

 

Is the answer in this thread and I keep missing it?

 

Does anyone know how to solve this problem?

 

I asked the author, and he only refered me to this thread.

Link to comment
Share on other sites

Admin Account 1.2 Mod

 

this is the email I am getting for new signup, editing or password forgotten.

 

subject: ADMIN_EMAIL_SUBJECT  

 

Text: ADMIN_EMAIL_TEXT

 

I have read through this Thread and have tried anything I could find... To no avail. The problems still happens. I added the send mail on login failure and it worked fine. But anything the from ADMIN only sends the above???

 

Is the answer in this thread and I keep missing it?  

 

Does anyone know how to solve this problem?

 

I asked the author, and he only refered me to this thread.

Link to comment
Share on other sites

  • 3 months later...
this is the email I am getting for new signup, editing or password forgotten.

 

subject: ADMIN_EMAIL_SUBJECT

 

Text: ADMIN_EMAIL_TEXT

 

I have read through this Thread and have tried anything I could find... To no avail. The problems still happens. I added the send mail on login failure and it worked fine. But anything the from ADMIN only sends the above???

 

Is the answer in this thread and I keep missing it?

 

Does anyone know how to solve this problem?

I asked the author, and he only refered me to this thread.

 

Hi to all

 

These problems is the missing about define in a file of your language. If you are using linux enter in the directory about osCommerce/admin and write grep ADMIN_EMAIL_SUBJECT * for first time if you don't find continue with grep ADMIN_EMAIL_SUBJECT */*. Each command /* will give access to the next directory.. and i suppose if you use these approach you are con determine the error; Any way in order to solve the problem you have to these command

define('ADMIN_EMAIL_SUBJECT ', 'the text you want'); in the appropriate file. if you give me the name of the program you use i can try to help you.

 

Workin

Link to comment
Share on other sites

ADMIN ACCESS with LEVEL

for osCommerce's Administration Tool

Version: 1.2

 

osCommerce 2.2

 

I found ADMIN_EMAIL_TEXT and ADMIN_EMAIL_SUBJECT in my language files admin_member.php and login.php of french and english directory but its not working well.

 

St?phane

Link to comment
Share on other sites

ADMIN ACCESS with LEVEL

for osCommerce's Administration Tool

Version: 1.2

 

osCommerce 2.2

 

I found ADMIN_EMAIL_TEXT and ADMIN_EMAIL_SUBJECT in my language files admin_member.php and login.php of french and english directory but its not working well.

 

St?phane

 

ok now i give the mod and try...

Link to comment
Share on other sites

  • 2 weeks later...

Add these two lines to catalog/admin/includes/languages/english.php

 

// text for admin acct update

define('ADMIN_EMAIL_SUBJECT', 'Account Updated');

define('ADMIN_EMAIL_TEXT', 'Success, Your shopping cart administration account has been updated!');

 

Also, add to any other language files used in admin/includes/languages/

 

Hope this helps,

Eric :bigups:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...