Get started
Customization
Compatible plugins
Here you will find a list of plugins that we have confirmed compatible with Klarna Checkout for WooCommerce.
Please note that these are third party plugins and that a change out of our control can result in the plugins not being compatible for a period of time.
Google Analytics / E-commerce tracking
- Enhanced Ecommerce Google Analytics Plugin for WooCommerce
Confirmed compatible for the Google Analytics functions. The functions for Google AdWords and Google Shopping are not tested. - Google Tag Manager for WordPress
Good resources to start with is how to setup Enhanced E-commerce tracking and the rest of the How To articles around the plugin and Google Tag Manager. - MonsterInsights Pro & E-Commerce addon
Gift Cards
Use this snippet to show the “Send coupons to…” or “Your order contains coupons…” box for Smart Coupons in the checkout for Klarna Checkout for WooCommerce:
add_action('kco_wc_after_order_review', 'custom_add_smart_coupon_field');
function custom_add_smart_coupon_field() {
do_action('woocommerce_checkout_after_customer_details');
}
Use this snippet to show the “Have a gift card?” box for YITH WooCommerce Gift Cards in the checkout for Klarna Checkout for WooCommerce:
add_action('kco_wc_after_order_review', 'custom_add_smart_coupon_field');
function custom_add_smart_coupon_field() {
do_action('woocommerce_review_order_before_payment');
}
Multi-currency
- Aelia Currency Switcher for WooCommerce
- Aelia Tax Display by Country for WooCommerce
- WooCommerce Multilingual – run WooCommerce with WPML
- WOOCS – WooCommerce Currency Switcher