Announcement

Collapse
No announcement yet.

Page repetition on contact us and checkout pages

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

    Page repetition on contact us and checkout pages

    Hello, I'm new to actinic community so be gentle.

    Uploaded a new site about a week ago, http://www.quilters-haven.co.uk/, and noticed that on the contact us page and checkout pages some of the content repeats below.
    There also seems to be an on page message as follows "Error parsing XML text (Actinic:NOTINB2B)".

    Looking through the layout i can't seem to fathom why it does this any ideas or possible solutions would be greatly appreciated. Thankyou.

    #2
    Best look at that Error parsing XML first as this may be causing the other error.

    In your overall layout you should have code like:
    Code:
    		<actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e">
    			<Actinic:NOTINB2B>
    				<td class="page_header_menu_cart_login_spacing"><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
    				<td><div class="page_header_menu_login"><p class="text_menu_cart"><a href="<actinic:variable name="LoginPageURL" />" class="link_cart"><actinic:variable name="LoginText" /></a></p></div></td>
    				<td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
    			</Actinic:NOTINB2B>
    		</actinic:block>
    But your pages are missing the </Actinic:NOTINB2B> line. Best check what's wrong there.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thankyou Norman for posting the snipnet of code it helped sort out the problem. Turned out I was missing </Actinic:NOTINB2B>.

      Comment

      Working...
      X