The SkipOffersButton feature has been specifically implemented to allow customers skip combination and comparison (or upgrade) offers when the lists are too long. This enables customers to jump to the next page without needing to scroll to the bottom of the page to press the Continue button.
Skip and continue
Update Data-Config
To enable the feature, add the below piece of code in the data-config
attribute of your checkout script, see the Implementation Guide for more information.
"features": {
"showSkipOffersButton": true // Default: false
}
Simply adding this feature in the data-config
enables the feature on all products in the checkout. To limit this feature to specific products, specify the product ID in the data-config
attribute.
β
You can add the showSkipOffersButton
feature to your script or button configuration.
<script src="https://cdn.checkout.ventrata.com/v3/production/ventrata-checkout.min.js" type="module" data-config='{"apiKey":"<YOUR_API_TOKEN>", "features": { "showSkipOffersButton": true } }'></script>
Show Skip Offers Button Flow
The customer selects a product. They choose the number of tickets and tour time, if available. Before the reaching the payment step, they are presented with optional upgrade or combination offers.
If the customer is not interested in either option, they can use the Skip and continue button near the top of the widget to continue directly to checkout.
Skip Offers Button Flow
β