Announcement

Collapse
No announcement yet.

Add to cart at section level?

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

    #16
    Thats what I did, but it just opens up the offending page, in this case its a 'section link layout' page. It doesn't actually take me to the bit of code which is broken.... not very helpful?!

    Comment


      #17
      You need to move your <form ...> and </form> stuff to be inside ProductList block:
      Code:
       
      SECTION RELATED CODE HERE
      <actinic:block type="ProductList" >
      	START FORM CODE HERE
      	.
      	PRODUCT RELATED CODE HERE
      	.
      	END FORM CODE HERE
      </actinic:block>
      SECTION RELATED CODE HERE
      I would have posted code but your layout uses no indentation to help me see where blocks begin and end and how they're nested so I gave up.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #18
        Originally posted by LouPhi View Post
        Thats what I did, but it just opens up the offending page, in this case its a 'section link layout' page. It doesn't actually take me to the bit of code which is broken.... not very helpful?!
        When I use this method it highlights the offending code in grey...

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment


          #19
          Norman - thanks for your response... with regard to no-indentation, this was copied from within Actinic (not something I've written myself) so I can't say why its not indented.. I'll see if I can figure this out

          WebD... thanks for your comment, lucky you! Its not doing it for me

          Comment

          Working...
          X