|
Hi there, I've got a 6.4 Pro store and realised that the products name in Admin is limited to 64 chars even though the database field is set to 128 chars. I'm guessing that the reason for this is the concatenated names for subproducts which ends up as "products name + ' - ' + sub products name" (which would trigger a sql error if both products name and sub products name are 64 chars as there will be no space available for the divider ' - '. Nevermind).
So I need to extend it a bit by 1. increasing the database field to 255 and 2. set max length in /admin/categories.php to, say 120 and 3. ensure that the products listing and product info pages will display the full length.
My question is if there are any other logic or functions affecting the length of products name, which could trigger an error? Or is it safe to assume that the products name field will be displayed either in full or truncated...?
Many thanks, Bjorn
|