Announcement

Collapse
No announcement yet.

Add to cart not working

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

    Add to cart not working

    The Actinic site I am having trouble with is located here:
    http://clientel-testsite.co.uk/acatalog/

    Havent got a clue what I have edited to make the add to cart not work but here is what is in my Act_ProductLine template:

    Code:
    <!-- ProductLine HTML begin -->
    <!-- Insert HTML for the top of the individual product -->
    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
      <tr align="left">
        <td rowspan="2" style="vertical-align:top" align="right"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE</td>
        <td valign="TOP" align="LEFT" colspan="2" style="padding-left:15px;">  
          <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
          <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
          NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
          <br>
    
          <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
          NETQUOTEVAR:PRICEEXPLANATION </span><br>
          <b>NETQUOTEVAR:PRODUCTPRICE</b>
    <span class="actxsmall">
         NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
         <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
         </span>
         NETQUOTEVAR:TEMPLATEENDXML
          <span class="actxsmall">NETQUOTEVAR:DISCOUNTINFO </span>
    
          <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
          <span class="actxsmall">NETQUOTEVAR:DATEPROMPT </span>
        </td>
      </tr>
    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the bottom of the individual product -->
    <!-- ProductLine HTML end -->
    Has anyone got any ideas?

    Many Thanks,

    Tracey

    #2
    do you know if it worked before making the changes to the product template?

    I would copy this template out of the way, choose a standard actinic one (or go to the themes folder and copy a clean act-productline.html), use it and test the cart.

    If add to cart works with the new template, add your changes back in one at a time to find the erroneous code

    Comment


      #3
      That template is OK. However your generated pages show no <FORM...> and </FORM> tags around your products.

      Have you deleted them in Design / Text / Phase -1, ID 2279 and 2280?
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks for your suggestions......

        The form tags are still showing in Design | Text in IDs 2279 & 2280

        I also tried using the standard Act_ProductLine template from a clean style theme but it is still not working.

        A client sent the snapshot across with all the products and i edited the templates, i am starting to wonder if something has been left out of the Act_Primary template?

        Will use the standard Act_Primary template to see if that makes any difference, If anyone has any ideas, can you let me know?

        Cheers,

        Tracey

        Comment


          #5
          I would be inclined to swap the original templates back in (one by one) to find out which template is causing the error.

          Comment

          Working...
          X