Bulk Add Simple
This category is customized to allow the user to add multiple products to the cart at the same time.
This simple version is different than the complex version in a few different ways:
- Only simple products (without options or modifiers) can be used.
- No additional external calls needed that would slow down page speed.
- Min-Max quantity will not work.
- If keeping inventory, make sure "Show stock levels" is selected in the Store Settings, otherwise it will not work properly
After the products are added we can do one of the following:
- Display a modal popup and update the cart quantity on the page.
- Refresh the page to update the cart quantity on the page.*
- Redirect to the cart page.
* Currently being used.