Randysouth Posted March 30, 2004 Share Posted March 30, 2004 I have a feeling I'll be using this forum a LOT! I'm brand new to php, have done a little (very little) HTML programming but am by no means an expert. I need help with my shop that was just changed to OSCommerce at http://awf-worldwide.com . I want to add or modify one of the payment modules so that I can do what's called a "phonecheck payment". Basically I need a form where they can enter their name, address, name of bank, checking account number, and checking account router number and have the information emailed to me. I can then take the information and basically do a direct transfer from their bank account to mine. I learned how to do some php modifications through trial and error but I have NO CLUE how to do this. I would need very detailed instructions. Can anyone help or have an idea. Thank you! Link to comment Share on other sites More sharing options...
stevel Posted March 30, 2004 Share Posted March 30, 2004 The best way is to start with an existing payment module (cc.php would seem appropriate) and modify it to your needs (making the changes under a new name). Then when done, you can "install" the new module in admin. I did this with a order_total module - it took me a while to understand all of it, but I did get it working eventually. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
Guest Posted March 30, 2004 Share Posted March 30, 2004 I would make sure that it doesn't send ALL the information in the email. If it is all there and your email gets hacked then you are in trouble. Use the rules that the standard CC module comes with. Part of the number is emailed and the other part is in the DB. Then you manually put them together to create all the information. Peter P.S. Wouldn't it be easier to do it via a payment processor live and online? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.