pipoleclown Posted January 28, 2015 Share Posted January 28, 2015 Salutations, J'ai un petit souci concernant le label neuf qui se met sur les images. Voir la capture ci-jointe. Comment pourrais-je enlever ça ? D'avance merci Pipo Link to comment Share on other sites More sharing options...
thomasharko Posted January 29, 2015 Share Posted January 29, 2015 Bonjour, Ton image affichant "neuf", c'est à vérifier mais je pense que cela doit venir là Dans Préférences -> Produits Tu peux modifier le nombre de jour durant lequel un produit est considéré comme "nouveau" Bonne journée Link to comment Share on other sites More sharing options...
pipoleclown Posted January 29, 2015 Author Share Posted January 29, 2015 Oui c'est bien ça, mais ça ne résout pas mon problème. Merci toute fois pour ton aide. J'ai finit par trouver : Dans la traduction de mon thème, dans product list, il y avait "neuf" que j'ai remplacé. Pipo Link to comment Share on other sites More sharing options...
Krystel Posted January 31, 2015 Share Posted January 31, 2015 (edited) Je souhaiterais enlevé ce bandeau mais conserver mes articles dans les nouveautés. Où dans le source peut-on enlever ce bandeau car il me met nouveau même sur des articles d'occasion ? Edited January 31, 2015 by Krystel (see edit history) 1 Link to comment Share on other sites More sharing options...
thomasharko Posted January 31, 2015 Share Posted January 31, 2015 Dans ton themes fichier product-list.tpl Il faut supprimer ou commenter les lignes : <!-- Desactivation New {if isset($product.new) && $product.new == 1} <a class="new-box" href="{$product.link|escape:'html':'UTF-8'}"> <span class="new-label">{l s='New'}</span> </a> {/if} --> Du coup il faut faire cette action partout où tu souhaites enlever le bander, product.tpl, bloc de produits sur page d'accueil, etc... Et vider ton cache pour voir apparaitre les modifs. Bonne journée Link to comment Share on other sites More sharing options...
Krystel Posted January 31, 2015 Share Posted January 31, 2015 (edited) Merci ça a fonctionné Edited January 31, 2015 by Krystel (see edit history) Link to comment Share on other sites More sharing options...
Fulanyboy Posted February 3, 2015 Share Posted February 3, 2015 Vous pouvez avec l'éditeur complet marquer comme "résolu" votre topic sur votre tout premier post Link to comment Share on other sites More sharing options...
Krystel Posted February 4, 2015 Share Posted February 4, 2015 Mais ce n'est pas le mien je ne peux pas modifier Link to comment Share on other sites More sharing options...
Krystel Posted January 27, 2016 Share Posted January 27, 2016 Comme par magie, la bande "new" est revenue sur les images J'ai cherché partout et ça s'est aucune part : {if isset($product.new) && $product.new == 1}<a class="new-box" href="{$product.link|escape:'html':'UTF-8'}"><span class="new-label">{l s='New'}</span></a>{/if} Si quelqu'un a une idée. Merci 1 Link to comment Share on other sites More sharing options...
Ser. Posted August 2, 2020 Share Posted August 2, 2020 Moi non plus, je suis sous la dernière version presta (mise à jour mineure): Je n'ai pas les lignes en question (ou je n'arrive pas à les voir): Quote {extends file=$layout} {block name='content'} <section id="main"> {block name='product_list_header'} <h1 id="js-product-list-header">{$listing.label}</h1> {/block} <section id="products"> {if $listing.products|count} <div> {block name='product_list_top'} {include file='catalog/_partials/products-top.tpl' listing=$listing} {/block} </div> {block name='product_list_active_filters'} <div class="visible--desktop"> {$listing.rendered_active_filters nofilter} </div> {/block} <div> {block name='product_list'} {include file='catalog/_partials/products.tpl' listing=$listing} {/block} </div> <div id="js-product-list-bottom"> {block name='product_list_bottom'} {include file='catalog/_partials/products-bottom.tpl' listing=$listing} {/block} </div> {else} <div id="js-product-list-top"></div> <div id="js-product-list"> {include file='errors/not-found.tpl'} </div> <div id="js-product-list-bottom"></div> {/if} </section> </section> {/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