/itgloberspartnercl-quick-order

This app will make a quick order by entering the SKU number of a product

Primary LanguageTypeScript

📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.

Quick order Component

All Contributors

Description

The Quick order component allows users to add products to their cart by entering a list of product SKUs and quantities.

Configuration

  1. Add the Quick Order Component to your theme's dependencies in the manifest.json, for example:
  "dependencies": {
    "{vendor}.quick-order": "0.x"
  }
  1. install node modules, go to react folder and run yarn

  2. 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 https://img.shields.io/badge/-Mandatory-red This is the top-level block that must be declared in a store-theme block to render quick order block.

Customization

No CSS Handles are available yet for the app customization.

Contributors ✨

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: