ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - One product in a category
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

One product in a category

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


Joined: 27-June-2008
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote bp_travis Quote  Post ReplyReply Direct Link To This Post Topic: One product in a category
    Posted: 19-November-2010 at 3:01pm
When a category only has one product in it, is there a way to direct PC to go right to the product detail page without first showing the product in a listing and then the detail page?

Thanks
Back to Top
Brett View Drop Down
Groupie
Groupie
Avatar

Joined: 22-April-2008
Location: Phoenix, AZ
Status: Offline
Points: 89
Post Options Post Options   Thanks (0) Thanks(0)   Quote Brett Quote  Post ReplyReply Direct Link To This Post Posted: 19-November-2010 at 7:46pm
On viewcategories.asp between lines 985 and 986 (may be different lines on your file, not sure if mine is modified), add these lines of code:

if pcv_intProductCount=1 then
     response.Redirect(pcStrPrdLink)
end if

This should be between count=count + 1 and loop, which is the main product loop of the viewcategories.asp page, right before this line:

<%' If page style is M, show the Add to Cart button when


Try that out and let me know if it works please. At the end of the first iteration of the main product loop, it checks the product count and if it is only one then it immediately redirects to that product page.

*edit*
Tested on my site and appears to work fine. Here's a copy of the original 4.1sp1 viewcategories.asp with the modification already made:
viewcategories-oneproduct.zip

Edited by Brett - 19-November-2010 at 7:53pm
Back to Top
bp_travis View Drop Down
Newbie
Newbie


Joined: 27-June-2008
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote bp_travis Quote  Post ReplyReply Direct Link To This Post Posted: 22-November-2010 at 4:51pm
Tried it out and it works great! Thanks
Back to Top
Brett View Drop Down
Groupie
Groupie
Avatar

Joined: 22-April-2008
Location: Phoenix, AZ
Status: Offline
Points: 89
Post Options Post Options   Thanks (0) Thanks(0)   Quote Brett Quote  Post ReplyReply Direct Link To This Post Posted: 22-November-2010 at 4:54pm
No problem. Glad to hear it worked for 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.063 seconds.