kingturd Posted June 1, 2004 Share Posted June 1, 2004 I'm setting up oscommerce and I realized that I don't know what happens to orders after they are placed. I put some sample orders through and I got the email verification for the customer, and I see the order listed in the admin section... but I don't see the credit card number listed or anything. What is the default behavior here? Is it possible to just email all the information the customer inputs to a specified email address? I have an external way of running credit cards so I don't want to use Authorize.net or anything like that.. I just need a way to get the information from the customer order (including credit card number). Link to comment Share on other sites More sharing options...
Mark Evans Posted June 1, 2004 Share Posted June 1, 2004 If you have set an email address in the CC module then you will get the middle digits removed from the database and emailed to you which makes the whole system much more secure than just storing the numbers in the DB. Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 If you have set an email address in the CC module then you will get the middle digits removed from the database and emailed to you which makes the whole system much more secure than just storing the numbers in the DB. In the admin panel I have "Split Credit Card E-Mail Address" set to my email address and I just put through a test order but have yet to receive any emails at that address (the customer email address received its verification email). What about if a customer puts an order through with Check / Money Order selected? It would be nice to receive an email for every order placed with all the necessary information to process it, although I would play by oscommerce's default rules for processing orders if only I knew what they were. I can't seem to find the credit card number anywhere in the admin panel... Thanks for the suggestion though, I wasn't sure what that blank was for in the credit card module but I have my email there now just in case. Link to comment Share on other sites More sharing options...
billybrag Posted June 1, 2004 Share Posted June 1, 2004 have you got all of the email addresses for the store correctly set up just a thought "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 have you got all of the email addresses for the store correctly set up just a thought How many are there? :) I'm thinking maybe I just can't find one or something. I have the Configuration->My Store email addresses set to myself (E-mail Address, E-mail From and Send Extra Order Emails To, even though the latter doesn't send me a CC number). I also just set the email address under the Credit Card Module. That's all I can think of off the top of my head, where are some other places I might need to place my email address? Link to comment Share on other sites More sharing options...
billybrag Posted June 1, 2004 Share Posted June 1, 2004 i think you got em, just thought it was worth checking, made a few simple mistakes myself ;) "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 i think you got em, just thought it was worth checking, made a few simple mistakes myself ;) No problem. I'm actually assuming this is a simple mistake and I just can't find what I'm looking for. This is my first time setting up osCommerce and while I have been successfully in customizing things for my own usage so far, I occasionally get hung up on things (and I haven't found this question in the forum search yet). I'm assuming the default behavior in osCommerce is to display the credit card number somewhere within the admin panel and the admin panel is to be used to process orders. To me the most likely place to store such information would be in Customers->Orders->Edit, but in there it simply says "Payment Method - Credit Card." Should I be looking somewhere else for the CC number? Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 Well this just became somewhat more interesting.... I just did a "SELECT cc_number FROM orders;" in mysql and there's nothing there. I don't remember changing any code that would make it not store credit card numbers... I guess I'll do some digging on my own to figure out why it's not storing them. Thanks for the help guys. Link to comment Share on other sites More sharing options...
Mark Evans Posted June 1, 2004 Share Posted June 1, 2004 Have you fallen foul of the IE 6 bug? There was a windows update a few months ago which broke IE... Make sure all your windows updates for IE have been installed. Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 Have you fallen foul of the IE 6 bug? There was a windows update a few months ago which broke IE... Make sure all your windows updates for IE have been installed. I'm up to date on all my Windows Update stuff... but I've been testing the store from my Mac on Safari so it wouldn't matter anyway. :) I have been filling out the test forms with the test CC info of 4111111111111111 but it doesn't seem to store it. I don't think I've changed order.php, cc.php, or cc_validation.php (which I think are the two places that deal with CC numbers) so I'm at a loss to why it's not storing them. Link to comment Share on other sites More sharing options...
kingturd Posted June 1, 2004 Author Share Posted June 1, 2004 I've been reading a few more threads about people with this issue and I understand the IE6 problem now, but I'm fairly sure that is not the issue I'm having... I've tried checking out with both Safari on MacOS X 10.3.4 and FireFox 0.8 under Windows XP. Neither has stored credit card numbers. The site is hosted on a FreeBSD server and the SSL Certificate I am using is a shared one. If I can provide any more information that would help in the solving of this problem just let me know. I'll continue reading older threads and trying things people suggest in those. Thanks guys. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.