ceskynakup.cz Posted January 19, 2011 Share Posted January 19, 2011 Hi everyone, I try to edit product-list.tpl in default prestashop 1.3 theme to display products (for example http://www.ceskynakup.cz/39-prikryvky-polstare-prosivane-z-duteho-vlakna-pro-alergiky ) horizontaly. Here is code, my code, but not working.. any ideas? {assign var='liHeight' value=175} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=products} {$product.name|truncate:30:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|strip_tags|truncate:100:'...'} getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> {/foreach} Link to comment Share on other sites More sharing options...
Sem Tam Posted January 19, 2011 Share Posted January 19, 2011 grid view:http://www.freeprestashopmodules.com/2009/06/30/change-sub-categories-to-grid-view/ Link to comment Share on other sites More sharing options...
ceskynakup.cz Posted January 19, 2011 Author Share Posted January 19, 2011 Thank you soooooo much! :-)working http://www.ceskynakup.cz/39-prikryvky-polstare-prosivane-z-duteho-vlakna-pro-alergiky Link to comment Share on other sites More sharing options...
Sem Tam Posted January 19, 2011 Share Posted January 19, 2011 Neni zac Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now