> For the complete documentation index, see [llms.txt](https://easify.gitbook.io/easify-box-bundle-builder-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easify.gitbook.io/easify-box-bundle-builder-docs/sales-lab/first-sale-cheat-sheet/verify-cart-and-checkout-accuracy.md).

# Verify Cart & Checkout Accuracy

Your box page looks great. Prices are correct. Discounts apply. Stock counts are accurate. But there’s one more place where things can go wrong: the cart and checkout.

A customer builds their perfect box, clicks “Add to cart,” and then… the price changes. Or the discount disappears. Or something just feels off. That’s a lost order.

**🎯 Why this helps you get that first order**

The cart and checkout are where customers make their final decision. If everything matches what they saw on the box page, they feel confident completing the purchase. If something breaks, they abandon the cart. It’s that simple.

<figure><img src="https://easifyapps.com/wp-content/uploads/2026/05/image-28-1024x523.png" alt=""><figcaption></figcaption></figure>

## How to test <a href="#id-0-toc-title" id="id-0-toc-title"></a>

{% stepper %}
{% step %}

### Step 1: Build a real box

Go to your live box page and build a box from start to finish. Select products, add custom fields, apply any discounts.
{% endstep %}

{% step %}

### Step 2: Go to checkout

Click ***Checkout*** to see the checkout page.

<figure><img src="https://easifyapps.com/wp-content/uploads/2026/05/image-29-1024x464.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 3: Compare everything

Check that the total price matches what you saw on the box page. Confirm that any discounts still apply. Make sure all selected products and options are listed correctly.

<figure><img src="https://easifyapps.com/wp-content/uploads/2026/05/image-28-1024x523.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 4: Test a second scenario

Try a different combination – more products, fewer products, a different discount tier. See if the cart behaves the same way.

Once you’ve confirmed that prices and discounts survive the trip to checkout, there’s one final step before you’re truly done: checking the order detail page. This is where you and your customer see exactly what was purchased – box contents, customizations, prices, and all.

Next up: [***“Check Order Detail – Everything in the Right Place”***](broken://pages/30r5pdkt2irsXGcc9j3Q)*.*
{% endstep %}
{% endstepper %}

## Need assistance? <a href="#id-5-toc-title" id="id-5-toc-title"></a>

If prices or discounts break somewhere between the box page and checkout, click the live chat in the bottom-left corner. We’ll help you track down the issue and get it fixed.


---

# 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://easify.gitbook.io/easify-box-bundle-builder-docs/sales-lab/first-sale-cheat-sheet/verify-cart-and-checkout-accuracy.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.
