RadioMaster Posted November 16, 2011 Share Posted November 16, 2011 Уважаемые престашоповци, помогите сделать вывод товаров в несколько колонок. Какой файл нужно редактировать? Какой код искать? Возможно есть готовые решения вывода в 3-4 колонки, без каких либо кнопок (Цена картинка, вот то что мне нужно). на форуме нечего не нашел... Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted November 16, 2011 Share Posted November 16, 2011 редактировать /themes/your_theme/category.tpl искать http://goo.gl/93FGh 1 Link to comment Share on other sites More sharing options...
RadioMaster Posted November 18, 2011 Author Share Posted November 18, 2011 Нечего не получайся, вот код файла category.tpl, что тут нужно изменить? {include file="$tpl_dir./breadcrumb.tpl"} {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {$categoryNameComplement|escape:'htmlall':'UTF-8'} <span class="category-product-count"> {include file="$tpl_dir./category-count.tpl"} </span> {/strip} </h1> {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} <div class="align_center"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> {/if} {/if} {if $category->description} <div class="cat_desc">{$category->description}</div> {/if} {if isset($subcategories)} <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a><br /> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> </li> {/foreach} </ul> <br class="clear"/> </div> {/if} {if $products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-list.tpl" products=$products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} {elseif !isset($subcategories)} <p class="warning">{l s='There are no products in this category.'}</p> {/if} {elseif $category->id} <p class="warning">{l s='This category is currently unavailable.'}</p> {/if} {/if} Link to comment Share on other sites More sharing options...
xSpikeRx Posted November 18, 2011 Share Posted November 18, 2011 редактировать необходимо если память не изменяет product-list.tpl конкретней лично я удалял оттуда краткое описание остальные параметры добавлять удалять по вкусу. Вторым делом почти весь ваш вопрос таится в css верстке. Конкретно под ваш шаблон уж не скажу названий селекторов в ксс но находите блок товара и придаете ему вид какой надо. С месяц назад на своем сайте пробовал все получалось Link to comment Share on other sites More sharing options...
bajun Posted December 16, 2011 Share Posted December 16, 2011 через сss у меня товар выводился через список,я просто задал вывод правильный и все. Link to comment Share on other sites More sharing options...
Recommended Posts