Skip to main content

How to Change the Checkout Widget Title in Embedded Mode

Use the embeddedTitle feature to display a localised 'Buy Tickets' title instead of the product name in embedded checkout mode.

The Embedded Title feature allows you to change the default widget title in embedded mode. Instead of showing the product name, you can it to a localised 'Buy Tickets' title.

You can choose between:

  • Product Name

    Default behaviour, displays the name of the product until the Checkout page.

  • Buy Tickets

    Replaces the product name with a translatable key shown in the selected language.

Product Name

Buy Tickets


Update Data-Config

By default, the widget title reflects product name. To replace it with the 'Buy Tickets' title, add the embeddedTitle feature using the buy-tickets key value in your data-config, see the Implementation Guide for more information.

"features": {
"embeddedTitle": "buy-tickets"
},

📒 NOTE

Only the buy-tickets key is supported. It is automatically localised into all supported languages. Custom titles or other keys are not supported.


Benefits of Using embeddedTitle

Consistent Branding

  • Avoid showing internal product names publicly.

🌍 Localisation

  • The 'Buy Tickets' label is automatically translated based on the customer's language settings.

🧩 Simplified Layout

  • Keeps the interface cleaner and more generic when embedding checkout across multiple products.

🎯 Improved UX

  • A universal call-to-action like 'Buy Tickets' is clearer for customers unfamiliar with the product name.

Did this answer your question?