bagisto / bagisto-bulk-upload

The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
https://bit.ly/3zRLSzw
MIT License
20 stars 26 forks source link

Unable to upload simple bulk products more than 50 #70

Open Nikitajoshi39 opened 2 years ago

Nikitajoshi39 commented 2 years ago

Bagisto:v1.3.3

Description When we upload the data of the products and there at the CSV file we have mentioned more than 50 products. After uploading we only see 50 products in the admin panel.

How to reproduce

  1. Go to admin panel
  2. Select catalog ->select manage bulk upload -> download sample->upload files->save->run profile

Actual result: We only see 50 products in the admin panel if we have more than 50 products

https://user-images.githubusercontent.com/92033944/141256389-07c582d0-88f6-4e95-aac5-5fd78b8e626b.mp4

Excepted result: If we are adding the details of 100 or more products then all the products must be listed in the admin panel product section.