AbanteCart Community

Shopping Cart Operations => Built-in Features => Topic started by: tonnaer on April 13, 2014, 04:40:48 AM

Title: Manual design payment method
Post by: tonnaer on April 13, 2014, 04:40:48 AM
Hi there,

I would like to add: mollie.nl/betaaldiensten/ideal?gclid=CJK05cr83L0CFZDKtAodAhUAsA

IDEAL

As a payment method to my shop. Is this possible, and if sow, how can I manage (I do know how to write HTML and PHP but I'm worried the connection between the database and the Ideal may give some troubles.

Can someone help :)?
Title: Re: Manual design payment method
Post by: abantecart on April 13, 2014, 07:33:25 AM
I do not think this will work. This needs to created in the form of payment extension.
Title: Re: Manual design payment method
Post by: tonnaer on April 13, 2014, 08:42:38 AM
Is it? because actually the payment itself is always done in an exterior environment of the payment gateway. It's only the connection between the gateway and the site which needs to be set up. I think...
Title: Re: Manual design payment method
Post by: abantecart on April 13, 2014, 04:27:35 PM
After payment is completed in external site the control needs to be passed back to store and complete the transaction on the side of the store.
Title: Re: Manual design payment method
Post by: tonnaer on April 14, 2014, 01:22:56 PM
So this would be rather easy to make as an extension?
Title: Re: Manual design payment method
Post by: Fruffel on April 15, 2014, 07:38:47 PM
I am considering to use AbanteCart but I kind off have the same problem.
For a E-commerce shoppingcart system to work in my country I need the payment option "IDeal". Since I am not that good at making extensions I would like to receive some help or documentation how to make a payment extension! 

From what I have seen I really love AbanteCart, but this is a must for The Netherlands. I think it you guys should consider adding a "IDeal" provider as payment option. E-commerce is pretty big in The Netherlands. I am willing to help a developer!
Title: Re: Manual design payment method
Post by: Advisor on May 04, 2014, 08:21:38 AM
You need a custom extension for this... maybe only some modification of the original code.