pittuck Posted September 22, 2005 Posted September 22, 2005 Hi, I am working on a system for submiting zip file containing the design data for Circuit boards to be pooled using the OS Commerce as the payment engine. I have most of ths system under control, but with the email sent to the extra address i want it to contain the zip file (which is stored on the server). Is this possible with OS Commerce classes, or will i have to use my own code / classes to do this? Relvant code: Line 260 // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); } Thanks - Martyn
Recommended Posts
Archived
This topic is now archived and is closed to further replies.