Announcement

Collapse
No announcement yet.

Add To Basket button stopped working

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

    Add To Basket button stopped working

    Help needed

    Working on our new site design, and its falling into place but the Add To Basket buttons don't do anything - any obvious pointers on what might be missing or accidentially deleted much appreciated.

    The site is Your Aromatherapy

    #2
    A quick look shows that you have the search form embedded in the shopping cart form. The code below is misplaced. You must have reordered the templates.
    <form name="frmSearch" action="http://www.your-aromatherapy.co.uk/cgi-bin/ss000001.pl" METHOD="get" ID="Form1"><input type="hidden" name="TB" value="A" ID="Hidden1"> <input onFocus="this.value='';" name="SS" type="text" value="Search Products" class="leftform" ID="Text1"><img onMouseOver="javascript:this.style.cursor='hand'" onmouseout="javascript:this.style.cursor='default'" onClick="frmSearch.submit();" src="button_search-go.gif" width="18" height="19" border="0" alt="Search our aromatherapy shop" align="absMiddle" hspace="5"></form>
    Bob Ladden

    Comment


      #3
      Thanks for looking Bob.

      So is the only option to remove the Search link on the catalogue pages?

      Comment


        #4
        Sorted

        Javascript to the rescue again. I really ought to learn how to format Actinic properly. Anyone recommend a good intensive from-basic-to-advanced-in-a-few-days course that doesn't cost as much as the software??

        Comment

        Working...
        X