Skip to content

EDU-15254: Enabling product purchase from search with QuickOrder #2061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Enabling product purchase from search with QuickOrder"
---

The QuickOrder is a feature that allows customers to add products directly to their cart from search results, simplifying the purchase process.

QuickOrder can help in the following scenarios:

- Minimizing clicks to add items to the cart.
- Simplifying processes for bulk and frequent orders.
- Improving the usability of search results.
- Handling complex product variations.

Below see the usage examples for this feature:

| Use Case | Description |
|--------------------|-------------|
| [B2B stores](/tbd) | Allows to add large quantities of products to the cart directly from search results. Optimized for bulk ordering with higher quantity limits and stock number displays. |
| [Bulk purchase](/tbd) | Enables to select multiple variants (e.g., sizes and colors) and quantities in a single interaction. Supports bulk variant selection with an SKU Matrix functionality. |
| [Product catalog](/tbd) | Allow users to browse a large catalog and add multiple products and variants to their cart. Designed for comprehensive product browsing with flexible variant management. |

## Use cases

### B2B store

### Bulk purchase

### ProductCatalog
Loading