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 25 forks source link

Laravel eCommerce Bulk Upload - Not working correctly #91

Open alexgosden opened 1 year ago

alexgosden commented 1 year ago

Trying to import the sample configurable demo file we are seeing the error below on the following file:

vendor/bagisto/bagisto-bulk-upload/src/Repositories/Products/ConfigurableProductRepository.php:229

Call to a member function getTypeInstance() on array

We have not modified any of the code, and have followed the instructions on installing the bagisto-bulk-upload module into our bagisto store.

bulkconfigurableproductupload (3).csv

https://github.com/bagisto/bagisto-bulk-upload/assets/113156885/ef9953dd-fab3-4b53-93fd-42712fea7b70

alexgosden commented 1 year ago

Looking at #90 it seems that this is going to fix a few of the errors we have noticed in the codebase. However, we are still having an issue with the uploading, where we need to upload the file and images twice for it to complete properly. On the first run, it seems like it only creates the the products with the SKU only, then you upload the same info again and it will finish it, and provide the correct output.