I know this question has come up a few times and has to my knowledge not been resolved, but my client seriously needs this functionality, so here I am.
I need customers to be able to send an image file along with the "contact us" form. I can't ask customers to shell out to their own email client and send it, my client would loose most of these orders doing that. I also can't have the files attached as attributes because my client is not savvy enough to find the files in Cpanel and the naming convention there is not helpful at the moment. So email to my client via "contact us" seems the only way forward.
I basically understand how to add attachements to a php email form, but I have no idea, after a good bit of searching, which file(s) in Zencart I need to work with. Presumably I just need to find where the email type is set and change it to text/file, find the html and add the upload box, and set the filename and paths for the upload prior to the email being sent (along with some requiset file size/extensions check).
I just don't know where. Please help.


Reply With Quote
