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

Bulk upload not working #78

Open farhansaifi48 opened 2 years ago

farhansaifi48 commented 2 years ago

Hello all, I am using bagisto v1.3.1. Bulk upload package is install successfully. i have created csv file for simple product with 3 jpg images. I have created profile and upload my csv and images zip file successfully. but when i run the profiler it will give success message but when i check the product in product list admin side then only product was added but nothing would be add same like my csv.

I have share link of (Laravel log file, csv file, video recording).

Please help me out from this issue.

Video URL https://drive.google.com/file/d/1YersaXsGToZQOpwnge99gKqS8Ew8PlRh/view?usp=sharing

Laravel log https://drive.google.com/file/d/1zTC9UUY6wWZRcwkkNCADOTXaVS_p50vK/view?usp=sharing

csv file https://drive.google.com/file/d/1z8x50ci-GCPwH5Hvish1ayNREo-BDqNS/view?usp=sharing

ashishkumar-webkul commented 2 years ago

Respected Sir, Kindly raise the ticket here along with the error you are facing.

Ticket Link - https://bagisto.uvdesk.com/en/customer/create-ticket/

Jimerson21 commented 2 years ago

Hello everyone, I have the same problem I am using Bagisto version 1.3.2.

When I import my csv with products of type Simple, I get the following error: simple product store function Trying to access array offset on value of type null.

From what I see, it is related to the tax_category_id property. Which is not available at this point

image

I solved the problem by adding the following condition:

image

sanjay-vv commented 1 year ago

hello @Jimerson21 , i did same but still simple product is not uploading.

screenshot: https://prnt.sc/PVLJjN6gTrmy

sanjay-vv commented 1 year ago

image

this is my code!

please help me