bagisto/bagisto-bulk-upload

Laravel eCommerce Bulk Upload - Not working correctly

alexgosden opened this issue · 1 comments

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

output_19.mp4

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.