Skip to main content

Kustom Elements

Easily embed payment methods, delivery options, and express checkout buttons on your storefront with a single HTML tag

Updated yesterday

Overview

Kustom Elements are lightweight web components that let you add Kustom features to your storefront without building heavy integrations. Each element is a simple HTML tag that you embed where you want it: product pages, landing pages, cart or footer with minimal styling so it fits your layout. Use them to show available payment methods, display delivery options or add express checkout buttons
​

Currently, the following Elements are available:

  • Payment logos: Display accepted payment methods at checkout

  • Delivery logos: Display available delivery carriers


Where to find Elements

Elements are managed directly in the Kustom Portal. To access them:

  1. Log in to the Kustom Portal

  2. In the left-hand navigation menu, click Elements

  3. Select either Payment logos or Delivery logos


Payment logos

Payment logos allow you to display the payment methods accepted in your store such as Visa, Mastercard, Apple Pay, Klarna and more directly on your website.

How to set up payment Logos

  1. Navigate to Elements > Payment logos in the Kustom Portal

  2. Select your Store from the dropdown

  3. Choose your locale (e.g. en-SE). This determines which payment methods are shown for that market

  4. Copy the HTML tag displayed in the embed section:

   <kustom-payment-method-display locale="en-SE"></kustom-payment-method-display>
  1. Paste the tag in your website's HTML where you want the logos to appear

  2. To add your domain, click Edit domains in the top-right corner

  3. To retrieve the full script, click Copy script

Note: The logos displayed will automatically reflect the payment methods enabled for the selected locale.


Delivery logos

Delivery logos allow you to display the delivery carriers available in your store, giving customers visibility into their shipping options before reaching checkout.

How to set up delivery logos

  1. Navigate to Elements > Delivery logos in the Kustom Portal

  2. Select your Store from the dropdown

  3. Choose your locale (e.g. en-SE). This determines which carriers are shown for that market

  4. Copy the HTML tag displayed in the embed section:

   <kustom-delivery-method-display locale="en-SE"></kustom-delivery-method-display>
  1. Paste the tag in your website's HTML where you want the logos to appear

  2. To add your domain, click Edit domains in the top-right corner

  3. To retrieve the full script, click Copy script

Note: The logos displayed will automatically reflect the delivery carriers available for the selected locale.


Technical guide

For a more detailed integration guide, please see our Kustom Docs documentation for Kustom Elements.

Did this answer your question?