Klarna on VM3 (de/no/nl and other countries)

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Klarna on VM3 (de/no/nl and other countries)

Postby admin » Wed Apr 29, 2015 3:50 pm

Hello friends, we just discovered a bug within Klarna on VM 3.0.6.4 and possibly other versions around as well, which gives "PNO/SSN" not found.

To fix this problem, you may want to alter your klarna plugin's code:

\plugins\vmpayment\klarna\klarna.php

locate this line:
Code: Select all
$session->set ('Klarna', serialize($sessionKlarna), 'vm');

and replace with
Code: Select all
$session->set ('Klarna', json_encode ($sessionKlarna), 'vm');


on my installation, this is located at line 1531 (possibly moved a bit)

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Return to One Page Checkout for Virtuemart 3 on Joomla 3.x