ICEPAY of Mollie in Concrete5.6.0

Permalink 1 user found helpful
Ik heb wat vraagjes betreft de ICEPAY en Mollie addon, omdat ik telkens foutmeldingen krijg bij installeren.Mijn vragen had ik al een maand geleden bij support neergelegd, maar krijg geen antwoord (zelfde geld op een PM).Ik ben nu een beetje desprate, daarom had ik ook Mollie gekocht maar dan krijg ik de zelfde foutmelding als bij ICEPAY.Nu weet ik even niet meer waar ik moet zoeken, daarom dat ik mijn vraag even hier stel.

Ik krijg tijdens de installatieprocess (concrete5.6.0)van ICEPAY/Mollie de volgende error: Catchable fatal error: Object of class CoreCommerceIcepayPackage/CoreCommerceMolliePackage could not be converted to string in /*****/concrete/libraries/3rdparty/adodb/adodb.inc.php on line 978
Nu had ik foefje gelezen op de fora om het volgende te doen:

Open het bestand "/packages/core_commerce_icepay/controller.php" en wijzig het volgende..
public function install() {
$pkg = parent::install();
Loader::model('payment/method','core_commerce');
CoreCommercePaymentMethod::add('icepay', 'ICEPAY Payment Gateway', false, $pkg);
}


Ter veranderen naar:
public function install() {
$pkg = parent::install();
Loader::model('payment/method','core_commerce');
CoreCommercePaymentMethod::add('icepay', 'ICEPAY Payment Gateway', false, NULL, $pkg);
}


Gedaan, zo is het probleem opgelost?

Verder zit ik nog met de volgende vragen:
In de dashboard bij ecommerce -> Payment & Sales Tax.
Op deze pagina zie ik verschillende betaalmethodes, behalve ICEPAY/Mollie.
Hoort deze hier te staan?

Omdat ik niks terug kan vinden in Concrete heb ik de volgende vraag:
Moet de MerchantID en Secretcode hardcoded in de package geplaatst worden?
In het volgende bestand: /packages/core_commerce_icepay/libraries/icepay.php ?

Welke pagina is op concrete de postback pagina? of moet dit simpel weg de volgende URL zijn?http://www.domein.nl/index.php/checkout/finish/...

Ik hoop dat iemand antwoord heeft, dat zou echt superb zijn.
Dan heb je mij uit de brand geholpen :D.

Groeten,
Raymond


++++++++++++++++++++++++++++++++++++++++++


Hi,

I've some questions about ICEPAY and the Mollie addon, caus i'm getting an error when i'm installing them. I've bought Mollie with the hope that it worked, caus ICEPAY diddent, but it doenst work either. I posted my questions a month ago at support and no awnser, and last week a PM and also no awsner. So i'm a bit desprate.

I'm trying to install ICEPAY/Mollie on concrete5.6.0, only i'm getting an error in the installationprocess.
The following error: Catchable fatal error: Object of class CoreCommerceIcepayPackage/CoreCommerceMolliePackage could not be converted to string in /*****/concrete/libraries/3rdparty/adodb/adodb.inc.php on line 978

I've read on the forums, that someboy had the same error for another addons (also payment gateway). They said to do the following:

Open the file "/packages/core_commerce_icepay/controller.php" and edit the following..
Original
public function install() {
$pkg = parent::install();
Loader::model('payment/method','core_commerce');
CoreCommercePaymentMethod::add('icepay', 'ICEPAY Payment Gateway', false, $pkg);
}


Change it to:
public function install() {
$pkg = parent::install();
Loader::model('payment/method','core_commerce');
CoreCommercePaymentMethod::add('icepay', 'ICEPAY Payment Gateway', false, NULL, $pkg);
}


Is the installation error with this fixed?

Further more I've some usage questions.
I was searching in ecommerce -> payments & taxes for the icepay payment gate, only i cant find it (other payments are showing).

Caus i can't find anything in the CMS that's refering to the addon.
Most I enter the MerchantID and Secretcode hardcoded in the package?
In the file: /packages/core_commerce_icepay/libraries/icepay.php ?

witch page is in concrete the post back page? Or is this simple wayhttp://www.domein.nl/index.php/checkout/finish/... ?

I hope someone can help me out, that will be superB.
Caus I'm desperate for some help, be my hero :).

regards,
Raymond

alphaplus
 
SnefIT replied on at Permalink Best Answer Reply
SnefIT
Hi

I use the Mollie add-on. Your solution is correct, change the install function and it will install.

I asked the developer of the add-on, but I'm still waiting on the answer so I looked in the code myself.

I also added some overrides to use it in testmode.

I've also created a solution to support multiple tax rates (6%, 21%) per item as we use in Holland . .should make a package for that ;) (when I think it is ready for deployment)
alphaplus replied on at Permalink Reply
alphaplus
Man, i'm happy with your reply.
So now i'm gonna make a fresh install, download Mollie, make the changes in the package and install it. Hope it works.
Same for ICEPAY for future purposes and for other people that are ready this.

