Checkout¶
Target Audience: Administrators, Developers
Overview¶
The checkout flow allows customers to purchase products directly without any additional marketplace configurations. This provides a straightforward way to sell packages and campaigns using a simple URL pattern.
URL Structure¶
https://example.shop.com/checkout/<product_code>
Where <product_code> is the unique identifier for the package or campaign you want to sell.
Use Cases¶
The checkout flow is ideal for:
- Direct links from email campaigns
- Landing pages promoting specific offers
- Marketing materials targeting a specific product
- Simple purchase flows where marketplace browsing is not needed
Configuration¶
No additional configuration is required in Payway beyond having a valid package or campaign. As long as the product exists and is active, it can be purchased through the checkout URL.
Integration with Tulo Shop¶
Tulo Shop automatically handles the entire purchase flow, including:
- Product validation
- Campaign ladder resolution (if the product is part of a ranked campaign group)
- Order validation (if configured for the package)
- Payment processing
- Subscription creation
All of these features work out-of-the-box with no additional configuration required.
Dynamic Templates¶
The checkout flow supports customization through dynamic templates, allowing you to tailor the appearance and functionality of your checkout experience:
- HTML Templates: Customize the structure and layout of checkout pages
- Receipt templates
- HTML Widgets: Add interactive components and custom functionality to enhance the user experience
- CSS Templates: Apply custom styling to match your brand identity and design requirements
These templates provide flexibility to create a unique checkout experience while maintaining the simplicity of direct product links.