> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-placing-an-order.md).

# Award points for placing an order

Configure the Place an order way to earn — points per dollar, earning conditions, product eligibility, active dates, and membership tier eligibility.

**Place an order** awards points for every dollar customers spend. Find it in **Loyalty Program → Points → Ways to earn**.

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2Fu7bEqBeBdRZMo0ypk5j8%2FScreenshot%202026-07-21%20at%201.18.37%E2%80%AFPM.png?alt=media&amp;token=605f9415-1b63-48ef-8470-38168d887ebb" alt="Place an order settings"><figcaption><p>The Place an order settings. The Summary panel restates your configuration in plain language.</p></figcaption></figure>

#### Points value

Set points for every `1` spent in your store currency. The currency comes from your store settings.

Set a **Display name** and **Description** for storefront loyalty widgets.

#### Earning conditions

Points are calculated after discounts. Choose whether points apply to:

* Discounted items via Roadmap or Shopify discounts.
* Orders containing loyalty point redemptions, where the customer [redeemed a reward](/loyalty-and-rewards/points-and-ways-to-earn/ways-to-redeem-points-overview.md).
* Shipping fees.

#### Product eligibility

Choose one option:

* **All products earn points**. This is the default.
* **All products earn points except** selected collections.
* **Only selected products earn points** from a collection.

{% hint style="warning" %}
Collection exclusions only catch products in that collection. Exclude checkout discount-code items through the discounted-items condition.
{% endhint %}

#### Active Dates

Set a **Start date and time**. Select **Set end date** for time-boxed offers.

#### Membership tier eligibility

Leave this empty for all customers. Select tiers to restrict the rule to those members.

{% hint style="info" %}
You can create several **Place an order** earners. When more than one applies, customers receive the most generous one.
{% endhint %}

#### Related guides

* [Ways to earn points: overview](/loyalty-and-rewards/points-and-ways-to-earn/ways-to-earn-points-overview.md)
* [Run a double-points promotion](/loyalty-and-rewards/points-and-ways-to-earn/run-a-double-points-promotion.md)
* [How to Stop Customers Earning Points on Discounted or Sale Items](/loyalty-and-rewards/points-and-ways-to-earn/how-to-stop-customers-earning-points-on-discounted-or-sale-items.md)
* [Limit Points Earning by Product, Variant, or Collection](/loyalty-and-rewards/points-and-ways-to-earn/limit-points-earning-by-product-variant-or-collection.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roadmap.so/loyalty-and-rewards/points-and-ways-to-earn/award-points-for-placing-an-order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
