Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

eMail Module?


X M L

Recommended Posts

Is there a module out there that, inistead of processing the card, it simply sends an e-mail including the customer's complete information, order, and cc number? Or would I be better off editing the PHP to simply mail() ?

Link to comment
Share on other sites

of course there would be security issues ... email is not protected by SSL. No way should a CC ever be submitted in an email.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

hmm, i see. data transfered from the server to the email address (which is stored on the same server) isnt encrypted by SSL? The client wants to physically process the costumers credit card, not via paypal, authorize, etc. What would be the safest/most efficient way to get that information to him from the shopping cart?

Link to comment
Share on other sites

hmm, i see. data transfered from the server to the email address (which is stored on the same server) isnt encrypted by SSL? The client wants to physically process the costumers credit card, not via paypal, authorize, etc. What would be the safest/most efficient way to get that information to him from the shopping cart?

in that case I would probably use the inbuilt credit card module with sending the middle digits via email, there is a checkbox to enable that feature. The outer digits would be shown in his admin orders module.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...