# How to create a percentage discount on my store?

1. **Go to the app Dashboard and Click on 'Create discount'**<br>

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

2. **Select the Discount type** as **Percentage** (default option when you create a discount).<br>

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

3. **Choose what stock you want to apply the discount to:**
   1. **Products**: Apply the discount to specific individual products by selecting them from your inventory.
   2. **Collections**: Apply the discount to an entire product collection (e.g., all items in a specific category).
   3. **Entire Store**: Apply the discount site-wide, covering all products in your store.

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

4. **Enter the percentage** you want to offer.<br>

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

5. **Select customer eligibility:**
   * **All customers**: All logged-in customers will see the discounted prices on your storefront.
   * **Customer selection rule**:

     * **Select customers manually**: Choose from your customer list.
     * **Use customer tags**: Apply discounts based on customer tags.<br>

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

6. **Save the discount and Test it on your storefront**:
   * Go to your storefront, log in, and verify the discounted prices on the product page, collection page, cart page, and checkout.\ <br>

     <figure><img src="/files/isIEh9DgPz3aTuTvKHS4" alt=""><figcaption><p>Collection page</p></figcaption></figure>

     <figure><img src="/files/6dxyBr9W6owHNlBRHHKu" alt=""><figcaption><p>Product page</p></figcaption></figure>

     <figure><img src="/files/ErsgYNw5CNlG8t2ZuLNr" alt=""><figcaption><p>Cart page</p></figcaption></figure>

     <figure><img src="/files/1JW4IEYw0lZcfWLnCV8s" alt=""><figcaption><p>Checkout page</p></figcaption></figure>

**Can't see discounts on the storefront?  Reach out to chat support or <support@lockpro.io>.**


---

# 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.wholesalepro.app/wholesale-pro/how-to-create-a-percentage-discount-on-my-store.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.
