I need help on this one. What does this message mean? It pops up in my Klarna one page checkout cart. See screen shot below. The code in the file (197 starts with $tax_rate = $cart->)
if (isset($cart->pricesUnformatted ['shipmentValue'])) {
$price = $paymentCurrency->convertCurrencyTo(
$method->payment_currency,
$cart->pricesUnformatted ['shipmentValue'] + $cart->pricesUnformatted['shipmentTax'],
FALSE
);
$tax_rate = $cart->pricesUnformatted['shipmentTax'] / ($cart->pricesUnformatted['shipmentValue'] - $cart->pricesUnformatted['shipmentTax']) * 100;
$name = JText::sprintf ('VMPAYMENT_KLARNA_CHECKOUT_ONEPAGE_SHIPPING', strip_tags($cart->cartData['shipmentName']));
$korder['cart']['items'][] = array(
'reference' => 'shipping',
'name' => substr($name, 0, 127),
'quantity' => 1,
'unit_price' => $this->formatCurrency($price),
'discount_rate' => $this->formatCurrency(0),
'tax_rate' => $this->formatCurrency($tax_rate)
);
}
[attachment cleanup by admin]
Hello
The klarna payment you are using, is not the one provided in the core.
So i cannot help you.
May be you can contact the developer
Well no, it's the new Klarna One page checkout, I know. But the code / error don't tell anybody what it might be?
Hello
Quote, it's the new Klarna One page checkout
Where did you get that from?
From Klarna and a company that installs it for free on VM2. Klarna certified developer. Or whatever it's called. "Me novice" ;)
Hi!
Have you managed to get past this?
Any progress?
For us to be able to help you further, it would be great if you could supply us with some more info regarding the matter.
Do you get any more specific error codes?
If you need any more feedback or questions, feel free to send an email straight to integration@klarna.com
Kind regards
Klarna integration.