Docs
Listed here are answers to some of the commonly asked questions about Chargebee Pricing Table.
Currently, Chargebee Pricing Table does not support showing Addons or Charges on your pricing page. However, you can show Addons or Charges inside the Chargebee Checkout widget.
You have the option to customize every color on the pricing page. You can choose from one of the preset color templates or individually customize the five color elements. Customise colors of your pricing page.
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]
Additionally, if you are using the function setVisitor()
to pass certain visitor information such as Name, Email etc, you can also append the visitor variables in the URL, for eg: {{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=%7B%7Bitem.billingSystemId%7D}&price={{price.billingSystemId}}&email={{visitor.email}}&name={{visitor.firstName}}
All the variables are case sensitive. Ensure to include them in the exact capitalisation 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.
All features of Chargebee Pricing Table is currently available for all users for free.
The pricing pages and associated data are stored in Chargebee servers in a US Datacenter. Note that all data relevant to your pricing pages will be stored in the US data centre irrespective of your data hosting region.