The latest version of this cartridge is 24.5.0.
This version includes migration to SFRA version 7.0.0. The # With Klarna (SIWK) feature, which allows customers to quickly and securely # for your platform using their Klarna account information. Some bug fixes.
Klarna Bank AB (publ) is the leading global payments and shopping service, providing smarter and more flexible shopping and purchase experiences to 90 million active consumers across more than 250,000 merchants in 17 countries. Klarna offers direct payments, pay after delivery options and instalment plans in a smooth one-click purchase experience that lets consumers pay when and how they prefer to. Klarna is active in Europe, North America and Oceania, driven by 3500 employees. Read more here: https://www.klarna.com/international/about-us/corporate-governance/
The Klarna Payments cartridges enables integration of Klarna Payment solution on Commerce Cloud Storefront. The integration provides merchants the flexibility to offer choice of multiple Klarna Payment products based on site configurations. This repository contains the Klarna integrations with the Salesforce Commerce Cloud platform. There are two versions currently available for SiteGenesis Javascript Controller (SGJS) and Salesforce Reference Architecture (SFRA).
This repository is also pipeleines compliant. For more information contact Klarna.
int_klarna_payments
- Includes the base functionality used by SG controllers, pipeleines and SFRAint_klarna_payments_controllers
- Includes SG Controllers specific logicint_klarna_payments_sfra
- Includes SFRA specific logic
- Multiple locales support
- Klarna fraud notification updates for orders placed
- Enable multiple payment products for customer in Pay Now, Pay Later and Pay Over Time categories
- Leverages and supports standard Commerce Cloud checkout functionality such as but not limited to: cart updates, coupon codes, product level promotions, order level promotions, shipping level promotions, and more
- Support for gift cards and split payments (SiteGenesis only)
- Support for settling orders with Virtual Credit Cards issued by Klarna (Merchant Card Service)
- GDPR (EU) compliant checkout flow
- Enable Onsite Messaging placements on PDP, Cart, Header, Footer, and dedicated Info page
- BOPIS (Buy Now, Pay in Store) support with extra merchant data
- Support for Klarna Payment Method based promotions
- Support for adjusted price promotions with Gross Tax Policy
- Handling of rejected payment method - hide or gray out
- Klarna Express Button for convenient checkout experience
- Klarna Express Checkout on PDP, minicart and cart
For the manual, please see the Klarna Payments Integration Guide.pdf
file in the documentation
directory.
For the manual, please see the Klarna Payments SFRA Integration Guide.pdf
file in the documentation
directory.
npm install
- Install all of the local dependencies.
npm run compile:scss
- Compiles all .scss files and aggregates them.
npm run compile:js
- Compiles all .js files and aggregates them.
npm run lint
- Execute linting for all CSS & JavaScript files in the project.
npm run uploadSFRA
- Will upload int_klarna_payments_sfra
to the server. Requires a valid dw.json
file at the root that is configured for the sandbox to upload.
npm run uploadSG
- Will upload int_klarna_payments
to the server. Requires a valid dw.json
file at the root that is configured for the sandbox to upload.
In order to run the unit tests, do the following steps in the root of the project.
npm install
npm run test
In order to run the integration tests, do the following steps in the root of the project.
npm install
- Make sure you have a
dw.json
file pointing to a sandbox. - Make sure that the product id defined with
variantId
inhelpers\common.js
is pointing to a valid and online product. - Change
baseUrl
init.config.js
if necessary. npm run test:integration
Note: Sample dw.json
file
{
"hostname": "your-sandbox-hostname.demandware.net",
"username": "yourlogin",
"password": "yourpwd",
"code-version": "version_to_upload_to"
}
Cartridge functionality will be dependent on the availability of the Klarna API service. Current Klarna operational status can be viewed here - http://status.klarna.com/
Reporting core functionality issue in the Klarna cartridge technical integration – please contact commercecloud@klarna.com