ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Show All Brands
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Show All Brands

 Post Reply Post Reply
Author
Message
dregna View Drop Down
Newbie
Newbie
Avatar

Joined: 14-July-2010
Location: Regna
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote dregna Quote  Post ReplyReply Direct Link To This Post Topic: Show All Brands
    Posted: 14-September-2010 at 12:39pm
Hello,

I was wondering if there is a simple way to show all brands on the "Shop By Brands Page".

Currently the brands are listed 9 per page with page numbers at the bottom and a "show all brands"link.

Is there a way to show all brands by default?

Thanks!
Dan Regna
Pet Food Subscriptions
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 2:22pm
Hi Dan,

ProductCart uses the category display settings to decide how many brands to show on each page (number of brands to show = number of categories shown per page). You can manually change this by making a simple edit to the code of "viewbrands.asp".

On the page, locate the code:
'Number of brands to show
pcIntResultsPerPage=getUserInput(request("results"),10)
if not validNum(pcIntResultsPerPage) then
    iPageSize=(scCatRow*scCatRowsPerPage)
    else
    iPageSize=pcIntResultsPerPage
end if


Add the following right below it:
iPageSize=1000

That should do it (you are basically overwriting the default calculation, which is based on the store settings for how many categories to show on each page).
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
dregna View Drop Down
Newbie
Newbie
Avatar

Joined: 14-July-2010
Location: Regna
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote dregna Quote  Post ReplyReply Direct Link To This Post Posted: 14-September-2010 at 2:36pm
Thank you so much for the quick reply! I really appreciate it :)
Dan Regna
Pet Food Subscriptions
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.078 seconds.