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"> </td>
</tr>
</table> </td>
<td width="19%" rowspan="2"> </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?
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"> </td>
</tr>
</table> </td>
<td width="19%" rowspan="2"> </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?
Comment