Access to PrestaShop corporate website French English Change language
Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop job
 
Forum  >  PrestaShop v1.1  >  Modules  >  Thread

Team members online:


2 of 2
2
Post Reply
New Topic
Bank transfer - Online

offline
Posted: 28 August 2008 10:56 AM   [ Ignore ]   [ # 16 ]
Beginner
Rank

Messages :

  • total: 7
  • last 7 days: 0
Joined: 2008-08-25
jtyana - 26 August 2008 12:56 PM
What bit are you stuck on? I’m using the bank wire module for Australian internet banking All we require is to show the Bank account name, the BSB (bank/branch/state) and the bank account number so the bank wire module is adequate for Australian Internet Banking I changed the words Bank Wire to Bank Deposit in various places but that is only a cosmetic change.

Hi,

In NZ, our internet payment details are made up of 3 parts, as in screenshot 2. (if I’ve managed to attach it)..

What I want is for the checkout screen to generate the fields, I have managed to do it for one part but I would like to pull in my customers surname for another part.

This is from my payment_return.tpl

I have modified the Bank wire module to get most of this but my serious lack of coding skills is leaving my high and dry, it’s the Surname part that I’m stuck with. I’m sure it’s basic but like I said, I’m no coder.

<span class=“bold”>{if $bankwireOwner}{$bankwireOwner}{else}___________{/if}

</span>

- {l s= ‘with theses details’ mod=‘bankwire’}

<span class=“bold”>{if $bankwireDetails}{$bankwireDetails}{else}___________{/if}

</span>
<span class=“bold”>{l s=‘Particulars: =’ mod=‘bankwire’} <span <span class=“bold”>{if $lastname}{$lastname}{else}Your surname{/if}</span>

</span>
<span class=“bold”>{l s=‘Code: = ‘ mod=‘bankwire’}</span></span>{l s=‘Please leave this blank’ mod=‘bankwire’}</span>

</span>
<span class=“bold”>{l s=‘Ref: = ‘ mod=‘bankwire’}</span><span>{l s=‘Please use your order number which is ‘ mod=‘bankwire’}</span><span class=“bold”>{$id_order}</span>

- {l s=‘An e-mail has been sent to you with this information.’ mod=‘cheque’}

I hope this makes sense as I’m almost confusing myself smile

Image Attachments
screenshot.JPGscreenshot2.JPG
 
offline
Posted: 28 August 2008 01:40 PM   [ Ignore ]   [ # 17 ]
Beginner
Rank
Avatar

Messages :

  • total: 3
  • last 7 days: 0
Joined: 2008-07-30

Move Over Zen Cart.... - 25 August 2008 11:45 AM
JMG - 30 July 2008 02:21 PM
I too am from down under and required an alternate solution to the Bank Wire so i went ahead and wrote a “Direct Deposit” module which i’ve just about completed however i’ve currently got a minor bug which i’m trying to sort out.

The configuration i have available for the module includes the following;

Bank Name (ANZ/CommBank etc)
Account Name (My Shop Acc)
Account Number 123456789
Account BSB 123-456

Is there any other details you guys would like available?

I’m going to put together a AusPost real-time postage calculator and some online/offline credit card processing for our major banks also when i find the time! wink I’ve got experience with eWay/ANZ for CC processing, so i’ll probably start with those first. Let me know of others if you have something you need.

Justin

Hi Justin,
I’m from NZ and the Direct deposit module would be fantastic, did you iron out the wrinkles??

Hey mate,

Sorry i’ve been away on leave for awhile. I think i’ve got it sorted now! As suggested by jtyana you can just change the text for the Bank Wire module however i didn’t want to do this as i wasn’t sure if people would want the ability to do both direct deposit for local customers and wire transfers for international so i went ahead and duplicated the bank wire module and just modified it to suit. I’m sure as you’ve seen on ebay there are “Payment instructions” which is something that i’ve built into the module so you can let the customer know exactly what you want them to do (Use the order number as the transaction description etc). As there’s no doco at the moment for modules (Please shout out if anyone has any!) i’ve just packaged it up in Zip file and made a little readme for easy installation. I’ve just noticed there’s a problem with the emails so i’ll just sort that out and then let any of you that are interested give it a go.

Justin.

 
offline
Posted: 28 August 2008 06:31 PM   [ Ignore ]   [ # 18 ]
Senior Member
RankRankRankRankRank

Messages :

  • total: 165
  • last 7 days: 0
Joined: 2008-07-31

@zen cart

What I want is for the checkout screen to generate the fields, I have managed to do it for one part but I would like to pull in my customers surname for another part.

If you want to use their surname, then it will be the {lastname} as you have already identified.
$lastname variable needs to be specified in bankwire.php so the tpl can pick it up

I haven’t got time to work it out for you but have a look at 2Checkout payment module. The 2checkout payment module had as alot of stuff that you won’t require so only look for how it defines the $lastname variable so the .tpl can pick it up.
Start there and see how you go

I too am no programmer but I am learning out of desperation

 
offline
Posted: 28 August 2008 09:46 PM   [ Ignore ]   [ # 19 ]
Beginner
Rank

Messages :

  • total: 7
  • last 7 days: 0
Joined: 2008-08-25
jtyana - 28 August 2008 06:31 PM
@zen cart
What I want is for the checkout screen to generate the fields, I have managed to do it for one part but I would like to pull in my customers surname for another part.

If you want to use their surname, then it will be the {lastname} as you have already identified.
$lastname variable needs to be specified in bankwire.php so the tpl can pick it up

I haven’t got time to work it out for you but have a look at 2Checkout payment module. The 2checkout payment module had as alot of stuff that you won’t require so only look for how it defines the $lastname variable so the .tpl can pick it up.
Start there and see how you go

I too am no programmer but I am learning out of desperation


Thanks for the tip, I’ll have a look. It looks like Justin may have something that I can use already though smile

 
offline
Posted: 28 August 2008 09:58 PM   [ Ignore ]   [ # 20 ]
Beginner
Rank

Messages :

  • total: 7
  • last 7 days: 0
Joined: 2008-08-25

JMG - 28 August 2008 01:40 PM
Move Over Zen Cart.... - 25 August 2008 11:45 AM
JMG - 30 July 2008 02:21 PM
I too am from down under and required an alternate solution to the Bank Wire so i went ahead and wrote a “Direct Deposit” module which i’ve just about completed however i’ve currently got a minor bug which i’m trying to sort out.

The configuration i have available for the module includes the following;

Bank Name (ANZ/CommBank etc)
Account Name (My Shop Acc)
Account Number 123456789
Account BSB 123-456

Is there any other details you guys would like available?

I’m going to put together a AusPost real-time postage calculator and some online/offline credit card processing for our major banks also when i find the time! wink I’ve got experience with eWay/ANZ for CC processing, so i’ll probably start with those first. Let me know of others if you have something you need.

Justin

Hi Justin,
I’m from NZ and the Direct deposit module would be fantastic, did you iron out the wrinkles??

Hey mate,

Sorry i’ve been away on leave for awhile. I think i’ve got it sorted now! As suggested by jtyana you can just change the text for the Bank Wire module however i didn’t want to do this as i wasn’t sure if people would want the ability to do both direct deposit for local customers and wire transfers for international so i went ahead and duplicated the bank wire module and just modified it to suit. I’m sure as you’ve seen on ebay there are “Payment instructions” which is something that i’ve built into the module so you can let the customer know exactly what you want them to do (Use the order number as the transaction description etc). As there’s no doco at the moment for modules (Please shout out if anyone has any!) i’ve just packaged it up in Zip file and made a little readme for easy installation. I’ve just noticed there’s a problem with the emails so i’ll just sort that out and then let any of you that are interested give it a go.

Justin.

Cool, thanks. Hopefully all I will need to do is sort out something for the shipping then I’m away and my current software can move on over and out of the way.

 
 
2 of 2
2
Fast Reply
New Topic