📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.
The Quick order component allows users to add products to their cart by entering a list of product SKUs and quantities.
- Add the Quick Order Component to your theme's dependencies in the manifest.json, for example:
"dependencies": {
"{vendor}.quick-order": "0.x"
}
-
install node modules, go to
react
folder and runyarn
-
Add the
quick-order
block to your store-theme, for example:
{
"flex-layout.col#quick__order--container": {
"title": "quick order container",
"children": [
"flex-layout.col#quick__order--title",
"quick-order"
],
"props": {
"blockClass": "search__by--department--col",
"width": "100%"
}
},
}
Block name | Description |
---|---|
quick-order |
This is the top-level block that must be declared in a store-theme block to render quick order block. |
No CSS Handles are available yet for the app customization.
Heric Olier
Thanks goes to these wonderful people:
This project follows the all-contributors specification. Contributions of any kind are welcome!
Check out some documentation models that are already live: