Hi,
I have laid out my products in 3 columns and so need to change the default viewsize for all product screens from 10 to 12. I found the reference to the categories screen but I can't for the life of me find out how to change the viewsize for the search screens. Help! Many thanks Jason |
Found it. keywordsearchbox.ftl. it's in a form.
Argh, always find the answer right after I post to the list sorry! -----Original Message----- From: Jason Ling [mailto:[hidden email]] Sent: 15 August 2006 12:14 To: [hidden email] Subject: Changing default viewSize for search products Hi, I have laid out my products in 3 columns and so need to change the default viewsize for all product screens from 10 to 12. I found the reference to the categories screen but I can't for the life of me find out how to change the viewsize for the search screens. Help! Many thanks Jason ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ |
Jason,
Could you create a JIRA for that? That value should be parameterized and moved out to the screen definition so it's easier to find and change. --- Jason Ling <[hidden email]> wrote: > Found it. keywordsearchbox.ftl. it's in a form. > > Argh, always find the answer right after I post to > the list sorry! > > -----Original Message----- > From: Jason Ling [mailto:[hidden email]] > Sent: 15 August 2006 12:14 > To: [hidden email] > Subject: Changing default viewSize for search > products > > > Hi, > > I have laid out my products in 3 columns and so need > to change the default viewsize for all product > screens from 10 to 12. I found the reference to the > categories screen but I can't for the life of me > find out how to change the viewsize for the search > screens. > > Help! > > > Many thanks > > Jason > > > This e-mail has been scanned for all viruses by > Star. The > service is powered by MessageLabs. For more > information on a proactive > anti-virus service working around the clock, around > the globe, visit: > http://www.star.net.uk > ________________________________________________________________________ > > ________________________________________________________________________ > This e-mail has been scanned for all viruses by > Star. The > service is powered by MessageLabs. For more > information on a proactive > anti-virus service working around the clock, around > the globe, visit: > http://www.star.net.uk > ________________________________________________________________________ > |
If what you're talking about is how many products are viewed per
category page - it's actually configured in the category.bsh with the defaultViewSize. I was unsuccessful putting this value anywhere else - but maybe someone else knows where this is supposed to be configured. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 Chris Howe wrote: > Jason, > Could you create a JIRA for that? That value should > be parameterized and moved out to the screen > definition so it's easier to find and change. > > --- Jason Ling <[hidden email]> wrote: > > >> Found it. keywordsearchbox.ftl. it's in a form. >> >> Argh, always find the answer right after I post to >> the list sorry! >> >> -----Original Message----- >> From: Jason Ling [mailto:[hidden email]] >> Sent: 15 August 2006 12:14 >> To: [hidden email] >> Subject: Changing default viewSize for search >> products >> >> >> Hi, >> >> I have laid out my products in 3 columns and so need >> to change the default viewsize for all product >> screens from 10 to 12. I found the reference to the >> categories screen but I can't for the life of me >> find out how to change the viewsize for the search >> screens. >> >> Help! >> >> >> Many thanks >> >> Jason >> >> >> > ________________________________________________________________________ > >> This e-mail has been scanned for all viruses by >> Star. The >> service is powered by MessageLabs. For more >> information on a proactive >> anti-virus service working around the clock, around >> the globe, visit: >> http://www.star.net.uk >> >> > ________________________________________________________________________ > >> > ________________________________________________________________________ > >> This e-mail has been scanned for all viruses by >> Star. The >> service is powered by MessageLabs. For more >> information on a proactive >> anti-virus service working around the clock, around >> the globe, visit: >> http://www.star.net.uk >> >> > ________________________________________________________________________ > |
I was referring to the search page
keywordsearchbox.ftl around line 24 it has <input type="hidden" name="VIEW_SIZE" value="10"/> value="10" should be value=${VIEW_SIZE} and in the screen definition that calls keywordsearchbox.ftl , the actions there should be <set field="VIEW_SIZE" value="10"/> --- Tim Ruppert <[hidden email]> wrote: > If what you're talking about is how many products > are viewed per > category page - it's actually configured in the > category.bsh with the > defaultViewSize. I was unsuccessful putting this > value anywhere else - > but maybe someone else knows where this is supposed > to be configured. > > Cheers, > Tim > > -- > Tim Ruppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > Chris Howe wrote: > > Jason, > > Could you create a JIRA for that? That value > should > > be parameterized and moved out to the screen > > definition so it's easier to find and change. > > > > --- Jason Ling <[hidden email]> wrote: > > > > > >> Found it. keywordsearchbox.ftl. it's in a form. > >> > >> Argh, always find the answer right after I post > to > >> the list sorry! > >> > >> -----Original Message----- > >> From: Jason Ling [mailto:[hidden email]] > >> Sent: 15 August 2006 12:14 > >> To: [hidden email] > >> Subject: Changing default viewSize for search > >> products > >> > >> > >> Hi, > >> > >> I have laid out my products in 3 columns and so > need > >> to change the default viewsize for all product > >> screens from 10 to 12. I found the reference to > the > >> categories screen but I can't for the life of me > >> find out how to change the viewsize for the > search > >> screens. > >> > >> Help! > >> > >> > >> Many thanks > >> > >> Jason > >> > >> > >> > > > > > > >> This e-mail has been scanned for all viruses by > >> Star. The > >> service is powered by MessageLabs. For more > >> information on a proactive > >> anti-virus service working around the clock, > around > >> the globe, visit: > >> http://www.star.net.uk > >> > >> > > > > > > >> > > > ________________________________________________________________________ > > > >> This e-mail has been scanned for all viruses by > >> Star. The > >> service is powered by MessageLabs. For more > >> information on a proactive > >> anti-virus service working around the clock, > around > >> the globe, visit: > >> http://www.star.net.uk > >> > >> > > > > > > |
My bad.
Cheers, Tim Chris Howe wrote: > I was referring to the search page > keywordsearchbox.ftl > > around line 24 it has > <input type="hidden" name="VIEW_SIZE" value="10"/> > > value="10" should be value=${VIEW_SIZE} > and in the screen definition that calls > keywordsearchbox.ftl , the actions there should be > <set field="VIEW_SIZE" value="10"/> > > > > --- Tim Ruppert <[hidden email]> wrote: > > >> If what you're talking about is how many products >> are viewed per >> category page - it's actually configured in the >> category.bsh with the >> defaultViewSize. I was unsuccessful putting this >> value anywhere else - >> but maybe someone else knows where this is supposed >> to be configured. >> >> Cheers, >> Tim >> >> -- >> Tim Ruppert >> HotWax Media >> http://www.hotwaxmedia.com >> >> o:801.649.6594 >> f:801.649.6595 >> >> Chris Howe wrote: >> >>> Jason, >>> Could you create a JIRA for that? That value >>> >> should >> >>> be parameterized and moved out to the screen >>> definition so it's easier to find and change. >>> >>> --- Jason Ling <[hidden email]> wrote: >>> >>> >>> >>>> Found it. keywordsearchbox.ftl. it's in a form. >>>> >>>> Argh, always find the answer right after I post >>>> >> to >> >>>> the list sorry! >>>> >>>> -----Original Message----- >>>> From: Jason Ling [mailto:[hidden email]] >>>> Sent: 15 August 2006 12:14 >>>> To: [hidden email] >>>> Subject: Changing default viewSize for search >>>> products >>>> >>>> >>>> Hi, >>>> >>>> I have laid out my products in 3 columns and so >>>> >> need >> >>>> to change the default viewsize for all product >>>> screens from 10 to 12. I found the reference to >>>> >> the >> >>>> categories screen but I can't for the life of me >>>> find out how to change the viewsize for the >>>> >> search >> >>>> screens. >>>> >>>> Help! >>>> >>>> >>>> Many thanks >>>> >>>> Jason >>>> >>>> >>>> >>>> > ________________________________________________________________________ > >>> >>> >>>> This e-mail has been scanned for all viruses by >>>> Star. The >>>> service is powered by MessageLabs. For more >>>> information on a proactive >>>> anti-virus service working around the clock, >>>> >> around >> >>>> the globe, visit: >>>> http://www.star.net.uk >>>> >>>> >>>> > ________________________________________________________________________ > >>> >>> >>>> >>>> > ________________________________________________________________________ > >>> >>> >>>> This e-mail has been scanned for all viruses by >>>> Star. The >>>> service is powered by MessageLabs. For more >>>> information on a proactive >>>> anti-virus service working around the clock, >>>> >> around >> >>>> the globe, visit: >>>> http://www.star.net.uk >>>> >>>> >>>> > ________________________________________________________________________ > >>> >>> |
Free forum by Nabble | Edit this page |