Gata Posted November 14, 2002 Posted November 14, 2002 I am working on a site for a used bookstore. I just got the shop installed and running, and started to input inventory. For some reason, the product names- in this case book titles- are truncated. I cannot find the place to allow for more characters in the product name. Any help would be much appreciated! --Catherine
Guest Posted November 14, 2002 Posted November 14, 2002 In your MYSQL dB, there is a table named products_description, change the property VARCHAR(64) to (128).
Gata Posted November 14, 2002 Author Posted November 14, 2002 worked like a charm. I appreciate the fast response!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.