moillie api

03.04.2015 16:52
#1
swanborn
Joomshopping forum user no avatar
Name: Mike
30.01.2015
Posts: 16
Quote
moillie api

We have installed molli api addon.
We just want to use creditcard and paypal.
However more payments methodes are shown in the dropdow box
How can just show creditcard and pay in de dropdown menu.

 
05.04.2015 09:20
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: moillie api

Change file
components\com_jshopping\payments\pm_mollie_api\paymentform.php

change code

$array_method[1] = new stdClass();
$array_method[1]->id ='ideal';
$array_method[1]->name ='IDEAL';

$array_method[2] = new stdClass();
$array_method[2]->id ='creditcard';
$array_method[2]->name ='Creditcard';

$array_method[3] = new stdClass();
$array_method[3]->id ='mistercash';
$array_method[3]->name ='Mister Cash';

$array_method[4] = new stdClass();
$array_method[4]->id ='paypal';
$array_method[4]->name ='PayPal';

$array_method[5] = new stdClass();
$array_method[5]->id ='paysafecard';
$array_method[5]->name ='paysafecard';


to

$array_method[2] = new stdClass();
$array_method[2]->id ='creditcard';
$array_method[2]->name ='Creditcard';


$array_method[4] = new stdClass();
$array_method[4]->id ='paypal';
$array_method[4]->name ='PayPal';


Letzte Änderung: 05.04.2015 09:20
 
05.04.2015 10:35
#3
swanborn
Joomshopping forum user no avatar
Name: Mike
30.01.2015
Posts: 16
Quote
Aw: moillie api

Thank your for your repley.

If there is an update, these changes will be undone. Is there no hook whe can use to disable some payment methods without change the core.

Thanks in advance.

 
06.04.2015 07:44
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: moillie api

No.
Will be in new version.

 
07.04.2015 09:21
#5
swanborn
Joomshopping forum user no avatar
Name: Mike
30.01.2015
Posts: 16
Quote
Aw: moillie api

Ok. That will be great.

Thanks

 
07.04.2015 09:22
#6
swanborn
Joomshopping forum user no avatar
Name: Mike
30.01.2015
Posts: 16
Quote
Aw: moillie api

When will be the new version released with this functionality?

 
07.04.2015 21:00
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: moillie api

Install Mollie API 1.0.2

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.