# Why Is only one pre-order product added to the cart?

If you're only able to add **one pre-order product** to the cart, it could be due to the following reason:

* **Old Pre-order Model with Discount or Partial Payment Enabled**\
  When using the old pre-order model **combined with Discount or Partial Payment features**, the system is limited to processing **only one pre-order product at a time**.

Additionally:

* Clicking the **Pre-order** button in this setup will **redirect customers directly to the checkout page**, bypassing the cart. This prevents multiple pre-order products from being added together.

***

> ✅ **Tip:** If you want customers to add multiple pre-order items to the cart, consider switching to the **new pre-order model** without enabling discount/partial payment features or contact support for a solution

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

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

You can understand more about how the new model works from [here](/pre-order/pre-order/shopify-selling-plan-and-legacy-model.md).&#x20;

#### 📩 Need Help?

If you encounter any difficulties during setup, please don’t hesitate to reach out via **chat** or email us at **<hi@globosoftware.net>**. We're always here to help!


---

# 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://docs.globo.io/pre-order/faqs/why-is-only-one-pre-order-product-added-to-the-cart.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.
