Docs
Growth
This guide walks you through the process of setting up and launching your first pricing table with Chargebee. You'll learn how to customize your pricing table and share it with your customers or integrate it within your website or application.
Follow this guide to create and customize pricing tables.
You can customize the experience for both new users and returning subscribers individually. Key customization options include managing your product catalog by adding, removing, or reordering plans; editing plan details such as descriptions, pricing, and feature lists; configuring currency and billing frequency options; customizing button text and behavior; and tailoring the branding to align with your company's visual identity.
As you make these changes, you can click Preview to preview the pricing page on a separate tab.
After you create and configure pricing tables in Chargebee Growth, you can do either of the following.
Use Chargebee.js and (optionally) the Chargebee REST APIs to embed Chargebee Growth pricing tables in your website or app.
For examples and use cases, see this section in the Chargebee Growth installation guide.
Listed here are answers to some of the commonly asked questions about Chargebee pricing table.
Yes. To pre-populate customer details on the Chargebee Checkout widget, you can use the functions setVisitor(), setBillingAddress(), or setQuantity(). You can also control whether these fields should be editable by your customers or not.
Yes, you can append the following query parameters with your URL to populate variables:
item.billingSystemId (This will populate the item ID from Chargebee).price.billingSystemId (This will populate the item price ID from Chargebee).quantity (This will populate the item quantity selected by the visitor via the quantity slider).setVisitor() to pass certain visitor information such as name, email, etc., you can also append the visitor variables in the URL, e.g., visitor.email or visitor.customFields.cf_name. Click here to know the full list of fields present within the visitor object that you can append as query parameters.Example URL
http://www.chargebee.com/?item={{item.billingSystemId}}&price={{price.billingSystemId}}&email={{visitor.email}}&name={{visitor.firstName}}
Note:
All the variables are case-sensitive. Ensure to include them in the exact capitalization mentioned above.
You need to set up redirection individually for every plan within your product catalog. You can set a redirect URL for each of your plans by navigating to Chargebee Billing > Product Catalog > Plans.
The pricing pages and associated data are stored in Chargebee servers in a US data center. Note that all data relevant to your pricing pages will be stored in the US data center irrespective of your data hosting region.
Was this article helpful?