I've got some items on a site which I dont want to be available to order online but I want them to appear on the site with all the relevant details.
This is an extract from my product line template:
<TR HEIGHT=30>
<TD WIDTH=150 class="pprice">NETQUOTEVAR:PRODUCTPRICE</TD>
<TD WIDTH=449 class="pprice" ROWSPAN=2><Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></TD>
</TR>
<TR HEIGHT=1><TD COLSPAN=2 BACKGROUND="dot.gif"></TD></TR>
<TR VALIGN="TOP">
<TD COLSPAN=2 class="pdesc">NETQUOTEVAR:PRODUCTDESCRIPTION</TD>
</TR>
<TR HEIGHT=1><TD COLSPAN=2 BACKGROUND="dot.gif"></TD></TR>
<TR HEIGHT=30 VALIGN="BOTTOM">
<TD COLSPAN=2>NETQUOTEVAR:VARIANTS </TD>
This works fine normally (price, then add to cart button displayed and at the bottom the variants), but when I uncheck the "Can Be Ordered Online" box I get the price displayed, then NETQUOTEVAR:VARIANTADDTOCARTBUTTON and at the bottom of the product I get NETQUOTEVAR:VARIANTS
Anyone found a solution for this or am I doing something completely wrong here?????
Thanks
Craig
This is an extract from my product line template:
<TR HEIGHT=30>
<TD WIDTH=150 class="pprice">NETQUOTEVAR:PRODUCTPRICE</TD>
<TD WIDTH=449 class="pprice" ROWSPAN=2><Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></TD>
</TR>
<TR HEIGHT=1><TD COLSPAN=2 BACKGROUND="dot.gif"></TD></TR>
<TR VALIGN="TOP">
<TD COLSPAN=2 class="pdesc">NETQUOTEVAR:PRODUCTDESCRIPTION</TD>
</TR>
<TR HEIGHT=1><TD COLSPAN=2 BACKGROUND="dot.gif"></TD></TR>
<TR HEIGHT=30 VALIGN="BOTTOM">
<TD COLSPAN=2>NETQUOTEVAR:VARIANTS </TD>
This works fine normally (price, then add to cart button displayed and at the bottom the variants), but when I uncheck the "Can Be Ordered Online" box I get the price displayed, then NETQUOTEVAR:VARIANTADDTOCARTBUTTON and at the bottom of the product I get NETQUOTEVAR:VARIANTS
Anyone found a solution for this or am I doing something completely wrong here?????
Thanks
Craig
Comment