This extension provides a SimpleCart implementation for Bolt with stock management.
- Manage products with stock levels.
- Add products to the cart only if there is sufficient stock.
- Display stock information on product pages.
- Clone this repository into the
extensions/
folder of your Bolt project. - Run
composer install
to install any dependencies. - Update the contenttypes.yml file with your product content type.
- Modify your templates to use the product data and display stock information.