Announcement

Collapse
No announcement yet.

quick Search not Working (v7)

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

    quick Search not Working (v7)

    Hi All

    I know i am still using an archaic form of actinic for one of my sites but the vendor is reluctant to change over to anything else.

    I am having a problem with the wuick search on www.mrmattress.co.uk

    This is the coding i am using on the pages
    Code:
    form name=simplesearch action="NETQUOTEVAR:SEARCHCGIURL" METHOD="NETQUOTEVAR:CGIMETHOD">
                            <tr>
                              <td valign="middle" noWrap align=left><input type="TEXT" name="SS" size="10" maxsize="125" value="keywords" onFocus="this.value='';this.style.background='#FFFFFF'">
                                &nbsp; </td>
                              <td valign="bottom" noWrap align=left><div align="center">
                                  <!-- <input type=SUBMIT name=ACTION value="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT"> -->
                                  <input type="image" border="0" name="ACTION" src="quicksearch.jpg" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT">
                                  <input TYPE=HIDDEN NAME="PR" VALUE="-1">
                                  <input TYPE=HIDDEN NAME="TB" VALUE="A">
                                  <input TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOPID">
                              </div></td>
                            </tr>
                          </form>
    Its just bringing up an error.
    Have i missed something out?
    http://www.beddingcentres.co.uk
    memory foam mattresses and discounted beds. free next day delivery on everything over £100

    http://www.mrmattress.co.uk

    #2
    I'd go back to your original theme folder (or any theme - maybe business css as all theme templates will have the same search template) and find the quicksearch code in the search template in its raw state and paste that in to replace your code, then test again.

    Comment


      #3
      This is weird. On your live site I see:
      Code:
                      <form name=simplesearch action="NETQUOTEVAR:SEARCHCGIURL" METHOD="NETQUOTEVAR:CGIMETHOD">
                        <tr>
                          <td valign="middle" noWrap align=left><input type="TEXT" name="SS" size="10" maxsize="125" value="keywords" onFocus="this.value='';this.style.background='#FFFFFF'">
                            &nbsp; </td>
                            <td valign="bottom" noWrap align=left><div align="center">
                              <!-- <input type=SUBMIT name=ACTION value="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT"> -->
                              <input type="image" border="0" name="ACTION" src="acatalog/quicksearch.jpg" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT">
                              <input TYPE=HIDDEN NAME="PR" VALUE="-1">
                              <input TYPE=HIDDEN NAME="TB" VALUE="A">
                              <input TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOPID">
                              </div></td>
                          </tr>
                        </form>
      So it looks like Actinic isn't parsing the NETQUOTEVAR's in your Act_Primary. Best post the code from that template (from the start down to </head>).
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X