Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add extra email addresses in admin


freakystreak

Recommended Posts

Posted

Is there a way or contribution that allows you to have more than 1 email address to use for orders, contact us etc?

 

Example:

 

orders@

office@

support@

etc...

Ah, the world wide web. What a wonderful place.

Posted
Is there a way or contribution that allows you to have more than 1 email address to use for orders, contact us etc?

 

Example:

 

orders@

office@

support@

etc...

 

For Orders:

Admin/configuration...about half way down.

Posted

Cheers, got that one already. What I really want is a way in admin to add email adresses and configure them to the various departments.

Ah, the world wide web. What a wonderful place.

Posted
Cheers, got that one already. What I really want is a way in admin to add email adresses and configure them to the various departments.

 

Allrighty - then you'll need to do some database manipulation.

 

Basically you'll need to add new rows to the configuration table. Just follow the same format as the existing STORE_OWNER_EMAIL_ADDRESS row. Add whatever you think you'll need. Then you'll have to search through all the OSC code and replace STORE_OWNER_EMAIL_ADDRESS with the appropriate configuration_key that you have chosen for each unique email address.

 

As always, back up your database and all files that you're about to modify first.

Posted
Allrighty - then you'll need to do some database manipulation.

 

Basically you'll need to add new rows to the configuration table. Just follow the same format as the existing STORE_OWNER_EMAIL_ADDRESS row. Add whatever you think you'll need. Then you'll have to search through all the OSC code and replace STORE_OWNER_EMAIL_ADDRESS with the appropriate configuration_key that you have chosen for each unique email address.

 

As always, back up your database and all files that you're about to modify first.

 

 

1Putts, you're a star. Cheers

Ah, the world wide web. What a wonderful place.

Archived

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

×
×
  • Create New...