Jim wrote:For the third suggestion you could create a simple page template that only had the loop product section in it and use that for your top sellers page template. Assign products you want to be top sellers to that page and publish. Then load that page in your browser and copy out the section with the products and use that for the code to display your top sellers. If you copied that to an include file (under Merchandising > Custom Templates > includes) you could just use an [-- include filename --] to insert the topsellers into your pages.
[-- DEFINE PAGE --]
<html><head></head>
<body>
<!-- copy code below this line --><br />
<div class="features">
<table>
[-- Loop Products 4--]
<td width="25%">[-- product --]</td>
[-- end_loop products --]
</table>
</div>
<br><!-- end copy above this line -->
</body>
</html>
[-- END_DEFINE PAGE --]
Return to Custom Template Questions
Users browsing this forum: No registered users and 88 guests