chaddro / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
24 stars 31 forks source link

Maxium Name Length #1

Closed chaddro closed 12 years ago

chaddro commented 13 years ago

It should be noted that the there is not error checking on Manufacturer's name length exceeding the maximum length in database.

If you use a Manufacturer's name longer than supported in the database, EP will created duplicate manufacturer's at the truncated name since it is unable to find a match on search.

I should also check the categories names and products model as this could cause problems here as well.

chaddro commented 12 years ago

I have added error check on categories name, products name, products model and a few others.