Announcement

Collapse
No announcement yet.

Problems with my simple search and quick cart

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

    Problems with my simple search and quick cart

    Hi,
    I am having a problems within a new site I have designed.
    testing at: http://s136528768.websitehome.co.uk/acatalog/index.html
    It is a re-design of a current site although I am testing it on a completely different server and will point the customers dns to it when it is working.

    I've never encountered so many problems with getting the simple search, quick cart and checkout phase to work, something must be seriously wrong but I can't work out what at the moment.

    In the error logs the s.search in returning an error of:
    Program = SearchSc, Program version = 109 , HTTP Server = Apache/1.3.33 (Unix) , Return code = 999 , Date and Time = 2005/10/03 14:46, Internal Errors = Missing text search join mode. Please specify AND or OR.
    It seems I'm having real problems with parsing anything through the cgi-bin.

    I have refreshed the site but that didn't change anything

    Does anyone have any ideas on what I can do, much hair tearing happening at the moment
    regards
    Bangers
    Boxhedge New Media Design
    Design and development solutions for SME's.
    Tel: 0118 966 2786
    Examples of work can be found at http://www.boxhedge.com

    #2
    You seem to have commented out too much of the template. Try changing this
    Code:
            <!-- <input type="image" border="0" name="ACTION" src="quicksearch.gif" 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"> --></td>
    to
    Code:
            <!-- <input type="image" border="0" name="ACTION" src="quicksearch.gif" 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"></td>
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Wopps,
      Thanks again Bill,
      I'll give it a go
      regards
      Bangers
      Boxhedge New Media Design
      Design and development solutions for SME's.
      Tel: 0118 966 2786
      Examples of work can be found at http://www.boxhedge.com

      Comment

      Working...
      X