> For the complete documentation index, see [llms.txt](https://docs.roamingiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roamingiq.com/network-administrator-console/creating-a-new-venue/configure-venue-shopping-cart.md).

# Configure Venue Shopping Cart

If you have enabled the [Shopping Cart](/network-administrator-console/network-operator-settings/shopping-cart.md) as a Network Administrator, you may choose to override some of those settings for a specific Venue.

During the Venue Creation Wizard, you will be asked to make those modifications. You can separately navigate to the Venue Shopping Cart page by navigating to your Network Operator Console->Venues->View/Modify Venue->select the Venue->Shopping Cart.

### What Values Can I Override?

VAULT follows a decision-making logic when processing retail transactions for a Venue. First, it looks to the Venue settings for any overrides. If an override value is present, VAULT will use that Value instead of the [Network Operator's Shopping Cart](/network-administrator-console/network-operator-settings/shopping-cart.md) setting.

* Enable Shopping Cart: You can choose to enable or disable the shopping cart for a specific Venue. For example, if the [Shopping Cart](/network-administrator-console/network-operator-settings/shopping-cart.md) is enabled for the Network Operator, but disabled for the Venue, then this particular Venue will not be available for Shopping Cart based functions. All other Venues will remain available.
* Shopping Cart Price Discount: You can provide a universal discount across all of your [Service Plans](/network-administrator-console/network-operator-settings/service-plans.md) for this Venue.
  * **Important Note:** When you edit the venue discount, if there are existing subscriptions at the venue, the discount is only applied to new subscriptions.&#x20;
* Trial Cycle Adjustments: You can adjust the number of [trial cycles](/network-administrator-console/network-operator-settings/service-plans.md#what-do-each-of-the-fields-mean) a user will receive for all [Service Plans](/network-administrator-console/network-operator-settings/service-plans.md) for this Venue.
* Stripe Configuration Override: You can use a separate Stripe account for each Venue by entering that Stripe information here.&#x20;
  * **Important Note:  Do not modify these values if there are subscribers assigned to the Venue.** Once a subscriber has been added to a Venue, that subscriber's record is associated with the Stripe account that was associated with that Venue at the time the subscriber was created. If you modify the Stripe information for the Venue at that time, transactions for those subscribers will fail to process.


---

# 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://docs.roamingiq.com/network-administrator-console/creating-a-new-venue/configure-venue-shopping-cart.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.
