ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Title in Recently Viewed Products
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Title in Recently Viewed Products

 Post Reply Post Reply
Author
Message Reverse Sort Order
VirtualTrecker View Drop Down
Newbie
Newbie


Joined: 16-December-2014
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote VirtualTrecker Quote  Post ReplyReply Direct Link To This Post Topic: Title in Recently Viewed Products
    Posted: 26-December-2014 at 8:03pm
Changing the number 19 works.  Thank you for your Help!
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: 26-December-2014 at 7:11pm

Look at this file:

/pc/smallRecentProducts.asp

        if len(pcvStrSPname)>22 then
         pcvStrSPtitle=pcvStrSPname
         pcvStrSPname=left(pcvStrSPname,19) & "..."
        end if

You need to mess with that code.  Might want to see how much trouble you get into by commenting out the entire block, or mess with the 19 and 22 values.

You also need to add a web.config entry so that http://iheartgiggles.com is forced to http://www.iheartgiggles.com.  Otherwise you are going to have issues with lost carts since each pattern represents a different session.


Back to Top
VirtualTrecker View Drop Down
Newbie
Newbie


Joined: 16-December-2014
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote VirtualTrecker Quote  Post ReplyReply Direct Link To This Post Posted: 26-December-2014 at 6:49pm
Please click on a long title to see it incomplete.
Back to Top
VirtualTrecker View Drop Down
Newbie
Newbie


Joined: 16-December-2014
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote VirtualTrecker Quote  Post ReplyReply Direct Link To This Post Posted: 26-December-2014 at 6:12pm
iHeartGiggles.com is the site.  Click on a couple of products and the Recently Viewed items will show up on the left column.  Thank you.
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: 26-December-2014 at 5:55pm
You will make it easier when you post requests if you include a link so someone can go observe the issue you are reporting.
Back to Top
VirtualTrecker View Drop Down
Newbie
Newbie


Joined: 16-December-2014
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote VirtualTrecker Quote  Post ReplyReply Direct Link To This Post Posted: 26-December-2014 at 1:17pm
Can someone tell me how I can display a complete Product Title in Recently Viewed Products?  By default, it is only showing a partial title...  I am on version 5.03.

Thank you.
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.047 seconds.