Zen Cart Logo
Forums / Addon Payment Modules / POLi Payment Method - Money Transfer - Pay Anyone

POLi Payment Method - Money Transfer - Pay Anyone

Views: 5,116

Results 1 to 7 of 7
26 Apr 2009, 3:01 AM
#1
remoteone avatar

remoteone

Zen Follower

Join Date:
Jan 2009
Location:
Macclesfield, South Australia
Posts:
104
Plugin Contributions:
0

POLi Payment Method - Money Transfer - Pay Anyone

I'm keen to improve the method of allowing customers to pay by Bank Transfer using POLi ... centricom.com/ It looks like a cheaper payment method than PayPal, works with MoneyBookers and simply integrates the payment by linking customers to their own Internet Banking page to pay by "Pay Anyone" or simple "Money Transfer" then back to the merchants site once payment is made.
This is better than using the Direct Bank Debit module as it would link to the customers chosen Bank IB page.

26 Apr 2009, 3:10 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,615
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

Might want to read their FAQs - it is restrictive as far as browsers and operating systems go -

26 Apr 2009, 12:00 PM
#3
remoteone avatar

remoteone

Zen Follower

Join Date:
Jan 2009
Location:
Macclesfield, South Australia
Posts:
104
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

Thanks Kim, good point
Quote from POLi FAQ page:

  1. I tried using POLi™ but it doesn't work. Why?
    Here is a quick checklist to help you determine why POLi™ isn't working and what you can do about it:

a. Browser: POLi™ only supports Microsoft's Internet Explorer browsers, from version 6.0 onwards. It also supports Firefox 2 – but not Version 3 as yet. Are you running a compliant browser?

b. Pop-Ups: Internet Explorer must be set to allow Pop-Ups. Set your Internet options to allow Pop-Ups or ask your system administrator for assistance.

c. Operating System: to use POLi™ you must have Windows XP Service Pack 2 or later with Microsoft .NET Framework 2.0 installed.

With users swapping to Linux and MacOS and dumping Windose many customers wont be able to use POLi.

Looks like they are not serious yet....pity.. looks like a great idea.

1 Dec 2010, 4:44 AM
#4
michellewardley avatar

michellewardley

Zen Follower

Join Date:
Nov 2004
Location:
Port Neil South Australia
Posts:
295
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

any more on this yet as it is very popular in Australia

10 Mar 2011, 4:15 AM
#5
mackcomm_net avatar

mackcomm_net

New Zenner

Join Date:
Jan 2006
Location:
Broken Hill - NSW
Posts:
2
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

I myself are looking into Poli as a payment solution and would like to find out more re the development of my site

24 Jun 2012, 2:23 PM
#6
fraser_coast avatar

fraser_coast

New Zenner

Join Date:
Jun 2012
Posts:
12
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

Installation Instructions

a - Upload 'poli.php' file to your Zencart folder on server
b - Upload 'includes/languages', 'includes/modules' folders to your 'includes' folder
c - Edit your 'includes\templates\YOUR TEMPLATE\templates\tpl_checkout_success_default.php' file, find '<div id="checkoutSuccessOrderNumber"><?php echo TEXT_YOUR_ORDER_NUMBER . $zv_orders_id; ?></div>'
put these code block under it

<!--poli start--> <?php if($_GET['externaltransactionid']){ echo '<b>Payment Receipt:</b>'; echo '<br/><br/>Amounts: ' . $currencies->display_price($_GET['amount'], 0); echo '<br/><br/>Payment Date: ' . date('d/m/Y'); echo '<br/><br/>Merchant Reference Number: ' . $zv_orders_id; echo '<br/><br/>POLi ID Number: ' . $_GET['externaltransactionid']; } ?> <!--poli end-->

Login to Poli console to set-up:

1 - Click on 'Entities' in left menu, then click 'Hosted Merchant Configuration' tab

2 - click 'Secure Mode' option if you want payment in secure mode

3 - If you checked 'Secure Mode', then you have to input 'Pass Phrase', 'Salt Value', 'Initial Encryption Data'

4 - "Successful URL", "Unsuccessful URL", both are set to 'your_site_url/poli.php'

Login to admin, then modules->payment to config Poli payment module, input your Poli info in configuration Poli page

THE PROBLEM I HAVE IS WHEN I CLICK ON THE FOLLOWING
1 - Click on 'Entities' in left menu, then click 'Hosted Merchant Configuration' tab

THERE IS NOTHING THERE, NO SECURE MODE

also what does it mean edit your includes templates\tpl_checkout_success_default.php
as the information is already there as written above

any help would be muchly appreciated

6 Jul 2012, 9:41 AM
#7
fraser_coast avatar

fraser_coast

New Zenner

Join Date:
Jun 2012
Posts:
12
Plugin Contributions:
0

Re: POLi Payment Method - Money Transfer - Pay Anyone

i got it sorted , but the problem with this program is that if the customer does not come back to the website to confirm the order, you get payment but have no order in the zen cart order section