sevans Posted January 19, 2015 Share Posted January 19, 2015 In the default theme that was included with my store, I cannot find the means to hide "Condition" from product page. Don't need or want this, as all of my products are new. Thanks. Link to comment Share on other sites More sharing options...
0 Xavier du Tertre Posted January 20, 2015 Share Posted January 20, 2015 Hi, If you created an FTP access for your store, then you can access the product.tpl file. From there, a simple search for "condition" will guide you Link to comment Share on other sites More sharing options...
0 Lurk Posted January 30, 2015 Share Posted January 30, 2015 Hey!I fill up the question, should I remove all of this if you do not want the field? <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> Hans Link to comment Share on other sites More sharing options...
0 Paulito Posted January 31, 2015 Share Posted January 31, 2015 Hello Why not just <!-- Comment Out --> the code, you never know you may need it in six months. <!--{if !$product->is_virtual && $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> {/if}--> Paul Link to comment Share on other sites More sharing options...
Question
sevans
In the default theme that was included with my store, I cannot find the means to hide "Condition" from product page. Don't need or want this, as all of my products are new. Thanks.
Link to comment
Share on other sites
3 answers to this question
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