Announcement

Collapse
No announcement yet.

Searching all sections

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Searching all sections

    Hi all

    In Business it is possible to allow a user to search by section. When enabled, there is a drop down box next to the search box that allows the user to select the section to search (on search.html)

    The default for this selection box is blank but stipulates that all sections are searched.

    Does anyone know how to change the drop down so that rather than being blank, the default can have relevant words such as "All Sections"?

    Thanks

    Nick
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    #2
    Hi Nick

    The section dropdown on the search page is generated from NQV:SECTIONCONTROL in Act_SearchTemplate.html, but unfortunately it is created by the application and so cannot be customised before the generation of the html.

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      Ben, you are right the section control is created by the application but it uses checkout prompts for that so the final layout can be controlled. Actually the prompt 2286 is used for this bit. So if you go to the Design Text and look up this prompt you will find the default value
      Code:
      <OPTION VALUE="0">
      If you change it to something like
      Code:
      <OPTION VALUE="0">All Sections
      and upload then most likely it will work as expected.

      I hope this helps,
      Zoltan
      Actinic Software
      www.actinic.co.uk

      Comment

      Working...
      X