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
| Attribute | Description | Type | Default value |
|---|---|---|---|
| combination | Combined offer. Currently: bnpl+pay-in-3. | String | null |
| layout | Widget presentation. Options: default or minimal. | String | default |
| language | Language. Options: cs, en or pl. | String | en |
| theme | Theme. Options: light or dark. | String | light |
| site | Redirect target. Can be cz or pl. | String | null |
| width | Widget width. Options: auto or full. | String | auto |
| amount | Product price. Required. | Number | null |
| currency | Currency. Required. For example, CZK, EUR, PLN, etc. | String | null |
| merchant-name | Your e-shop name. Required. | String | null |
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>