Pages:

integrate with Ideal pay method

marik

No avatar

2006-05-07 22:43

In the Netherlands we have a new pay methode.
With Ideal you can let you customers pay with there owne internet banking site
More information about it you can find (a dutch site) at www.ideal.nl

marik

No avatar

2006-05-07 22:44

I forgot the question
Is there anybody who have integrate IDEAL at there webshop

~~~wallace

No avatar

2006-05-08 10:09

Hi i have not yet created the ideal payment connection but will if someone, a client wants it for quickcart

~~~wallace

No avatar

2006-05-09 15:49

it will be under investigation by a co-worker as is the pdf output function. Will post here if i have news

~Stevio

No avatar

2006-06-02 17:16

I am also interested in this plugin

SLawek

No avatar

2006-06-03 16:25

me to

~knert

No avatar

2006-06-19 16:47

And I am very interested too in the ideal plugin! :-)

knert

~Bas

No avatar

2006-07-07 12:57

And me too

floyds

No avatar

2006-07-13 00:27

I've posible found someone how can build it into QC, I'm waiting for him to reply a e-mail, what I know is that it will cost some money.
Running a supprt forum like we do, there is no money to support playing for a guy how can make it work with QC.

I'll keep ya all posted on this issue also see our site

Dutch Support for QC

Leonidaz

No avatar

2007-01-08 10:31

This is the way I implemented iDEAL lite:

I am a PHP noob so excuse me if the code is sloppy! I based this on the paypal plugin.

Create a product in your iDEAL dashboard with a amount form 1 to 2000 EUR. (the max amount must cover you maximum order amount from your shop)

Create a iDeal courier listing in your QC dashboard.

Adjust the following:

#################################
STEP 1: Create iDeal courier in the admin section of Quick cart
#################################

#################################
STEP 2: actions_client/orders.php
#################################

if( checkOrderFields( $_POST ) === true && checkOrderProducts( $iOrder ) === true ){
saveOrder( $iOrder, $_POST );


//--------- Start ideal code

$aData = throwOrder( $iOrder );
listBasket( $iOrder);
$aData['fSummary'] = ($aData['fCourierPrice'] + $aList['fSummary'])*100;
if($aData[sCourier] == "iDeal" ){
$content .= $tpl->tbHtml( 'messages.tpl', 'ORDER_IDEAL' );
}
else

//-------- End ideal code


$content .= $tpl->tbHtml( 'messages.tpl', 'ORDER_SAVED' );
}

##################################
STEP 3: lang/en.php
(or other language file of your choice, around line 31)
##################################

$lang['Order_ideal'] = 'You selected the iDEAL payment option.<br />Click the logo to proceed your transaction.';

##################################
STEP 4: templates/messages.tpl
##################################

</div>
<!-- END NOT_EXISTS -->

//--------- Start ideal code

<!-- BEGIN ORDER_IDEAL -->
<div id="message">
<div id="ok">

$lang[Order_ideal]<br />


<FORM METHOD="post" ACTION="https://idealtest.rabobank.nl/ideal/mpiPayInitRabo.do"
id=form1 name=form1> <!--adjust URL to required enviroment-->
<INPUT type="hidden" NAME="merchantID" value="your_merchant_id_here"><!--adjust merchant number-->
<INPUT type="hidden" NAME="subID" value="0">
<INPUT type="hidden" NAME="amount" VALUE="$aData[fSummary]" >
<INPUT type="hidden" NAME="purchaseID" VALUE="$iOrder">
<INPUT type="hidden" NAME="language" VALUE="nl">
<INPUT type="hidden" NAME="currency" VALUE="EUR">
<INPUT type="hidden" NAME="description" VALUE="iDEAL Lite purchase">
<INPUT type="hidden" NAME="itemNumber1" VALUE="your_ideal_product_number_here"><!--adjust product number-->
<INPUT type="hidden" NAME="itemDescription1" VALUE="Order ID $iOrder ">
<INPUT type="hidden" NAME="itemQuantity1" VALUE="1">
<INPUT type="hidden" NAME="itemPrice1" VALUE="$aData[fSummary]">
<INPUT type="hidden" NAME="paymentType" VALUE="ideal">
<INPUT type="hidden" NAME="validUntil" VALUE=" 2007-01-01T12:00:00:0000Z">
<INPUT type="hidden" NAME="urlCancel" VALUE="your_cancel_url_here"><!--adjust URL-->
<INPUT type="hidden" NAME="urlSuccess" VALUE="your_succes_url_here"><!--adjust URL-->
<INPUT type="hidden" NAME="urlError" VALUE="your_error_url_here"><!--adjust URL-->
<INPUT TYPE="image" SRC="http://217.194.103.68/uploads/documents/57.gif" id=submit2 name=submit2 BORDER="0" ALT="iDEAl"><!--Please use your own iDEAl logo-->
</form>


</form>
<a href="javascript:windowNew( '?p=ordersWindowPrint&amp;iOrder=$iOrder' );">&raquo; $lang[Order_print]</a><br />
</div>
</div>
<!-- END ORDER_IDEAL -->

//--------- End ideal code

<!-- BEGIN ORDER_SAVED -->
<div id="message">

compie

Avatar: compie

2007-01-14 13:28

hase anyone tried this yet and get it to work??

Leonidaz

No avatar

2007-01-15 09:05

It works for me :)
Check te following link how it shows up at your bank transaction overview:

marik

No avatar

2007-01-15 09:08

I have Ideal advanced so it's not working for me :'(

Stevio

No avatar

2007-03-11 18:50

I think an Ideal Advanced & Ideal (normal) would be a very interested option / plugin for payment in the Quick.Cart.Standard. I would buy one licence (i guess more dutch people will) if its available.

Maybe something for the maker of this nice shop-script.......

marik

No avatar

2007-03-12 01:42

I have already installed it on my version.



@ Stevio (Dutch)
Mijn versie is alleen erg uitgebreid ik heb echt zoveel aanpassingen gedaan dat alleen de core van OS is.
Lees voorraad, sorteer functie, prijslijsten etc.

frevo

Avatar: frevo

2007-04-06 20:24

You did a really great job for the Dutch Quick.Cart shoppers!!

Continue the good work


luke

Avatar: luke

2007-07-16 14:02

Marik,

Zou je mij kunnen uitleggen hoe ik ideal lite aan de praat zou kunnen krijgen in quick.cart. Ik ben niet zo heel technisch maar zou wel graag de ideal betaalmogelijkheid op mijn site willen.

Gr luke

nicarcola

Avatar: nicarcola

2007-07-18 20:00

Thanks, I have it working in V1.4 loaded/fat. What I see is that the client when he chooses for ideal doesn't get an email of the order anymore????

How can I integrate that again?

noudshoorn@scarlet.nl

Dakey

No avatar

2007-07-19 22:03

This also works for me for the V1.4 loaded/fat version (postbank and abn-amro)..

In a couple of days/weeks i would like to try to built it also in the latest version one.. hope that works too :)

luke

Avatar: luke

2007-07-24 13:12

Dakey,

Could you tell me how its done, because i think i am missing something in de description above.

Greets luke

Pages:
Back to top
about us | contact