younkster 0 Posted July 7, 2016 As a school district we are looking to setup a pay option where the school can just input an account number that they want the purchasing department to pull money out of. Is that something that I need to build? How do I need to do that? Share this post Link to post Share on other sites
Jack_mcs 1,140 Posted July 8, 2016 Yes, you would need to program that. You can use one of the payment modules as a guide but before you do that, I suggest that you just write a small script that connects to the account and retrieves the funds. There will be, or should be, safeguards in place to prevent just anyone from doing that so you need to get the basic code working before diving into creating a payment module. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
burt 5,612 Posted July 8, 2016 Assuming you do "something else" with regards to; allowing Schools to add money to their account removing money from the Schools account So, all you need is a record of the Schools account number on each order... a "close to what you need" payment module is http://addons.oscommerce.com/info/8345 This payment module inserts a form which asks for the buyers mobile phone number. You can amend that to ask for "Account Number"... It might be a starting point for you. Share this post Link to post Share on other sites
younkster 0 Posted July 8, 2016 Thank you for the help. I really am new at this and I am trying to learn. Once I download the module how to I put it onto my server? Version - osCommerce Online Merchant v2.3.4 Share this post Link to post Share on other sites
allaboutwicker 15 Posted July 8, 2016 I believe you upload the files to respective places as in download packet onto your website and then should be able to see it available to install module in admin --> Modules --> Payment Share this post Link to post Share on other sites
Jack_mcs 1,140 Posted July 8, 2016 @@younkster The module won't do you any good. In the least you will need to edit it to get a persons account number. But assuming you are wanting to transfer money, which is how I read your first post, you will have to make a connection to that institution by following whatever rules they have setup. So the first thing you need to do is decide how the funds are to be handled. Will they actually be transferred or is this just an internal operation where you need an account number? Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
younkster 0 Posted July 8, 2016 @@Jack_mcs All the account transfers will happen on the backend only. Really what I need it just a required text box under the payment option where a string can be entered and is seen on the invoice when the order is placed. Share this post Link to post Share on other sites
allaboutwicker 15 Posted July 8, 2016 Why can't you just use the "Add Comments About Your Order" area to get that info? Just change the wording to "Account #" or whatever you wanted. Share this post Link to post Share on other sites
younkster 0 Posted July 8, 2016 @@allaboutwicker I had not thought of that, Thank you for the idea. Is it possible to make "required" to enter text into that field to continue on? Share this post Link to post Share on other sites
Jack_mcs 1,140 Posted July 8, 2016 @@younkster Then you just need a standard module with the name changed. I'm not familiar with the one Gary mentioned but it may be what you need. To install a payment module, you just have to upload its files and then install it using the modules->Payment section in admin. You will need to change the name to reflect what it is for. It sounds like using the comment box will get the number you need as long as the customer remembers to enter it. There's not a required setting for it so you may get orders without it. I'm assuming the above module will have a place to enter the account number but you will need to test that to be sure. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
burt 5,612 Posted July 14, 2016 The module I recommended gives a payment option called "pingit" (which OP would rename to "pay on account" or such). After the option is chosen and they click to go to the next page, there is a new input box to allow them to insert a "mobile phone number" (which OP would rename to "account number" or such). It would be possible for OP to store the customers account number...and have that "account number" box filled automatically. The module I recommended is a starting place, not an exact fit. Share this post Link to post Share on other sites
MrPhil 648 Posted July 14, 2016 Another unconventional (store credit only) payment request: http://www.oscommerce.com/forums/topic/409992-purchase-with-store-credit-in-osc-store/ Share this post Link to post Share on other sites