Checkout modifications

Solutions · 2 min read · Updated May 21, 2026

you want to modify the Tickera (or Bridge for WooCommerce) checkout in some specific way — adding fields, changing labels, applying validation, customizing post-purchase behaviour — and need the index of available recipes.

What’s in this section

Each recipe below tackles a specific checkout customization. Most are small code snippets you drop into your child theme’s functions.php (or a custom plugin); a few involve installing a free add-on plugin we provide. Apply only the ones you need.

Restricting who can buy

Pricing & fees

Buyer-facing UX

Building your own

If you need a checkout modification that’s not in the list above, write a small custom plugin (or child-theme functions.php snippet) using Tickera’s hooks and filters. The recipes here all use the same pattern — they’re examples you can copy and adapt.

Related

Was this article helpful?

Yes — great. No or partially? Tell us what was missing — we read every message and use it to improve these docs.