> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/november-2025-enhancements/product-price-rounding-controls.md).

# Product Price Rounding Controls

We’ve added a new **“Product Price Rounding”** setting so you can control how prices are rounded across your store. You can choose to:

* Not round at all
* Round to the **nearest unit**
* Always **round up**
* Always **round down**

This rounding is applied:

* When you **bulk update prices** on a price list.
* When you **import prices** via DTF files.
* When updating prices on **individual products** in the back office, and it clearly shows which rounding rule is in use.

**Benefits for you**

* **Cleaner pricing**: Avoid unwanted cents showing on your storefront and in your back office.
* **Consistent prices everywhere**: Imports, price lists and individual product edits all behave the same.
* **Less manual work**: Use bulk updates instead of fixing prices one by one.
* **Professional look**: Present neat, predictable prices to your customers (e.g. 199 instead of 198.73).


---

# 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:

```
GET https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/november-2025-enhancements/product-price-rounding-controls.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.
