VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: ceitean on April 24, 2015, 16:21:57 PM

Title: Klarna invoice vm3
Post by: ceitean on April 24, 2015, 16:21:57 PM
Hello,

I am working upgrading to VM3 and I have a problem with klarna. One thing is that klarna data collected from session cannot be rendered.
$sessionKlarnaData = (object)json_decode($sessionKlarna,true );
line 409 in klarnahandler.php

Has anybody else used klarna on vm3 or has this code been tested on VM3?
Im testing on php 5.5, and supposedly the api code by klarna only works for 5.3, although I haven't reached the addarticle function yet.

Any feedback is appreciated, regards, Andrew

Title: Re: Klarna invoice vm3
Post by: nub on May 06, 2015, 15:57:10 PM
I am working on the same problem but i think i will fail here too.

Is there ANY chance to get Klarna running on VM3?

(Klarna Invoice, *not* Klarna Checkout)
Title: Re: Klarna invoice vm3
Post by: ceitean on May 06, 2015, 22:40:00 PM
Hi nub,

Stan from Rupostel fixed the problem, check here:

http://www.rupostel.com/phpBB3/viewtopic.php?f=7&t=1170&sid=caf89bf35e19c023b792ad067ae770a9

We are now running klarna and it is working fine.
regards
Title: Re: Klarna invoice vm3
Post by: nub on May 08, 2015, 17:29:30 PM
Thank you ceitean!

for me it doesnt work out of the box, but i am in contact with stan and he will try to help me next week.

The RuposTel OPC is the only way to get Klarna running in VM3?