Foster Posted February 12, 2013 Share Posted February 12, 2013 (edited) Salut comme mon titre l'indique je souhaiterais supprimer le descriptif qui se trouve sous les images du bloc meilleures ventes. Je suis alllez dans blocknewproduct.tpl et j'ai supprimé la ligne en rouge ci dessous mais sans résultat, quelqu'un aurait une idée ? Merci. * @version Release: $Revision: 6594 $ * @license http://opensource.or...ses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- MODULE Block best sellers --> <div id="best-sellers_block_right" class="block products_block"> <h4><a href="{$link->getPageLink('best-sales.php')}">{l s='Top sellers' mod='blockbestsellers'}</a></h4> <div class="block_content"> {if $best_sellers|@count > 0} <ul class="product_images"> <li><a href="{$best_sellers.0.link}" title="{$best_sellers.0.legend|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($best_sellers.0.link_rewrite, $best_sellers.0.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$best_sellers.0.legend|escape:'htmlall':'UTF-8'}" /></a></li> {if $best_sellers|@count > 1}<li><a href="{$best_sellers.1.link}" title="{$best_sellers.1.legend|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($best_sellers.1.link_rewrite, $best_sellers.1.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$best_sellers.1.legend|escape:'htmlall':'UTF-8'}" /></a></li>{/if} </ul> <dl> {foreach from=$best_sellers item=product name=myLoop} <dt class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}"><a href="{$product.link}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}</a></dt> {/foreach} </dl> <p><a href="{$link->getPageLink('best-sales.php')}" title="{l s='All best sellers' mod='blockbestsellers'}" class="button_large">{l s='All best sellers' mod='blockbestsellers'}</a></p> {else} <p>{l s='No best sellers at this time' mod='blockbestsellers'}</p> {/if} </div> </div> <!-- /MODULE Block best sellers --> Edited February 12, 2013 by Foster (see edit history) Link to comment Share on other sites More sharing options...
KeNdO.83 Posted February 12, 2013 Share Posted February 12, 2013 (edited) Intervient au niveau du CSS c'est ce que j'ai fait ! Tu enleve l'affichage de la description et il te reste plus que les images. Et n'oubli pas de cocher desactiver le cache et forcer la compilation sinon tu ne risque de pas voir les changements. A+ Edited February 12, 2013 by KeNdO.83 (see edit history) Link to comment Share on other sites More sharing options...
Foster Posted February 12, 2013 Author Share Posted February 12, 2013 (edited) Merci Kendo, par contre tu enlèves quel ligne exactement, j'ai essayé d'enlever /* ————— blockbestsellers.tpl ————— */ mais ça ne fonctionne pas.... ? Edited February 12, 2013 by Foster (see edit history) Link to comment Share on other sites More sharing options...
Foster Posted March 29, 2013 Author Share Posted March 29, 2013 Quelqu'un pourrait il m'éclairer sur ce qu'il faudrait enlever dans le css ? Merci. 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