Laravel eCommerce Bulk Add To Cart module allows the customer to buy the product in bulk. This module facilitates the customers to add the bulk product in their cart with different quantities at once.
Moreover, the customer will check all the bulk products with their respective price at their shopping cart. In addition, the customer can download the sample CSV file that will include the product SKU and product quantity.
Note**
To successfully use this module, firstly you need to install the “Laravel eCommerce Customer Document” module.
Please hit the link to check the full workflow of the Laravel eCommerce Customer Document how admin can upload the document for the customer.
Check a brief overview of the plugin –
Features of Laravel eCommerce Bulk Add To Cart
- Customers can add bulk products with different quantities in the cart at once.
- By uploading the CSV, XlS, XLSX and ODS file customer can add the bulk product to the cart.
- The customer will find all the bulk products with their respective total at the shopping cart page.
- The customer can download the sample CSV (comma-separated values) file.
- In the document section, the customer will find the bulk add to cart document which includes product SKU & existing product quantity.
Installation of Laravel eCommerce Bulk Add To Cart
Once you have to successfully download the zip file of the Laravel eCommerce Bulk Add To Cart, unzip the zip folder then merge “packages” and “storage” folders into the project root directory.

Let’s goto config/app.php file then add the following line under ‘webkul packages’
Webkul\BulkAddToCart\Providers\BulkAddToCartServiceProvider::class

Goto composer.json file and add following line under ‘psr-4’
"Webkul\BulkAddToCart\": "packages/Webkul/BulkAddToCart/src"

Next, run these commands below to complete the setup in the bagisto root directory.
composer dump-autoload php artisan route:cache php artisan vendor:publish -> Press 0 and then press enter to publish all assets and configurations.
Admin Panel
Note**
However, for uploading the file for “Bulk Add To Cart” the customer needs to download the “document”, where they will get the information about Product SKU & Existing Product Quantity in the store provided by the admin.
Firstly, the admin will upload the document where the customer can get all the information about the product SKU and the available quantity of the product at the store.
The admin can easily find all the product lists including product SKU and product quantity by navigating to catalog>product>export as shown in the below image.

Once the admin click on the Export button the XLSx file will be downloaded with all the information shows as below

Here the admin can easily find the Product SKU and Product Quantity list of the store.
After that, the admin will upload the document for the customer as shown in the below image.

Customer FrontEnd
After successfully configured the module with Bagisto Store.
The customer will see the “Bulk Add To Cart” section in their profile as shown in the below image.

Once the customer clicks on the “Bulk Add to Cart” button the new page will be open as shown in the below image.

Here, the customer can download the sample in xlsx format.
Wherein the customer will enter the product SKU with the required Quantity.

After that, the customer will go to the document section and download the document.

Once the customer downloads the document, they will get the list of the product including product SKU , quantity, & product name.

Here customer gets the product information, now the customer will enter the product SKU and product quantity which they want to buy in bulk.

Now, the customer will choose the file and upload it.

Once the file is successfully uploaded the customer can view all the bulk products to their shopping cart as shown in the below image.

That’s all for Laravel eCommerce Bulk Add To Cart, still, have any issue feel free to add a ticket and also let us know your views to make the module better https://bagisto.uvdesk.com/en/
Current Product Version - 1.2.0
Supported Framework Version - Bagistov 1.2.0