Narrow By/Drill-down widget not showing up |
Post Reply |
Author | |
GreggS
Groupie Joined: 06-February-2012 Location: New Jersey Status: Offline Points: 60 |
Post Options
Thanks(0)
Posted: 05-September-2014 at 1:21pm |
The narrow by/drill-down widget does not show up for SEO friendly links, but if I go back to viewcategories.asp after visiting a SEO friendly link, then it shows up.
I'm using productcart v5.02bacm |
|
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
We also had this problem. I made a fix on the pc/CategorySearchFields.asp page (line 14).
Amy
|
|
sbryan
Newbie Joined: 24-August-2012 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Apparently this wasn't fixed in version 5.03 Would you mind sharing what you changed to make it work? |
|
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
On the pc/CategorySearchFields.asp page (line 13-14).
'RLD:CHANGE Changed the restriction from (lcase(pcv_CurrentPageName) = "showsearchresults.asp" AND SRCH_CSFRON="1") OR (lcase(pcv_CurrentPageName) = "viewcategories.asp" AND SRCH_CSFON="1") IF (SRCH_CSFRON="1") OR (SRCH_CSFON="1") THEN So, simply eliminating the page restriction. We didn't see any issues with this - but each site is different so make sure you test this on your site. Let me know if this works for you. Amy
|
|
sbryan
Newbie Joined: 24-August-2012 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
That seems to work. Thank you! |
|
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 |