Enable custom tips with a store profile setting
What's new
You can now enable the "Another amount" option for the tips block at the checkout, which allows customers to leave custom tips. This setting is also available with the REST API.
Changes in API
There is a new setting for managing the custom tips feature in the store. Find the new boolean field: /profile
> tipsSettings
> customTipSettings
. The field is available for both GET
and PUT
requests.
Documentation links
Get store profileGet basic information about an Ecwid store: settings, store location, email, etc.Update store profileUpdate main store settings, for example: store location, available languages, contact info, etc.Last updated
Was this helpful?