Dannefaerd Posted November 11, 2002 Posted November 11, 2002 I've done a search, but can't spot this particular issue. I've just installed the Bank Transfer Payment module. Now it appears fine in the Admin panel - and I can amend the details to my own bank account .... but it does not appear in the Catalog when I try to do a "trial" sale to test it. As this is the first module I've tried installing post the initial install am I missing something obvious that I should be doing? Welcome any comments. Martin[/url]
Guest Posted November 17, 2002 Posted November 17, 2002 You are not alone. I too have the same problem. I had it once before and there was a simple remedy. Something about changing the file name. I'm searching the forums for the answer as I'm sure it was posted here or on the Authors website. If I find the answer, I will post it here
Guest Posted November 17, 2002 Posted November 17, 2002 I still want to know how how I'm suppossed to implement - Direct Deposit/transferit - in my admin area, I dont have the option to add new payment modules - so I could only guess It would need to be coded in, I would like to know how to do this. if anyone has done this before or aleast know how I would go about it.
Guest Posted November 22, 2002 Posted November 22, 2002 I finally have the solution, have spent a whole bunch of time on it today. Searched the Dutch site for it, but it's got shit on any subject, so I'll use this international forum from now on. Anywayz, the solution to the payment method not showing up on checkout. I downloaded the banktransfer contribution from the osCommerce.com website. In the /includes/modules/payment/ folder the banktransfer.php file contained these lines: function selection() { return false; } I changed this to: function selection() { return array('id' => $this->code, 'module' => $this->title); } I recon this solution will do in your cases as well. :D
Guest Posted November 24, 2002 Posted November 24, 2002 Thanks for this! It now shows up in the payment method section. However it does not show the bank details. PS: Sorry I didn't answer earlier, away for a couple of days. ChrisM
Guest Posted November 24, 2002 Posted November 24, 2002 Try this - I have got it to work successfully in my store, minor altercations. just replace the two files in your store with the 2 included in this download - .zip Make a back-up of the ones you are using now before replacing them. Bank Transfer Contribution
Guest Posted November 27, 2002 Posted November 27, 2002 Thanks for this! It now shows up in the payment method section. However it does not show the bank details. PS: Sorry I didn't answer earlier, away for a couple of days. ChrisM yar... i ahv the same problem also. any solution? now i can select but the payment info just doesnt show !!
Guest Posted December 1, 2002 Posted December 1, 2002 SnowTech have just (29/11) released Version 1.2 of the AusBank Transfer Payment. I have installed it and it works. Your bank details do not show up in the check out process until 2-3 steps through the process. Once confirmed you (your sales dept.) will receive an email confirming the order and your customer will also receive the order email including your bank deposit details. ChrisM
ozstar Posted December 1, 2002 Posted December 1, 2002 Yes - the new 29/11 Snowtech one does work and its gotta be the easiest add on there is! That's right it doesn't show until near the end. Good luck!
tkeats Posted February 1, 2003 Posted February 1, 2003 I've done a search, but can't spot this particular issue. I've just installed the Bank Transfer Payment module. Now it appears fine in the Admin panel - and I can amend the details to my own bank account .... but it does not appear in the Catalog when I try to do a "trial" sale to test it. As this is the first module I've tried installing post the initial install am I missing something obvious that I should be doing? Welcome any comments. Martin[/url] It took me about 30 minutes to figure this one out after I sat and grep'd variables and the directory structure to death... http://www.oscommerce.com/community/contributions,926 This will work in the latest post-November snapshots. Working presently on the January 23rd snapshot. Thomas Keats A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
tkeats Posted March 17, 2003 Posted March 17, 2003 What exactly do you mean by 'M1' ? Thomas StormPay, the paypal alternative. A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
Guest Posted March 17, 2003 Posted March 17, 2003 The Milestone M1 2.2 release. Nevermind thoe cus ive rewrote it: http://www.oscommerce.com/forums/viewtopic.php?t=37873
klrvan Posted August 3, 2004 Posted August 3, 2004 SnowTech have just (29/11) released Version 1.2 of the AusBank Transfer Payment. I have installed it and it works. Your bank details do not show up in the check out process until 2-3 steps through the process. Once confirmed you (your sales dept.) will receive an email confirming the order and your customer will also receive the order email including your bank deposit details. ChrisM Hi, Can you tell me how I can get the code for Australian Bank Transfers? I'm a real newbie and I have been offered help to install it I just need the code. Many many thanks klrvan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.