zanozi Posted April 29, 2014 Share Posted April 29, 2014 Как в 1.6 (у стандартного шаблона) отключить вывод картинки категории когда в категорию заходишь.? Link to comment Share on other sites More sharing options...
craze.kz Posted April 29, 2014 Share Posted April 29, 2014 это когда заходишь в родительскую категорию, а там показываются картинки подкатегорий, а аж потом ниже сам товар? если да, то тоже хочу знать как Link to comment Share on other sites More sharing options...
eburgaz Posted April 30, 2014 Share Posted April 30, 2014 Привет! Попробуйте это: http://www.mamma9.com/how-to/ecommerce/how-do-i-disable-the-subcategories-graphic-image-prestashop Comment out lines 33-36 of category.tpl in your theme directory: <!–<a >getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:’htmlall’:'UTF-8′}” title=”{$subcategory.name|escape:’htmlall’:'UTF-8′}”> <img src=”{$img_cat_dir}{if $subcategory.id_image}{$subcategory.id_image}{else}default{/if}-medium.jpg” alt=”"> </a> <br /> –> Then add a margin to the ul.inline_list li element in css/global.css in your theme directory to put space between the subcategories, for example: ul.inline_list li { float:left; text-align:center; width : 100px; margin-left: auto; margin-right: auto; margin-top : 30px; margin-bottom : 20px} You may consider the followings: In the .tpl files, instead of using <!— and —> to comment some HTML code, it may be better to use the smarty comments : {* and *} The difference is that the HTML comments will remain in the page source code and can be seen. Как в 1.6 (у стандартного шаблона) отключить вывод картинки категории когда в категорию заходишь.? Link to comment Share on other sites More sharing options...
zanozi Posted April 30, 2014 Author Share Posted April 30, 2014 Яж написал для 1.6, а эта заметка 2011 года Link to comment Share on other sites More sharing options...
zanozi Posted April 30, 2014 Author Share Posted April 30, 2014 (edited) ------------------- Edited April 30, 2014 by zanozi (see edit history) Link to comment Share on other sites More sharing options...
eburgaz Posted April 30, 2014 Share Posted April 30, 2014 Привет! Можите ли отправить ссылку вашего сайта? Я незнаю как сделать это в новой версии. Link to comment Share on other sites More sharing options...
craze.kz Posted May 1, 2014 Share Posted May 1, 2014 погуглив нашел, у меня получилось /themes/default-bootstrap/category.tpl, удалить код с 74 по 98 строчку включительно 1 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