Twisto Merchant Widgets
Why promote Twisto
- By promoting Twisto throughout the shopping process, the average order value increases. A customer who sees the benefits of Twisto throughout the shopping process is more likely to complete their order than a customer who stumbles upon Twisto at the end of the shopping process in the payment method selection.
- The visibility of Twisto during the shopping process influences how the customer pays for the order. Once a customer knows about Twisto during the shopping process, they are more likely to choose it as a payment method rather than cash on delivery.
What are widgets
- A widget is a smart element for a web page that you use to display specific information on your e-shop. A widget consists of a simple code or script.
Why add Twisto widgets to your e-shop
- Use Twisto widgets to easily explain to your customers on your e-shop how Twisto works and what its benefits are.
- Add Twisto widgets in just a few clicks. No need to develop or integrate them.
What Twisto widgets we have
- Banner widget for Twisto Pay in 30 days
- Banner widget for Twisto Pay in three
- Checkout widget for Twisto Pay in 30 days
- Checkout widget for Twisto Pay in three
How Twisto widgets work
- You add two parts of the code to your e-shop.
- With these codes, you can show your customers information about how Twisto Deferred Payment and Twisto Pay in three work.
- Next, you can customize the Twisto widgets based on how you want them to appear to the customer - you can change the theme and layout of the Twisto widget.
How to add Twisto widgets to your e-shop
- Below you will find instructions on how to add Twisto widgets to your e-shop.
- If you have any questions about Twisto widgets, please contact us at ➡️ obchod@twisto.cz
Widget variants
Banner Twisto pay in 30 days
Step 1: Add this script to the page ⬇️
<script src="https://cdn.twistopay.com/widget/twisto-widget.js" async></script>
Step 2: In the body of the page, in the place where you want the Twisto widget to appear, insert this script ⬇️
<twisto-widget product="pay-in-30-days" language="en"></twisto-widget>
- And there you have it. If you don't want to modify the Twisto widget further, you're done.
- The Twisto widget will appear on your e-shop like this ⬇️
- Would you like to edit the Twisto widget? Continue to the next point ➡️ How to edit Twisto widgets.
Banner Twisto Widget pay in three
Step 1: Add this script to the page ⬇️
<script src="https://cdn.twistopay.com/widget/twisto-widget.js" async></script>
Step 2: Insert this script into the body of the page where you want the Twisto widget to appear ⬇️
<twisto-widget
product="pay-in-3"
merchant-name="ESHOP_NAME"
amount="AMOUNT"
currency="PLN"
language="en"
>
</twisto-widget>
Step 3: Change this attribute: marchant-name="ESHOP_NAME" to the name of your e-shop. For example, after the change, the attribute will look like this: marchant-name="Rohlik"
Step 4: You must always pass the product price to the amount attribute.
- And there you have it. If you don't want to edit the Twisto widget further, you're done.
- The Twisto widget will appear on your e-shop like this ⬇️
- Would you like to edit the Twisto widget? Continue to the next point ➡️ How to edit Twisto widgets.
Checkout Twisto pay in 30 days
Step 1: Add this script to the page ⬇️
<script src="https://cdn.twistopay.com/widget/twisto-widget.js" async></script>
Step 2: In the body of the page, in the place where you want the Twisto widget to appear, insert this script ⬇️
<twisto-checkout-widget
product="pay-in-30-days"
language="en"
></twisto-checkout-widget>
- And there you have it. If you don't want to modify the Twisto widget further, you're done.
- The Twisto widget will appear on your e-shop like this ⬇️
- Would you like to edit the Twisto widget? Continue to the next point ➡️ How to edit Twisto widgets.
Checkout Twisto Widget pay in three
Step 1: Add this script to the page ⬇️
<script src="https://cdn.twistopay.com/widget/twisto-widget.js" async></script>
Step 2: Insert this script into the body of the page where you want the Twisto widget to appear ⬇️
<twisto-checkout-widget
product="pay-in-3"
amount="AMOUNT"
currency="PLN"
language="en"
>
</twisto-checkout-widget>
Step 3: You must always pass the product price to the amount attribute.
- And there you have it. If you don't want to edit the Twisto widget further, you're done.
- The Twisto widget will appear on your e-shop like this ⬇️
- Would you like to edit the Twisto widget? Continue to the next point ➡️ How to edit Twisto widgets.