> 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/b2b-bulk-order/support/faq.md).

# FAQ

<details>

<summary>Does B2B Bulk Order calculate wholesale or tiered pricing?</summary>

No. B2B Bulk Order builds the bulk-ordering experience (quick order tables, variant tables, collection quick buy) on top of your existing product prices. Customer-specific pricing, price lists, and net payment terms are handled by the separate Samita Wholesale app. If you have that app installed, its pricing is overlaid on top of these widgets automatically.

</details>

<details>

<summary>How do I restrict a form to my B2B/wholesale customers only?</summary>

There's no built-in "B2B" customer type. Tag your wholesale/B2B customer accounts in Shopify with a tag of your choice, then in the form's Visibility tab set **"Who can see this form?"** to **Customers with tags** and add that tag under **Include customer tags**. See [Customer & Product Targeting](/b2b-bulk-order/features/customer-and-product-targeting.md).

</details>

<details>

<summary>What's the difference between Variant Table and Collection Quick Order?</summary>

Variant Table shows on a single product page and lets customers order multiple variants of that one product (with optional minimum/maximum quantity and bundle rules). Collection Quick Order shows on collection/listing pages and adds a quick add-to-cart control to each product card, without the advanced quantity rules.

</details>

<details>

<summary>Can I set a minimum order quantity?</summary>

Yes, but only in [Variant Table](/b2b-bulk-order/features/variant-table.md#advanced-restrictions), using the Min/Max Order Quantity restriction (or one of the other seven restriction types). Quick Order Form and Collection Quick Order don't support minimum-quantity rules — their quantity fields are only capped by available stock.

</details>

<details>

<summary>What file types can customers use to bulk-upload an order?</summary>

If **Enable file upload** is turned on for a Quick Order Form, customers can upload CSV, XLSX, PDF, JPEG, or PNG files. CSV/XLSX need a SKU column (Quantity is optional). PDF and image files are read automatically by an AI-based parser. See [Quick Order Form](/b2b-bulk-order/features/quick-order-form.md#letting-customers-upload-an-order-file).

</details>

<details>

<summary>What happens if two forms both match the same page or product?</summary>

Only the most recently saved matching form is shown. If you have overlapping Variant Table or Collection Quick Order configurations targeting the same product, narrow their visibility rules so only one is meant to match at a time.

</details>

<details>

<summary>Can I fully translate the storefront widgets?</summary>

Yes — every piece of customer-facing text (labels, buttons, error messages, toast copy, stock labels) can be translated per language in **Settings > Translations**. See [Translations](/b2b-bulk-order/features/translations.md).

</details>

<details>

<summary>Do I need to edit my theme code to show these widgets?</summary>

Not directly — you place widgets using the app's own settings and the theme editor. Variant Table and Collection Quick Order insert themselves automatically once the app embed is active. Quick Order Form needs its shortcode pasted into a **SamitaBO quick order form** app block, added through the theme editor (no code editing required). See [Getting Started](/b2b-bulk-order/getting-started.md).

</details>


---

# 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/b2b-bulk-order/support/faq.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.
