> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/quo-volume-discount-tier-price/changelog.md).

# Changelog

## <mark style="color:blue;">Version: 1.0.1</mark> <mark style="color:blue;">|  May2026</mark>

* Added Post-Purchase Upsell offer feature
* Added customizable upsell offer flow
* Added Shopify Checkout post-purchase integration
* Added SMTP email configuration support

## <mark style="color:blue;">Version = 1.1.0</mark> <mark style="color:blue;">|  February 2026</mark>

#### 1. Code-Based Discount Enhancement

Discount codes are now **fully synchronized** across the customer journey.\
The selected discount code is automatically applied at checkout and **included in customer emails**, ensuring a consistent discount experience.

#### 2. UTM Analytics for Discount Tracking

Added **UTM Analytics support** to track discount code performance.\
When a discount code is shared via email and clicked, the customer is redirected with UTM parameters, and **conversions are tracked** once the order is placed.

#### 3. Flow App Templates for Discount Emails

Introduced **Flow app templates** to automate discount code email delivery.\
Merchants can select a template, activate the workflow, and **automatically send discount code emails** to customers.

#### 4. Total Quantity Count Discount

Added **Total Quantity Count** functionality that applies discounts based on the **total cart quantity**, while applying the discount only to selected products.


---

# 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://magecomp.gitbook.io/shopify/apps/quo-volume-discount-tier-price/changelog.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.
