Bank Deposit

General discussion about AlegroCart - Post here if you can't find another suitable forum
Post Reply
shaun250958
Posts: 15
Joined: Fri Aug 17, 2012 3:41 pm

Bank Deposit

Post by shaun250958 » Fri Aug 17, 2012 3:51 pm

Hello folks :D
I am new to AlegroCart and I am coming to the end of setting up my first ever shopping site.
However, I want to offer a "Bank Deposit" payment option.
This would allow a Customer to pay by using, say, Online Banking to pay for the goods directly into my bank account.
Obviously, if the Customer chose this payment method I would need the software to provide them with my bank details and instructions for them to include, eg, their Order ID.
I can't see a standard payment method for this.
I have thought about bastardising, say, the "Cheque" method.
Does anyone have any ideas that may help me?
Thanks.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Bank Deposit

Post by leo » Fri Aug 17, 2012 10:52 pm

It is already done in r148

Code: Select all

http://code.google.com/p/alegrocart/source/detail?r=148
details:

Code: Select all

http://forum.alegrocart.com/viewtopic.php?f=24&t=578#p5693
If you need this feature, you have to checkout our SVN. Here's the howto:

Code: Select all

http://forum.alegrocart.com/viewtopic.php?f=22&t=264

shaun250958
Posts: 15
Joined: Fri Aug 17, 2012 3:41 pm

Re: Bank Deposit

Post by shaun250958 » Sun Aug 19, 2012 3:24 pm

Thanks heaps. :D

May I encroach on you a little further as I am starting to think that I am a bit out of my depth...

I have read and followed all instructions.
- I backed up my website and db
- I downloaded and installed SVN
- I couldn't get a WebDisk working
- ... but got FTP working for bulk upload / download of files from my PC
- I followed the v127 upgrade documentation to the letter
- I uploaded the files to my website

But could find no way to actually run install/upgrade.php ! I can't find anything that tells me how to do that.

So I have installed IIS and PHP on my PC but seem unable to run the install/upgrade.php there either.

What I need to do must be so simple... But I just don't know what it is... how do I run install/upgrade.php on my website to install the upgrade?

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Bank Deposit

Post by leo » Sun Aug 19, 2012 3:34 pm

Open

Code: Select all

http://www.yourdomain.com/install/upgrade.php
in your browser.

shaun250958
Posts: 15
Joined: Fri Aug 17, 2012 3:41 pm

Re: Bank Deposit

Post by shaun250958 » Sun Aug 19, 2012 3:37 pm

:D
I feel so stupid.
:D

Post Reply