Un-truncating descriptions for Specials |
Post Reply |
Author | |
highgravity
Newbie Joined: 08-May-2006 Location: United States Status: Offline Points: 21 |
Post Options
Thanks(0)
Posted: 14-August-2015 at 7:42pm |
Where can I go to change the settings so that the Hyperlink/Product Descriptions aren't truncated on the home page?
|
|
Desiree Knott
High Gravity Homebrewing & Winemaking Supplies 7142 S Memorial Dr. Tulsa, OK 74133 (918) 461-2605 desiree@highgravitybrew.com http://www.highgravitybrew.com |
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Hi Desiree,
This would require editing the source code, so we cannot provide all the specific details, but if you look in the file 'HomeCode.asp', you should see a line like the following that applies the logic to truncate the Description if it exceeds 22 characters: if len(pDescription)>22 then pDescription=left(pDescription,19) & "..." If you increase the number in the second line (19), it should allow more characters to be shown before the Description is truncated.
Edited by earlyimp - 14-August-2015 at 8:18pm |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |