# Discount

<figure><img src="/files/ocVJ06ecQFURl57txq1k" alt=""><figcaption></figcaption></figure>

## Overview

A customizable discount code display component that allows users to easily copy discount codes to their clipboard. Features a disabled input field showing the discount code and a copy button with dynamic text feedback.

## Common use cases

* Display promotional discount codes in cart drawers or promotional sections
* Provide easy copy-to-clipboard functionality for discount codes
* Combine with other promotional content blocks for comprehensive marketing
* Create accessible discount code displays with clear button contrast

## Block settings

### General

| Setting                | Description                 | Options                   |
| ---------------------- | --------------------------- | ------------------------- |
| Show advanced settings | Reveals visibility settings | Checkbox (default: false) |

### Content

| Setting       | Description                  | Options                      |
| ------------- | ---------------------------- | ---------------------------- |
| Discount code | The discount code to display | Text input (default: SAVE10) |

### Spacing

| Setting                   | Description                                | Options                   |
| ------------------------- | ------------------------------------------ | ------------------------- |
| Enable horizontal padding | Adds horizontal padding around the content | Checkbox (default: false) |
| Enable top padding        | Adds top padding around the content        | Checkbox (default: false) |
| Enable bottom padding     | Adds bottom padding around the content     | Checkbox (default: false) |

### Color

| Setting      | Description                                 | Options                                                                                                                      |
| ------------ | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Button color | Controls the color style of the copy button | <p>• Primary<br>• Secondary (default)<br>• Tertiary<br>• Neutral<br>• Plain<br>• Outline<br>• Inverted outline<br>• Blur</p> |

### Display

| Setting    | Description                        | Options                                                                                                                            |
| ---------- | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Visibility | Controls when the block is visible | <p>• All (default)<br>• Mobile only<br>• Desktop only</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.brickspacelab.com/slab/content/blocks/basics/discount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
