cupofme Posted July 18, 2016 Share Posted July 18, 2016 Ik zou graag het gehele subcategorieën blok verwijderen. Zie bijlage Ik heb al het 1 en ander geprobeerd: -category. tpl aangepast -cache legen internet/prestashop Alleen niet aangepast= aangekochte module, Best Kid Module. aan en uit zetten, maar dit heb ik al een keer eerder gedaan, ging helemaal mis met de webshop. Iemand nog andere tips? Of zie ik iets over het hoofd.. Link to comment Share on other sites More sharing options...
Adeko.nl Posted July 19, 2016 Share Posted July 19, 2016 Beste Cupofme, In het standaard thema van PrestaShop is dit mogelijk door category.tpl te openen en de lijnen 73 t/m 99 te verwijderen. {if isset($subcategories)} {if (isset($display_subcategories) && $display_subcategories eq 1) || !isset($display_subcategories) } <!-- Subcategories --> <div id="subcategories"> <p class="subcategory-heading">{l s='Subcategories'}</p> <ul class="clearfix"> {foreach from=$subcategories item=subcategory} <li> <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="{$subcategory.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> <h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}</a></h5> {if $subcategory.description} <div class="cat_desc">{$subcategory.description}</div> {/if} </li> {/foreach} </ul> </div> {/if} {/if} Wanneer je niet direct een verandering zie, raad ik je aan om in de backoffice naar "Geavanceerde instellingen > Prestaties" te gaan en rechtsboven op "Cache legen" te drukken. Probeer daarna nog is de categoriepagina te herladen. Ik geloof dat je in een ander topic hebt verteld dat je een gekocht thema gebruikt. Het kan dus zijn dat deze code er niet staat. Als dit het geval is, probeer dan een soort gelijke code te vinden. Wanneer je er niet uit komt horen we graag van je. Met vriendelijke groet, Het Adeko team! 1 Link to comment Share on other sites More sharing options...
cupofme Posted July 24, 2016 Author Share Posted July 24, 2016 Hi Adeko, Ik heb het gecheckt met mijn vader en het is nu eindelijk gelukt! Zolang gezocht en nu opgelost. Top, bedankt voor de info! grtjs Cup of Me Link to comment Share on other sites More sharing options...
cupofme Posted July 24, 2016 Author Share Posted July 24, 2016 p.s. we hebben de aanpassing gedaan in het gekochte thema 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