Announcement

Collapse
No announcement yet.

Terms and Conditions showing under catalogue pages

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

    Terms and Conditions showing under catalogue pages

    Still getting to grips with Actinic..

    I'm using a fully custom css page instead of a template, using the same layout for brochure and catalogue pages.

    However on the catalogue pages for some reason the standard terms and conditions are appearing at the bottom of every page (not the brochure pages).

    I've obviously missed a quirk here, but why is it appearing on the catalogue pages?

    What should I be looking for?

    Site: www.tradepine.com

    #2
    This is the page you are talking about yea? http://www.tradepine.com/acatalog/

    Have you got an blockif statement around the T&C's layouts?
    "If my answers frighten you then you should cease asking scary questions"

    Comment


      #3
      That's the page

      Strange this is I don't have it in my html at all, so I don't know why it's appearing there.


      If it helps here is the html of the outer layout.



      HTML Code:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
      
      <head>
         <title><actinic:variable name="PageTitle" /></title>
      
         <actinic:variable name="BaseHref" />
      
      	<actinic:variable name="MetaTags" />
      
         <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
      
         <link rel="stylesheet" type="text/css" href="actinic-styles.css" />
      
      	<actinic:variable name="JavaScriptFunctions" />
      
      <body>
      <div id="pagewidth">
      <div id="masthead" style="left: 0px; top: 0px" >
      </div>
      	    <div id="top_nav">
      	        <a name="top" style="float:left;"></a>
                  <div class="menuitem" style="width:140px;" title="Home page"><a href="<actinic:variable name="HomePageURL" />" accesskey="1" >Home</a></div>
                  <div class="menuitem" style="width:240px;" title="Furniture"><a href="<actinic:variable name="CatalogURL" />" accesskey="" >Furniture Ranges</a></div>
                  <div class="menuitem" style="width:140px;" title="About Trade Pine Furniture"><a href="About_Trade_Pine.html" accesskey="" >About us</a></div>                    
                  <div class="menuitem" style="width:140px;" title="Contact Trade Pine"><a href="contact_us.html" accesskey="" >Contact us</a></div>
                  <div class="menuitem" style="width:140px;" title="Basket"><a href="<actinic:variable name="CartLinkText" />" accesskey="" >Basket</a></div>
                  <div class="menuitem" style="width:140px;" title="Checkout"><a href="<actinic:variable name="OrderLinkText" />" accesskey="" >Checkout</a></div>
                      
      </div>
      
      <div id="container">
      	<div id="left_col">
      	<div class="leftmenu">
      	<actinic:variable name="TopLevelSectionList" if="%3cactinic%3avariable%20name%3d%22IsTopSectionListIncluded%22%20%2f%3e" />
      	<br /><br />
         <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" />
         <actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" />
      	</div>
      	</div>
      <div id="page_content">
      		
      		<a name="content"></a> 
               <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
                  <!-- When logged in, this gives the company name, username and a login link -->
                  <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
               </actinic:block>
      
      			<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
      
      			</actinic:block>
      	
      			<actinic:block if="%21%20%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e" >
      				<img src="Web_Ready/header2.gif" alt=""/>
      			</actinic:block>
      	
      			<actinic:variable name="INNERLAYOUT" />
      			<actinic:variable name="ReferrerLink" />
      
      		</div>
      	<div id="right_col">
      	
      <actinic:variable name="QuickSearchBar" /><br />
               <actinic:variable name="ShoppingCartSummary" />
      			<br />
      			<a href="About_Trade_Pine.html">
      			<img src="Web_Ready/buy2save10.gif" border="0" alt="Buy 2 items Save £10" />
      			<img src="Web_Ready/buy3save20.gif" border="0" alt="Buy 3 items Save £20" />
      			<img src="Web_Ready/buy4save30.gif" border="0" alt="Buy 4 items Save £30" />
      			<img src="Web_Ready/buy5save40.gif" border="0" alt="Buy 5 items Save £40" />
      			<img src="Web_Ready/buy6save60.gif" border="0" alt="Buy 6 items Save £60" />
      			</a>
      
      	</div>
      </div>
      <div id="footer">
      
      	    <div class="footermenu">
      	        <a href="<actinic:variable name="CartLinkText" />" accesskey="" >Basket</a> |
      	        <a href="<actinic:variable name="SiteMapPageURL" />" accesskey="3" >Site Map</a> |
                  <a href="<actinic:variable name="InfoURL" />" accesskey="8" >Terms</a> |
                  <a href="#top" >Back to Top ^</a>
      				<p>TradePine.com 63-64 Bute Street, Treorchy, Rhondda Cynon Taff, CF42 6BD. Tel: 01443 774791</p>           
                  <p>Site created and hosted by
                  <a href="http://www.rcthosting.com">www.rcthosting.com</a></p>
              </div>
              
      
      </div>
      </div>
      </body>
      
      </html>

      Comment


        #4
        If it's not in the outer layout then it must be in the inner layout so check in the product layouts.

        Comment


          #5
          To follow up.

          On the catalogue index page it shows up, if going into one of the sections then it doesn't show up?

          Is there a site setting somewhere saying what page or layout the t&c appears on or something?

          Comment


            #6
            I think I found it

            The terms were surrounded with a block if but was missing the informationType ==2 filter

            (<actinic:variable name="SectionLevel" /> == 0) AND (<actinic:variable name="InformationType" /> == 2)

            Uploading now to see if that fixes it.

            Comment


              #7
              No need to upload, just look at the preview screen.

              Comment


                #8
                That did the trick

                Comment

                Working...
                X