clif Posted June 29, 2014 Share Posted June 29, 2014 Hi I was wondering if anyone knows how to remove the option of the condition (new or used) of the product on the product page. I only sell downloadable video clips so the condition is totally irrelevant and I would like to remove it. thanks for any help. Clif Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2014 Share Posted June 29, 2014 check this: remove conditions from product page 2 Link to comment Share on other sites More sharing options...
clif Posted June 29, 2014 Author Share Posted June 29, 2014 Thank you it worked Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2014 Share Posted June 29, 2014 you're welcome :-) i marked topic title as solved. with regards, Milos Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 Thanks a lot Vekia that solved! (presta 1.6, theme default) Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 check this: remove conditions from product page Hi Vekia a did it but after doing it, when i click on a the image product a get a blank page?! ( if a remove this commented part you said a get page ok again...) I cleared the cache both (presta BO and browser Firefox). Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 Hi Vekia a did it but after doing it, when i click on a the image product a get a blank page?! ( if a remove this commented part you said a get page ok again...) I cleared the cache both (presta BO and browser Firefox). Hi Vekia, forget about this, it ok now! Link to comment Share on other sites More sharing options...
idoityourself Posted October 1, 2014 Share Posted October 1, 2014 Mine looks like this and when I remove it the product pages are blank, refreshing, clearing cache and using a computer thats never been to the site doesn't work </p> {if $product->condition} <p id="product_condition"> <label>{l s='Condition'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="http://schema.org/NewCondition"/> <span class="editable">{l s='New'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="http://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="http://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> Link to comment Share on other sites More sharing options...
Recommended Posts