> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/setting.md).

# Setting

- [Display product old prices as cross-out prices](https://docs.samita.io/samita-wholesale-b2b/setting/display-product-old-prices-as-cross-out-prices.md): Show a product's original price crossed out next to its discounted price, so the savings are obvious.
- [Checkout discount method](https://docs.samita.io/samita-wholesale-b2b/setting/checkout-discount-method.md): How Samita Wholesale Pricing applies discounts at checkout, using Shopify's Draft Order API.
- [How to change the Discount code?](https://docs.samita.io/samita-wholesale-b2b/setting/how-to-change-the-discount-label.md): Rename the discount code customers see at checkout to match your brand.
- [Set up Google reCaptcha](https://docs.samita.io/samita-wholesale-b2b/setting/set-up-google-recaptcha.md): Where your Google reCAPTCHA site key and secret key live in the app, and how to choose between v2 and v3.
- [Enable the app Wholesale Cart](https://docs.samita.io/samita-wholesale-b2b/setting/enable-the-app-wholesale-cart.md): Turn on the app's own cart drawer, which works for both retail and wholesale customers.
- [Activate Discount box at cart page](https://docs.samita.io/samita-wholesale-b2b/setting/activate-discount-box-at-cart-page.md): Let customers enter an extra discount code on your theme's own cart page, not just the app's cart drawer.
- [Set up Cart form](https://docs.samita.io/samita-wholesale-b2b/setting/set-up-cart-form.md): Collect extra information from customers, like a PO number, before they check out from the Wholesale cart.
- [Upload file to Create Cart](https://docs.samita.io/samita-wholesale-b2b/setting/upload-file-to-create-cart.md): Let logged-in customers build a cart instantly by uploading a file of products and quantities, instead of adding items one by one.
- [Edit and translate content for some of the app’s features](https://docs.samita.io/samita-wholesale-b2b/setting/edit-and-translate-content-for-some-of-the-apps-features.md): Edit or translate the storefront text used across the app's features, like the volume pricing table, cart drawer, and quick order form.
- [Set up notifications](https://docs.samita.io/samita-wholesale-b2b/setting/set-up-notifications.md): Customize the emails sent to you and your customers for payment terms and invoice payments, and configure your mail sender.
- [Set up automatic order tags](https://docs.samita.io/samita-wholesale-b2b/setting/set-up-automatic-order-tags.md): Automatically add custom tags to every order the app creates, so they're easy to filter in Shopify.
- [Recent Activity log](https://docs.samita.io/samita-wholesale-b2b/setting/recent-activity-log.md): See a running history of new customers, order approvals, and orders created across your store.


---

# 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.samita.io/samita-wholesale-b2b/setting.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.
