ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - truncate recently viewed product
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

truncate recently viewed product

 Post Reply Post Reply
Author
Message
bluedella View Drop Down
Newbie
Newbie


Joined: 09-January-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote bluedella Quote  Post ReplyReply Direct Link To This Post Topic: truncate recently viewed product
    Posted: 09-January-2008 at 9:00am

Hi,

Please help me--I would like to limit the amount of characters that show up for each product in the recently product list--I know it must be somewhere in smallrecentproducts.asp.

please guide me where and what change to make.

thanks

Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 09-January-2008 at 11:06am

Give this a shot:

Replace this:
<%=ClearHTMLTags2(tmpVPrdArr(1,tmpIndex),0)%>
With this:
<%=left(ClearHTMLTags2(tmpVPrdArr(1,tmpIndex),0),20)%>

Where "20" is the length to which you wish to limit the string.

Back to Top
bluedella View Drop Down
Newbie
Newbie


Joined: 09-January-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote bluedella Quote  Post ReplyReply Direct Link To This Post Posted: 09-January-2008 at 11:46am
thanks so much--it worked like a charm!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.