We have a single-website, single-language, single-country, single-channel site with Klarna Checkout.
We are expanding to a single-website, multi-language, multi-country, multi-channel site like this:
- www.shop.se - its own channel in Litium, country = Sweden, language = sv-SE, same website, its own domain name
- www.shop.dk - its own channel in Litium, country = Denmark, language = da-DK, same website, its own domain name
Klarna has told us that we should use the same merchant (and same merchant ID) for all countries. All countries and currencies are enabled on the klarna merchant.
-
We’re not sure how to configure Klarna Add-On v3 (i.e.,
Litium.AddOns.Klarna.dll.config
) to support the intended setup:<paymentAccounts> <paymentAccount paymentAccIdentifier="SE" merchantId="K12345" salesCountry="SE"> </paymentAccount> <!-- More paymentAccounts here? And how should they be configured? --> </paymentAccounts>
Should we add one <paymentAccount>
per channel=country=language=domain? And if so, what should the payment account identifier and sales country be? (What is the payment account identifier even used for?)
-
We’re also not sure if anything needs to be done to the payment method configuration in Litium. Currrently we have only a single payment method “Klarna Checkout v3”. It has a display name in all languages.
-
Is there anything else we need to do to make this work?
Litium version: 7 + accelerator