Announcement

Collapse
No announcement yet.

Product 1 in vertical list of products wont add to cart

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

    Product 1 in vertical list of products wont add to cart

    Hi there
    Im using V9, as a fairly new user to it.

    I've updated an old site ive inherited and encountered following problem.

    I have list of products all using 'standard layout using css'

    but when testing the first product in the list wont add to shopping cart.


    I get the following URL in browser

    [url]http://www.bigfootbasketball.co.uk/acatalog/MENS_BASKETBALL_SHOES_7_and_7.5.html?SID=119&PAGE=PRODUCT&PAGEFILENAME=MENS_BASKETBALL
    _SHOES_7_and_7.5.html&Q_380=1&_380=Add+To+Cart

    Ive moved products around and it only occurs with first product in a section, regardless of what the product is.

    All products use the same layout, so am at a loss as to why the first product is being treated differently.

    I've left the page up http://www.bigfootbasketball.co.uk/index.html if anyone wants to view it.

    many thanks
    Toni

    #2
    I can't see why but it seems to be picking up the hidden value for pagefilename as the submit target rather than the form action.

    <form method="post" action="http://www.bigfootbasketball.co.uk/cgi-bin/ca000001.pl">
    <input type="hidden" name="SID" value="119" />
    <input type="hidden" name="PAGE" value="PRODUCT" />
    <input type="hidden" name="PAGEFILENAME" value="MENS_BASKETBALL_SHOES_7_and_7.5.html" />
    Someone else might be able to see the problem.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Your pages contain

      <form name="Act_SectionDroplist">

      without any closing

      </form>

      (or indeed any other code to do with a Section drop down list).

      That's what's breaking the first product on the page.

      Remove that line (or repair the drop-down Section list code).
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        many thanks

        Many thanks Norman.

        I must remember to keep doing working snapshots!

        Comment


          #5
          You also have JavaScript errors.

          Move the JavaScript you have above the <head> tag to somewhere below the <Actinic:BASEHREF ....> one.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            thanks again

            thanks again Norman

            All I need now is to work out how to delete the last error!
            'createarray' is undefined



            PS - Norman, i'll be in touch about the NorList plug in as i think it will make the site look so much tidier with regard to the section lists.

            Comment


              #7
              You have duplicated that JavaScript I mentioned rather than moving it. Delete the JavaScript above the </head> tag.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment

              Working...
              X