fradeca Posted May 16, 2011 Share Posted May 16, 2011 Ciao,ho trovato il codice sotto per cancellare la voce "non ci sono prodotti" sulla pagina Categoria. Essendo molto ma molto inesperto vorrei sapere dove inserirlo e se cancellare il codice esistente ed inserire il seguente. ho anche trovato un sito che mette le foto al posto della voce "non ci sono prodotti", allego foto. Chi mia aiuta??{include file=$tpl_dir./breadcrumb.tpl} {include file=$tpl_dir./errors.tpl}{if $category->id AND $category->active} {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($subcategories)} {else} {if $nb_products == 0}{l s='There are no products.'} {else} {if $nb_products == 1}{l s='There is'}{else}{l s='There are'}{/if} {$nb_products} {if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if} {/if} {/if} {/strip} 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