Announcement

Collapse
No announcement yet.

product layout - no image been shown

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

    product layout - no image been shown

    Hi all

    I am using a template for a "section link in box" for my product list. All other actinic components work apart from the [productimagelayout]

    here is the coding i am using for the product section

    <style type="text/css">
    <!--
    .style2 {font-size: 10px}
    .style3 {
    font-size: 12px;
    font-weight: bold;
    }
    .style4 {
    font-family: Tahoma;
    font-size: 10;
    }
    a {
    font-family: Tahoma;
    font-size: 8px;
    color: #006600;
    }
    a:link {
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    }
    a:hover {
    text-decoration: none;
    }
    a:active {
    text-decoration: none;
    }
    -->
    </style>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductFormUsed%22%20%2f%3e" >
    <form method="post" action="<actinic:variable value="Shopping Cart Script URL" name="OnlineScriptURL" />">
    <input type="hidden" name="SID" value="<actinic:variable name="SectionID" />" />
    <input type="hidden" name="PAGE" value="PRODUCT" />
    <input type="hidden" name="PAGEFILENAME" value="<actinic:variable name="SectionPageName" />" />
    <Actinic:SECTION BLOB='<actinic:variable name="SectionCatFile" />'/>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e" >
    <!-- Hidden field when in trial mode -->
    <input type="hidden" name="SHOP" value="<actinic:variable name="HiddenFields" />" />
    </actinic:block>
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductFormUsed%22%20%2f%3e" ></form>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="thinborder1">
    <tr>
    <td height="20" colspan="4" align="left" bgcolor="<actinic:variable name="Palette1" />"><span class="boxheading"><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><span class="style3"><a name="<actinic:variable name="EncodedProductAnchor" />" class="style4 style2" id="<actinic:variable name="EncodedProductAnchor" />">
    <actinic:variable name="ProductName" />
    </a></span></a></span></td>
    </tr>
    <tr>
    <td width="38%" rowspan="2">
    <table border="0" cellspacing="0" cellpadding="10">
    <tr>
    <td width="182" valign="top"><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ></a>
    <actinic:variable name="ProductImageLayout" /></td>
    <td width="452" align="left" valign="top">&nbsp;</td>
    </tr>
    </table> </td>
    <td width="19%" rowspan="2">&nbsp;</td>
    <td width="19%" rowspan="2"><actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e" > <b>
    <Actinic:PRICES PROD_REF="<actinic:variable name="ProductReference" />" RETAIL_PRICE_PROMPT="<actinic:variable name="ProductPriceDescription" />">
    <actinic:variable name="PriceListRetail" />
    </Actinic:PRICES>
    </b> </actinic:block></td>
    <td width="24%"><div align="center"><span class="style2">
    <actinic:variable name="AddToCartButton" />
    </span></div></td>
    </tr>
    <tr>
    <td><div align="center">
    <actinic:variable name="ExtendedInformationLinks" />
    </div></td>
    </tr>
    </table>
    </p>
    </actinic:block>

    can anyone help?
    http://www.beddingcentres.co.uk
    memory foam mattresses and discounted beds. free next day delivery on everything over £100

    http://www.mrmattress.co.uk

    #2
    You got a page URL Sinead so we can see the issue in situ?

    Regards
    Daren
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    Comment


      #3
      its not actually live and dont want to put the whole site live yet as its not finished. is there anyway i can do something else so you can see it?
      http://www.beddingcentres.co.uk
      memory foam mattresses and discounted beds. free next day delivery on everything over £100

      http://www.mrmattress.co.uk

      Comment


        #4
        its ok sorted the problem. it was to do with the actinic blocks surrounding the porduct layout variable. thanks guys
        http://www.beddingcentres.co.uk
        memory foam mattresses and discounted beds. free next day delivery on everything over £100

        http://www.mrmattress.co.uk

        Comment

        Working...
        X