Jump to content

[SOLVED] Remove "condition" option on product page


clif

Recommended Posts

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

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

  • 2 months later...

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

×
×
  • Create New...