View Single Post
  #3  
Old 05-20-2010, 10:33 AM
  MsBecky's Avatar 
MsBecky MsBecky is offline
 

Member
  
Join Date: Jul 2008
Location: California
Posts: 22
 

Default Re: Increase Character Limit In Product Review Field

Quote:
Originally Posted by Asiaplay
Hi Becky,

I don't have this mod (and I guess not too many people do)- so ultimately BCS could answer the exact location.

However, you could try the following:-
Background: Generally a field's text length is controlled by, what a field's "type" is set to within your SQL table - so you will need to use PHPMyAdmin or similar to log-in and browse your SQL tables to change the field "type".

I would look in the "xcart_product_reviews" SQL table to make sure that when viewing structure, the field "type" for that field you want longer text for, is set to "text" (if you want a lot of text) or "varchar(255}" if you only want 255 letters.

This should fix this problem... unless BCS have added a "truncate" setting in the template. so that when you import reviews data, it cuts the amount of text imported (but I doubt there will be).
Note: if the first step doesn't fix it - then look in the template file for the truncate code and remove it.

Hope this helps - cheers, Asiaplay

Hi Asiaplay,

Thank you very much for taking the time to reply
I received the following reply from Carrie @BCSE

The mod uses a "text" field which should be very large and should not run out. The actual size is dependent on the server and server settings within mysql. You could ask your host what the "max_allowed_packet" size is for the mysql client and server.

I hope this helps!

Carrie

---
So, I asked our host and received the info. Now just waiting for Carrie's reply. I'll keep ya posted!

Thanks Again - Becky
__________________
X-Cart Gold 4.1.10
Mods: BCS Engineering, Cart-Lab, FireTankSoftware, WebsiteCM
Hosting: EWDHosting.com (These Folks Are The Best!)

================================================
THE LITTLE BEAN COFFEE CO.
Fresh Handcrafted Artisan Coffee & Tea,
Specialty Beverages, and Gourmet Food
================================================

Experience The Little Bean╝ Difference!
www.thelittlebean.com | 1-888-848-BEAN (2326)

"Behind every successful woman is a substantial amount of coffee"
Reply With Quote