Lind22 Posted June 25, 2021 Share Posted June 25, 2021 (edited) Buonasera a tutti, mi chiedevo se fosse possibile rendere sempre visibile l'etichetta 'Nuovo/New'. Al momento compare solo al passaggio del mouse. Grazie, Linda Edited July 1, 2021 by Lind22 (see edit history) Link to comment Share on other sites More sharing options...
Lind22 Posted July 1, 2021 Author Share Posted July 1, 2021 Risolto se dovesse servire a qualcuno.. Nel mio caso l'etichetta appariva solo in hover per una decisione dello sviluppatore del tema in uso. Ho trovato del codice nascosto nel file: themes> nometema> templates> catalog> _partials> miniatures> product-listgrid.tpl {include file='catalog/_partials/product-flags.tpl'} <!-- <span class="product-flag new">{$product.flags}</span> <ul class="product-flags"> <li class="product-flag new">New</li> </ul> -- > [togliere <!-- -- >] ed ho aggiunto nel file: themes> nometema> templates> catalog> _partials> miniatures> product.tpl {include file='catalog/_partials/product-flags.tpl'} <span class="product-flag new">{$product.flags}</span> <ul class="product-flags"> <li class="product-flag new">New</li> </ul> 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