New in Chargebee: Explore Reveal and understand your payment performance end-to-end.Try Now
Docschargebee docs
HomeBillingCPQPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Getting Started


  • Overview
  • Chargebee Billing Data Centers
  • Object Relationship Model
  • Understanding Sites
  • Chargebee Tech Glossary
  • Articles and FAQ

Implementing Chargebee


  • Implementation Guide
  • Go-live Checklist
  • Articles and FAQ

Agentic AI


  • Chargebee Copilot
  • MCP Servers

Developer Resources


  • Developer Resources Overview
  • API Explorer
  • Articles and FAQ

Chargebee Apps


  • Chargebee Apps CLI Developer Guide

Product Catalog


  • Product Catalog Overview
  • Coupons
  • Articles and FAQ

Subscriptions


  • Working with Subscriptions
  • Billing
  • Orders
  • Articles and FAQ

Customers


  • Managing Customers
  • Account Hierarchy
  • Email Notifications
  • Branding
  • Configure Multiple Languages
  • Articles and FAQ

Entitlements


  • Entitlements Overview
  • Features Overview
  • Feature Management
  • Managing Product Entitlements
  • Subscription Entitlements
  • Customer Entitlements
  • Grandfathering Entitlements
  • Articles and FAQ

Usage Based Billing


  • Understanding Usages
  • Setting up Usage Based Billing
  • Usage Alerts
  • Prepaid credits

Invoices and Credit Notes


  • Invoices
  • Credit Notes
  • Quotes [Legacy]
  • Transactions
  • Articles and FAQ

Taxes


  • Overview
  • Configuring Taxes
  • Country-specific Taxes
  • Articles and FAQ

Hosted Capabilities


  • Overview
  • Hosted Checkout
  • Hosted Self-Serve Portal
  • Hosted Pages Features
  • Additional Hosted Pages
  • Payment Components
  • Pricing Table
  • Managing Payments with Chargebee.js
  • Mobile-Optimized Hosted Pages
  • Articles and FAQ

Site Configuration


  • Users & Roles
  • Custom Fields & Metadata
  • Approvals
  • Mandatory Fields
  • File Attachments & Comments
  • Advanced Filter Options
  • Multicurrency Pricing
  • Multi-decimal Support
  • Configuring Reason Codes
  • Events and Webhooks
  • API Keys
  • Time Zone
  • Time Machine
  • Transfer Configurations
  • Articles and FAQ

Multi Business Entity


  • Multi Business Entity Overview
  • Customer Transfer Overview
  • Articles and FAQ

Mobile Subscriptions


  • Overview
  • Omnichannel Subscriptions
  • Omnichannel One-Time Orders
  • Mobile Subscriptions (Legacy)

Reports and Analytics


  • RevenueStory
  • Home Dashboard
  • Frequently Asked Questions
  • FAQs for Classic Reports Sunset
  • Articles and FAQ

Integrations


  • Sales
  • Customer Support and Success
  • Finance
  • Tax
  • eInvoicing
  • Marketing
  • Stitch
  • Collaboration
  • Contract Management
  • Ecommerce Management
  • Articles and FAQ

Data Privacy & Security


  • Two Factor Authentication
  • SAML Single Sign-On
  • System for Cross-Domain Identity Management (SCIM)
  • EU-GDPR
  • Consent Management
  • Personal Data Management
  • Compliance Certificates
  • HIPAA Guidelines
  • PCI Recommendations and Integration Types
  • Articles and FAQ

Data Operations


  • Bulk Operations
  • Migration
  • Articles and FAQ
  1. Billing
  2. Hosted Capabilities
  3. Articles and FAQ
  4. Configurations
  1. Billing
  2. Hosted Capabilities
  3. Articles and FAQ
  4. Configurations

Why the quoted plan quantity is different after the checkout for the new subscription?

Problem Statement

You want to understand why the quoted plan quantity is different after the checkout for the new subscription.

Scope

Why the quoted price is different after the checkout for the new subscription?

Summary

Once you create a quote for a new subscription, an email with be sent with all the details. Once the customer accepts the quoted price, if 'Allow customers to edit the quantity for plans' & 'Allow customers to change the addon quantity' is enabled under Checkout & Self-Serve Portal settings, customers will be able to change the quantity on the checkout page.

There are two ways to restrict quantity on Checkout.

1. To fix the quantity for all Plans, Addons, Charges

Allow customers to edit the quantity for plans' & 'Allow customers to change the addon quantity' should be disabled under Checkout & Self-Serve Portal page**.**

2. To fix the quantity for specific Plans, Addons, Charges

  • Click on Edit Plan/Addon/Charge details page
  • Select the specific price point and click edit the price point to update the JSON metadata
  • Then paste the below JSON metadata. You can mention any specific quantities on this script, for instance, we have set the quantity as '10' and then click 'Update'.
{
  "quantity_meta": {
    "values": [
      10
    ],
    "type": "fixed"
  }
}

Solution

1. To fix the quantity for all Plans, Addons, Charges

Navigate from Settings > Checkout & Self-Serve Portal > Checkout. Toggle and disable **> 'Allow customers to edit the quantity for plans' & **'Allow customers to change the addon quantity'

image

Refer to this link for a visual reference to know the differences before and after disabling these settings.

2. To fix the quantity for specific Plans, Addons, Charges

  • Open the specific Plan/Addon/Charge details page

  • Select the specific price point and click edit the price point to update the JSON metadata

    image
    image

  • Then paste the below JSON metadata. You can mention any specific quantity on this script, for example, we have set the quantity as '10' and then click 'Update'.

{
  "quantity_meta": {
    "values": [
      10
    ],
    "type": "fixed"
  }
}

You can also refer to this link for visual reference.

Screenshot after restricting quantity to 10 using JSON Metadata.

                       **Before**                                                                              **After**
image
image

Note: By default, the accept quote link with not be available on the default email cotent. You need to update mail merge field quote.accept_quote_link by navigating to Settings > Configure Chargebee > Email Notifications > Manual emails > Standard emails > Send quote > Edit > paste the mail merge field and click Publish.

image

Click to expand

Your content here.

Was this article helpful?