Announcement

Collapse
No announcement yet.

Adding Simple Search to basket & login page

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

    Adding Simple Search to basket & login page

    Hi,

    I've placed a simple search successfully onto my brochure and catalog pages.

    However I wish to include this on the login page and shopping cart page. I understand that these pages use the Primary template, where I've already included NETQUOTEVAR:SIMPLESEARCH for showing the search on the catalog pages. Although when I view either the login or basket page the search isn't shown.

    Does anyone know how I could place the search onto these pages?

    Regards,

    Andrew

    #2
    You can add the simple search to any page (even outside of Actinic) using:


    <table width="140" border=0 align=center cellpadding=0 cellspacing=0>
    <form name=simplesearch action="http://www.domain.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
    <tr>
    <td valign=middle noWrap align=center> <input type="TEXT" name="SS" size="11" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'">
    <input TYPE=HIDDEN NAME="PR" VALUE="-1"> <input TYPE=HIDDEN NAME="TB" VALUE="A">
    <input TYPE=HIDDEN NAME="SHOP" VALUE=""></td>
    </tr>
    </form>
    </table>


    replace "domain.co.uk" accordingly


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Many thanks for the reply.

      Will the 'ss000001.pl' all ways be 01?

      The only reason for asking is that when I view the source of a page where it does work it has 'ss100023.pl'.

      Regards,

      Andrew

      Comment


        #4
        It depends what you have setup already .... if that is working for you then change the reference to suit


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X