drumslist Posted December 30, 2010 Share Posted December 30, 2010 Just wondering if anyone has played around with product.tpl in order to list a products' accessories across one line horizontally. By default, the items are listed vertically. I would like to keep my customers from having to scroll as much as possible, so it would be nice to have very brief accessory descriptions no more than 150px in height with maybe 5 accessories listed across one line.Thanks very much!Andy Link to comment Share on other sites More sharing options...
yesiam Posted March 1, 2011 Share Posted March 1, 2011 Change this lines in your product.tpl :{if isset($accessories) AND $accessories} <!-- accessories --> {include file=$tpl_dir./product-list.tpl products=$accessories} {/if}Best Regards. Link to comment Share on other sites More sharing options...
drumslist Posted March 1, 2011 Author Share Posted March 1, 2011 thanks very much yesiam -- I'll give that a try! -- Andy Link to comment Share on other sites More sharing options...
kugi Posted August 24, 2012 Share Posted August 24, 2012 This doesnt work. Link to comment Share on other sites More sharing options...
Recommended Posts