Add tips selection to the checkout
Last updated
Was this helpful?
Last updated
Was this helpful?
You can add a configurable block with tip selections for customers at the end of the checkout with JavaScript code.
To apply the JavaScript code, you need to enable Ecwid JS API on your storefront. To do so, set up a self-hosted JavaScript file running on your server and use the code example below.
Jump into the .
Start easily with the code example below:
This example adds a required extra field where customers must choose one of the tip options specified in the code (0%, 5%, 10%). By default, the last option is chosen when the extra field is required ('required': true
).
For customers, it will look like this:
You can specify your tip values by changing numbers and adding/removing objects in the options
array.
Full documentation on setting up extra fields with tips selection: