I'd like to put to product on the same page but different position. Let's see!
<table width="50%"> <tr> <td>$sProductsList</td> </tr> <tr> <td>Some texts...</td> </tr> <tr> <td>$sProduct</td> - here I'd like to put only one product. </tr> <tr> <td>$sProduct2</td> - here I'd like to put anotherproduct. </tr> </table>
I preffer to do this from admin/products pages ctrl+click.
Hi, in my opinion, this is impossible to do in administration via one or two clicks. Try this: First try to display those special two products alone in their own category. Then open the webshop HTML source of the page displaying that special category (and products). Copy/paste following into the target page you want your single product to have displayed: <ul id="products">... all the stuff in between... </ul>
Your editor should be WYSIWYG OFF, so you can directly paste HTML.