If you can post the package of the changes you made, i'll be more than happy :).
alphaplus replied on at Permalink Reply
alphaplus
Yes! The installation has succeeded with no errors, your my hero.
I've installed ICEPAY for now. I'll try Mollie later. great thanks!
R4YM3 replied on at Permalink Reply
R4YM3
Hi Snef,

Do you have also made a version with cash on delivery with addtional cost, say 20 euros? (rembours) I will happly receive it, and if pay some money for it.

I hope so, caus i really need it in a hurry.

Regards,
Raymond
SnefIT replied on at Permalink Reply
SnefIT
And... The setting will be done in the dashboard when activating the payment method. No need to hardcode that!
alphaplus replied on at Permalink Reply
alphaplus
Great, great, great!
koffiebonen replied on at Permalink Reply
koffiebonen
Dear SnefIT,

I'don't see the Mollie payment gateweway below "payment & sales tax"

What is the problem?
Please can you help me?

I have gt any reply!

Regards,
Rik
koffiebonen replied on at Permalink Reply
koffiebonen
Ik heb dezelfde problemen ondervonden met Mollie add-on.
Ik heb het aangepast in bestand.

Maar hoe nu verder?

Hoe activeer ik de Payment method?

Mvg
Rik
R4YM3 replied on at Permalink Reply
R4YM3
You need the eCommerce addon to use ICEPAY or Mollie.
If you got eCommerce and Mollie or ICEPAY installed, than you need to click through the following steps:

1. login into your website dashboard.
2. click on "Payment & Sales tax" below ecommerce
3. You'll see ICEPAY Payment Gateway or Mollie Payment Gateway click on the payment title. (www.domain.com/index.php/dashboard/core_commerce/payment/methods/)
4. Now your in the settings of the addon.

The Succes, error and postback URL's need to be filled into the ICEPAY or Mollie website. If you done that, youll get your Merchant ID and ICEPAY secret code. These info can be filled also on this page.

ICEPAY Merchant ID *
ICEPAY secret code *
eCommerce valuta *
ICEPAY Taal *

or

Mollie Merchant ID *
Mollie secret code *
eCommerce valuta *
Mollie Taal *

Good luck

Regards
koffiebonen replied on at Permalink Reply
koffiebonen
Dear R4YM3,

Thanks for your reply,

I'don't see the Mollie payment gateweway below "payment & sales tax"

What is the problem?

Regards,
Rik
R4YM3 replied on at Permalink Reply
R4YM3
That's odd.
If i got some spare time tonight i will look into it.

Have you tried support of the addon?

Regards
Raymond
koffiebonen replied on at Permalink Reply
koffiebonen
Yes, I have tried.

Looking forward to receiving your reply!

Regards,
Rik
koffiebonen replied on at Permalink Reply
koffiebonen
Beste Raymond,

Mollie werkt nog steeds niet en zo kan ik de klanten nog geen iDEAL
aanbieden.
Wat is het probleem. Ik heb de instructies opgevolgd, maar het werkt niet.
Wat gaat er fout?

Ik zie je reactie graag tegemoet,

Met vriendelijke groet,
Rik van der Kooij

Van der Kooij Retail - Koffiebonenthuisbezorgd.nl
Weidedreef 96 3947 NW LANGBROEK

tel 06-10883345
info@koffiebonenthuisbezorgd.nl www.www.koffiebonenthuisbezorgd.nl...

.......elke dag genieten!
----- Original Message -----
From: "concrete5 Community" <discussions@concretecms.com>
To: <wfvanderkooij@solcon.nl>
Sent: Monday, November 05, 2012 2:42 PM
Subject: ICEPAY of Mollie in Concrete5.6.0 : Building with concrete5
jvanleeuwen replied on at Permalink Reply
jvanleeuwen
Hallo Rick,

Deze post is al lang geleden, en ik zag dat je nu een Wordpress site hebt ipv. Concrete5, maar heb je ooit een oplossing gekregen voor het niet werken van de AddOn?

Vriendelijke groet,
J van Leeuwen
koffiebonen replied on at Permalink Reply
koffiebonen
Hallo Van Leeuwen

Bedankt voor uw mail,

Nee, ik heb daar nooit een oplossing voor gehad. En ben toen overgegaan naar WordPress icm Prestashop.

Met vriendelijke groet,
Rik van der Kooij

Van der Kooij Retail - Koffiebonenthuisbezorgd.nl
Weidedreef 96 3947 NW LANGBROEK

tel 06-10883345

E-mail : info@koffiebonenthuisbezorgd.nl
Website:www.www.koffiebonenthuisbezorgd.nl...



Bezoek ons ook op Facebook | LinkedIn | Google+



-----Oorspronkelijk bericht-----
Van: concrete5 Community [mailto:discussions@concretecms.com]
Verzonden: woensdag 20 januari 2016 10:09
Aan: wfvanderkooij@solcon.nl
Onderwerp: ICEPAY of Mollie in Concrete5.6.0 : Building with concrete5