# Coins shop settings

<figure><img src="https://2833866240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjXBqDJjxO8HgWsUBESnx%2Fuploads%2FkOcsjJJcGFae1qOViqT6%2Fimage.png?alt=media&#x26;token=929769b3-9546-4abd-84ff-3c624079d32e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://www.gitbook.com/cdn-cgi/image/dpr=2,width=760,onerror=redirect,format=auto/https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FylsttW53swa3nBL2KBDZ%2Fblobs%2FH8FUxirhd48xQY0qx6aj%2Fimage.png" alt=""><figcaption></figcaption></figure>

### Coin Products Configuration

The Coins Shop Settings uses an array to define multiple coin purchase options. Each entry in the array represents a distinct product with its own Product ID and coin value.

#### Product Structure

Each coin product consists of two elements:

1. **Product ID**: A unique identifier for the in-app purchase product.
2. **Coin Value**: The number of coins the player receives upon purchasing this product.

#### Current Configuration

The image shows four coin products set up:

1. CoinsProduct1 (Product ID): 10 coins
2. CoinsProduct2 (Product ID): 25 coins
3. CoinsProduct3 (Product ID): 120 coins
4. CoinsProduct4 (Product ID): 150 coins

#### Adding or Removing Products

* To add a new coin product, click the '+' button at the bottom of the list.
* To remove a product, select it and click the '-' button.

### Best Practices

1. **Unique Product IDs**: Ensure each Product ID is unique and matches the identifier set up in your chosen in-app purchase platform (e.g., Google Play Store, Apple App Store).
2. **Value Progression**: Structure your coin products to offer better value for higher-priced options. This encourages players to consider larger purchases.
3. **Variety**: Offer a range of options to cater to different player spending habits, from small "impulse buy" amounts to larger quantities for committed players.
4. **Clear Labeling**: Although not shown in the Unity interface, make sure the in-game store clearly communicates the coin amounts and pricing for each product.
5. **Regular Updates**: Periodically review and adjust your coin products based on player purchasing patterns and feedback.
