Hi we're currently running: v8.5.3 and we are currently SPP. i've seen a few posts on the forums but that don't seem to answer my question.
Cant i have my add to cart and dropdown attributes @ section level. If so, how can this be accomplished?.
Our current section layout is as followed:
Cant i have my add to cart and dropdown attributes @ section level. If so, how can this be accomplished?.
Our current section layout is as followed:
HTML Code:
<!-- SectionLine HTML begin --> <!-- Insert HTML for the beginning of a section title --> <DIV ALIGN="CENTER"> <TABLE BORDER="0" CELLSPACING="0" width="154" CELLPADDING="5" valign="TOP"> <TR> <TD ALIGN="center" VALIGN="TOP"> <p style="margin:0px;font-size:12px"><B><A class="whitebg" HREF="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><!-- SectionNavImage HTML begin --> <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionImageAlt%22%20%2f%3e%20%3d%3d%20%22%22" > <img alt="<actinic:variable name="SectionName" />" src="<actinic:variable name="SectionImageFileName" />" border="0" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionImageAlt%22%20%2f%3e%20%21%3d%20%22%22" > <img src="<actinic:variable name="SectionImageFileName" />" alt="<actinic:variable name="SectionName" />" onMouseOver="src='<actinic:variable name="SectionImageAlt" />' " onMouseOut="src='<actinic:variable name="SectionImageFileName" />' " border="0"> </actinic:block> <!-- SectionNavImage HTML end <actinic:variable name="SectionImageHeight" /> <actinic:variable name="SectionImageWidth" /> --></A> <p style="margin:0;font-size:11px"><B><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" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><actinic:variable formatting="font(Color|808080)" name="SectionName" /></A></B></p> <actinic:block type="ProductList" > <actinic:block type="PriceList" > <actinic:variable name="PriceLayout" /><br/> </actinic:block> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29" > <actinic:variable name="AddToCartButton" /><br> </actinic:block> <actinic:variable formatting="bold" encoding="actinic" name="SectionDescription" /> </TD> </TR> </TABLE> </DIV> <!-- Insert HTML for the end of a section title --> <!-- SectionLine HTML end -->
Comment