Nonne.biz Posted October 15, 2009 Report Share Posted October 15, 2009 Hi, ich möchte das die Prodiukte in 2 spalten angezeigt wird. Habe die product_listing_v1.html mal angepasst aber nix is mit 2 spalten. Unter XT 3 war es einfacher mit den col zusatz. Bei Veyton vermisse ich die Design Auswahl. Hat jemand ein Tip? Theresa Link to comment Share on other sites More sharing options...
mirmoos Posted February 25, 2010 Report Share Posted February 25, 2010 Hi, Antwort kommt zwar spät aber sie ist da <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> {foreach name=products_list item=module_data from=$product_listing} <td>Hier kommt die Produktinfo rein die wiederholt werden soll</td> {if $smarty.foreach.products_list.iteration % 2 == 0} </tr> {/if} {/foreach} </table> [/HTML] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.