Hi we're classixshop [dot] com
We're using the soapbox review plug-in for Actinic are has been going really well, but we have put the full bestseller and full new product sections along side the full top rated section which is generated in the soapbox plug-in when anyone reviews a product.
My question is how do i get my full top rated products to appear like my actinic full bestsellers / new products. I can see that the actinic sections are managed by a List within the layouts, but our top rated section uses the following layout
The page renders ok in Opera, but in EI8 and actinic preview the page doesn't appear correctly so i'm assuming the code isn't correct (as usual). Any pointers fellow Actinicers?
Cheers FrAz
We're using the soapbox review plug-in for Actinic are has been going really well, but we have put the full bestseller and full new product sections along side the full top rated section which is generated in the soapbox plug-in when anyone reviews a product.
My question is how do i get my full top rated products to appear like my actinic full bestsellers / new products. I can see that the actinic sections are managed by a List within the layouts, but our top rated section uses the following layout
HTML Code:
<table width="<actinic:variable name="SectionListWidth" />"> <div> <actinic:block type="EntireSectionList" > <actinic:block type="ProductList" > <actinic:block if="%3cactinic%3avariable%20name%3d%22SoapboxIsTopRated%22%20%2f%3e%20%3d%3d%20true"> <tr><td rowspan="4"><actinic:variable name="BestSellerItem" value="Full Best Seller Layout Using CSS" /></td></tr> </actinic:block> </actinic:block> </actinic:block> </div> </table>
Cheers FrAz