twisto-combination-widget

Banner for combined offers — shows BNPL and Pay in 3 together in one widget.

Step 1: Add this script to the page ⬇️

<script src="https://cdn.twistopay.com/widget/twisto-widget.js" async></script>

Step 2: Insert the widget where you want it to appear ⬇️

<twisto-combination-widget combination="bnpl+pay-in-3" merchant-name="ESHOP_NAME" amount="AMOUNT" currency="CZK" language="en" ></twisto-combination-widget>

 

Attributes

AttributeDescriptionTypeDefault value
combinationCombined offer. Currently: bnpl+pay-in-3.Stringnull
layoutWidget presentation. Options: default or minimal.Stringdefault
languageLanguage. Options: cs, en or pl.Stringen
themeTheme. Options: light or dark.Stringlight
siteRedirect target. Can be cz or pl.Stringnull
widthWidget width. Options: auto or full.Stringauto
amountProduct price. Required.Numbernull
currencyCurrency. Required. For example, CZK, EUR, PLN, etc.Stringnull
merchant-nameYour e-shop name. Required.Stringnull

For a full list of available attributes, see How to edit Twisto widgets.

 

Examples

BNPL + Pay in 3

<twisto-combination-widget combination="bnpl+pay-in-3" merchant-name="ESHOP NAME" amount="2000" currency="CZK" language="en" ></twisto-combination-widget>

BNPL + Pay in 3 — minimal layout

<twisto-combination-widget combination="bnpl+pay-in-3" merchant-name="ESHOP NAME" amount="2000" currency="CZK" language="en" layout="minimal" ></twisto-combination-widget>