Jump to content

supprimer condition "neuf"


Recommended Posts

sur le theme d'une version 1.6.0.8 c'est bien dans le fichier mentionné ligne 63 tu peux supprimer:

{if $product->new}
					<span class="new-box">
						<span class="new-label">{l s='New'}</span>
					</span>
				{/if}

ou alors tu peux "cacher" la ligne en css , tu peux rajouter dans ton global.css:

#product_condition {
    display: none;
}

attention je te parle du theme par défaut, si tu as changé de theme il peut y avoir des différences

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...