> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Store Settings

This article explains how to configure the way numbers, such as prices and quantities, are displayed in your web store and web store offers.

Use the controls on the Store Settings page—dropdown menus, toggles, and numeric inputs—to set these formats. Below is a breakdown of each store setting and how to configure it.

### Configure number formats and abbreviations

**To configure number formats and abbreviations:**

1. In the Publisher Dashboard, go to **Settings** > **Store Settings**.
2. Locate the section you want to configure:
   * **Bundle and Popup**
   * **Balance**
   * **Special Offer**
   * **Rolling Offer**
   * **Progress Bar**
3. Configure the settings for each section:
   * **Thousands separator:** Symbol used to separate thousands, for example, `1,000` or `1.000`.
   * **Decimal separator:** Symbol used to indicate a decimal place, for example, `1.0`.
   * **Magnitude abbreviation:** Select **Yes** or **No** to enable each abbreviation (K, M, B, T, Q, Qi).
   * **Digits-based abbreviation:** Select **Yes** or **No** to set the abbreviation threshold by digit count rather than by magnitude.
   * **Max digits without shorthand:** Enter a value to set the maximum number of digits displayed before a number is abbreviated.
4. Click **Update** to save your changes.

### Magnitude abbreviations

Control whether large numbers are shortened using a letter suffix. Each magnitude can be enabled independently:

| Field                        | Abbreviation | Example                         |
| ---------------------------- | ------------ | ------------------------------- |
| Abbreviate thousands (K)     | K            | 1,000 → 1K                      |
| Abbreviate millions (M)      | M            | 1,000,000 → 1M                  |
| Abbreviate billions (B)      | B            | 1,000,000,000 → 1B              |
| Abbreviate trillions (T)     | T            | 1,000,000,000,000 → 1T          |
| Abbreviate quadrillions (Q)  | Q            | 1,000,000,000,000,000 → 1Q      |
| Abbreviate quintillions (Qi) | Qi           | 1,000,000,000,000,000,000 → 1Qi |
