Valentino168 Posted April 21, 2014 Share Posted April 21, 2014 (edited) How can I leave that condition: New/Old? It's ugly i have attached an image Another thing is where can I edit ALL all image? on Filezilla / Mysql and dimension? MY logo is still too big Edited April 22, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
Ittu Posted April 21, 2014 Share Posted April 21, 2014 Hi Valentino168, If you want to remove new from every product then go on Preferences Products and change the value of Number of days for which the product is considered 'new' as 0 . Then new tag will be hide in fronted. LINKS REMOVED TOPIC MODERATED Link to comment Share on other sites More sharing options...
vekia Posted April 21, 2014 Share Posted April 21, 2014 condition new / old is not configurable under preferences > products tab. you have to remove it manually from .tpl file. {capture name=condition} {if $product->condition == 'new'}{l s='New'} {elseif $product->condition == 'used'}{l s='Used'} {elseif $product->condition == 'refurbished'}{l s='Refurbished'} {/if} {/capture} Link to comment Share on other sites More sharing options...
Valentino168 Posted April 22, 2014 Author Share Posted April 22, 2014 which tpl file is? Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 sorry i thought that i already mentioned it. you have to modify product.tpl file located in your theme directory /themes/YOUR_THEME/product.tpl where YOUR_THEME is a directory name of template that you actually use Link to comment Share on other sites More sharing options...
Valentino168 Posted April 22, 2014 Author Share Posted April 22, 2014 (edited) done! and tyvm But still isn't resolved all there isn't write New/Old but condition is still there Edited April 22, 2014 by Valentino168 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 remove also this: <p id="product_condition"{if !$product->condition} style="display: none;"{/if}> <label>{l s='Condition'} </label> <span class="editable" itemprop="condition">{$smarty.capture.condition}</span> </p> after that everything will be allright :-) 2 Link to comment Share on other sites More sharing options...
Valentino168 Posted April 22, 2014 Author Share Posted April 22, 2014 Resolved ty And now I got another problem haha I want delete also this http://modchantal.com/leave.png Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 modules > modules disble module named blockcms i marked topic title as solved. if you've got any other quesitons not related to conditions - please open new topic with regards, Milos Link to comment Share on other sites More sharing options...
Valentino168 Posted April 22, 2014 Author Share Posted April 22, 2014 Very useful and fast! I've never seen so perfect moderators ty again 1 Link to comment Share on other sites More sharing options...
ccccc Posted June 18, 2014 Share Posted June 18, 2014 hello vekia, i am trying to remove product condition in themes--->default---->product.tpl but cannot find any words about product condition in product.tpl, i'm using 1.5.6 thanks~ Link to comment Share on other sites More sharing options...
Recommended Posts