Announcement

Collapse
No announcement yet.

'Add to basket' gives search error

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

    'Add to basket' gives search error

    I'm just developing my first site in v.9. I've put a test site live at http://www.footmarkcustomer.co.uk, but there's a problem with the 'add to basket' function. Every time I click on the 'add to basket' button for any product, I get the error message 'Missing text search join mode. Please specify AND or OR.', which seems to be a message relating to the search function.

    The layout code associated with the image in the design view is 'Add to cart button image', and I can't see anything obvious that refers to a search function rather than an add to cart function.

    Any ideas?

    #2
    Just before your products start, I see (dodgy stuff in red):
    Code:
    <!-- welcome message and a LOGOUT button -->
    <Actinic:WELCOME/>
    
    </FORM>
    <FORM METHOD="POST" ACTION="http://www.footmarkcustomer.co.uk/cgi-bin/ss000001.pl">
    <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="">
    
    <input type=HIDDEN name="SHOP2" value="" />
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    I've no idea where this comes from but it's wrong (note the </FORM> before he <FORM ...>) and is breaking your pages. Look about 10 lines down and you'll see the proper product <form ...> but it's illegally nested inside the spurious one.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman, looks like it's picked up some old code, I'll see if I can track it down and weed it out!

      R

      Comment

      Working...
      X