# Shopping Cart

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The cart is where the order total is calculated, along with discount coupons and estimated shipping and tax.

ScandiPWA respects the default Magento functionality of maintaining the shopping cart when switching the customer group. During login, the cart information is saved against the customer account, and once logged out, the shopping cart gets cleared.&#x20;

In the shopping cart, the customer can manage the number of items, gets an overview of the cart summary, and can apply a coupon code.&#x20;

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://3440518709-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-Ma9_OiE1uuad1y0q9cu%2F-Ma9a4uvVck2vt2DM5I9%2FSales%20-%20Test%20Suite.pdf?alt=media&token=56e8467e-8240-41e1-8aa4-5aecae0e09bf>" %}
Sales - Test Suite
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.5/sales/shopping-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.
