Rafael Calero Posted January 29, 2019 Share Posted January 29, 2019 Hi, I've a catalog with 1000 products. I'm triying import a update of tags, stock and weight but without success. My CSV have the columns ID, Tags, Stock, Weight and throw the next error: Errors occurred: Property Tag->name is empty It's posible with the default importer? Anyone can help me? Regards 1 Link to comment Share on other sites More sharing options...
danwarrior Posted January 29, 2019 Share Posted January 29, 2019 Thanks, Rafa! We're working together: the thing is that we have uploaded all the rest of fields and need to add these we leaved aside before... So uploading aaaaall again is not an option. Hope you can help us find a solution, thank you so much, guys! Link to comment Share on other sites More sharing options...
danwarrior Posted January 30, 2019 Share Posted January 30, 2019 Maybe @Jonny you know how can we do this? Link to comment Share on other sites More sharing options...
Jonny Posted January 30, 2019 Share Posted January 30, 2019 That's a problem of your csv file, see attached pic, I got the same error when I tried to add an empty tag. I will soon send you a small fix to don't add empty tags to avoid having the error. 1 1 Link to comment Share on other sites More sharing options...
Jonny Posted January 30, 2019 Share Posted January 30, 2019 (edited) Add this code to the \controllers\admin\AdminImportController.php else{ unset($product->tags[$key]); } This fix can be added to next version of TB. Edited January 30, 2019 by Jonny 1 1 Link to comment Share on other sites More sharing options...
Rafael Calero Posted January 30, 2019 Author Share Posted January 30, 2019 5 hours ago, Jonny said: That's a problem of your csv file, see attached pic, I got the same error when I tried to add an empty tag. I will soon send you a small fix to don't add empty tags to avoid having the error. Thank you very much!!! The problem was that I had "," more at the end of the column tags. 1 Link to comment Share on other sites More sharing options...
danwarrior Posted January 30, 2019 Share Posted January 30, 2019 Perfect! Solved! 😄 Thank you so much, @Jonny Link to comment Share on other sites More sharing options...
johnyblazer Posted April 1, 2019 Share Posted April 1, 2019 Thank God I Got the the Solution for this Query Link to comment Share on other sites More sharing options...
Traumflug Posted April 1, 2019 Share Posted April 1, 2019 Actually it's fixed already: https://github.com/thirtybees/thirtybees/issues/833 Thanks to @datakick for doing this. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now