Ecommerce Store
Features
- Capture order data, then send to API or database
- 'Local' table using Appsmith storeValue() to build an array of items in the cart
- Filter table data by select widget or button
Overview
Ecommerce companies often have a database for parts or inventory, and have to periodically sync it with an online store. This app connects directly to the inventory database and serves as the online store, eliminating the need to sync with another system, and saving on fees from an ecommerce platform.
Highlights of the app
- Filter products by type, or by collection
- Click a product to view details
- Add products to cart and edit the quantity
- Cart data is stored in browser and can be resumed
- Calculate total with or without shipping cost
- Confirm order and check out