Docs
You are viewing:
Product Catalog 2.0
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. Customize 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].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.
All features of Chargebee pricing table are currently available for all users for free.
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?