alexm87 Posted May 19, 2020 Share Posted May 19, 2020 Bonjour, Je souhaite supprimer le bloc product_tabs, le bloc description longue et détails produits. J'ai commenté certaines lignes du fichier product.tpl, le texte a bien disparu mais j'ai toujours la barre vide du bloc qui apparaît et je n'arrive pas à la supprimer. Merci d'avance pour votre aide. Alexandra ligne commentée : {* {if $product.description} <li class="nav-item"> <a class="nav-link{if $product.description} active{/if}" data-toggle="tab" href="#description" role="tab" aria-controls="description" {if $product.description} aria-selected="true"{/if}>{l s='Description' d='Shop.Theme.Catalog'}</a> </li> {/if} *} {* <li class="nav-item"> <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details" role="tab" aria-controls="product-details" {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a> </li> *} {* <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> *} {*block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block*} Link to comment Share on other sites More sharing options...
Divine Posted May 19, 2020 Share Posted May 19, 2020 Version de Prestashop ? Thème utilisé ? URL de la boutique ?... Link to comment Share on other sites More sharing options...
alexm87 Posted May 19, 2020 Author Share Posted May 19, 2020 Bonsoir, prestashop 1.7.5.1, thème classic https://minisoukdespetits.fr Link to comment Share on other sites More sharing options...
Divine Posted May 20, 2020 Share Posted May 20, 2020 Il faut commenter l'ensemble du bloc (div id="product_tabs_block") 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