freakystreak Posted June 28, 2006 Posted June 28, 2006 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.
1Putts Posted June 28, 2006 Posted June 28, 2006 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.
freakystreak Posted June 28, 2006 Author Posted June 28, 2006 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.
1Putts Posted June 28, 2006 Posted June 28, 2006 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.
freakystreak Posted June 28, 2006 Author Posted June 28, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.