Rick Vestal Posted August 8, 2006 Share Posted August 8, 2006 I'm using this as an internal shopping system for our company... It'll work basically like this... Employees can order items from the shopping cart (software, desk accessories, chairs, etc) When they check out, and this is where I'm stuck, I want the order to go to their supervisor, where they will approve it and forward the order to a purchasor. So I guess my question is multi-part... During user reg, I'd like to add a field to enter their supervisor's email address. During check out, a copy of the order is sent to their supervisor using variable above. I have limited php experience... Is this something I could modify myself? Is their a contribution already for this? I went thru most f them and didn't see anything that jumped out at me. Link to comment Share on other sites More sharing options...
brianstorm Posted August 8, 2006 Share Posted August 8, 2006 a simple solution may be to insert something on the order email that says it must be forwarded to their supervisor once received. you don;t need much php knowledge for that... i think that alternative to that you are looking at adding a field to the db, plus the code to retrieve that extra email & send a copy to it also.... possibly not all that difficult once you understand the structure of oscommerce but i think it would take you a while if you have no experience of php (oscommerce is fairly confusing).... perhaps you should hire one of the programmers who offer their services on these pages (and no i'm not one) good luck with ten thousand dollars we'll all be millionaires Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.