D
D
Dmitry S2016-04-04 21:39:44
WordPress
Dmitry S, 2016-04-04 21:39:44

Restrictions on Woocommerce product property label?

When creating a long product property, there is a tag limitation (Unique tag/reference for attribute; must be no more than 28 characters.). Problem when importing goods.
How to remove this restriction and can there be problems?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Kozlov, 2016-04-05
@dmitryq1

You need to figure out how the properties are stored in the database. Accordingly, in the fields of the database there are restrictions on the number of characters. You need to change this value (It may affect the speed of the site. It will definitely affect the size of the database on the hosting :)). If this does not help, then you need to look for character count checks in the wordpress functionality, using some kind of editor that searches through all files.
The size of the field will affect the speed of operations with the database (insert, update, delete, search, etc.). I can't say for what kind of operations. I don't know what data structure is used in a particular database.
Scripts will not be affected.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question