alwayspaws Posted June 21, 2017 Posted June 21, 2017 I noticed that in admin, individual products, my tags got cut off at 32 characters. Also in .csv's should there be a space, or not, in between tags? In admin: my tags: dog dress,dresses for dogs,famil The tags should have been: dog dress,dresses for dogs,family pets
0 Traumflug Posted June 21, 2017 Posted June 21, 2017 Yes, there's a 32 byte limit in the DB per tag. Two tags = 64 bytes, and so on. Are you sure these are three tags? Or just one tag with all the words? On the product page, each tag has an 'x' on the right side. Three 'x' = 3 tags. Didn't look up whether there are limitations in PHP code, yet.
0 alwayspaws Posted June 22, 2017 Author Posted June 22, 2017 @Traumflug They are separate tags. I couldn't find the one I referred to so here's a screenshot of another one that is cut off. birt should be birthday so if there is a 32 byte limit per tag, if "birthday" is 8 bytes x 8 bytes per alphanumeric character = 64 bytes, I'm way over the 32 byte limit, but that's crazy. "Birthday" is such a short word.
0 Traumflug Posted June 22, 2017 Posted June 22, 2017 Hmm. Adding such tags manually appears to work here: This last tag was even longer when entered, but after saving it got cut to 32 chars. Can you add this manually, too? If yes, it's apparently a CSV importer problem.
0 alwayspaws Posted June 23, 2017 Author Posted June 23, 2017 I can add tags manually. I added another tag and saved and the tags are there. If it's a csv importer problem, what do I fix?
0 Traumflug Posted June 23, 2017 Posted June 23, 2017 I fear there's no quick fix, but I added a Github issue to not forget this: https://github.com/thirtybees/thirtybees/issues/262
0 alwayspaws Posted June 23, 2017 Author Posted June 23, 2017 Thanks @Traumflug I use CSV imports regularly so this little issue will be very useful when fixed.
Question
alwayspaws
I noticed that in admin, individual products, my tags got cut off at 32 characters. Also in .csv's should there be a space, or not, in between tags?
In admin: my tags: dog dress,dresses for dogs,famil
The tags should have been: dog dress,dresses for dogs,family pets
7 answers to this question
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