muroshi Posted February 13, 2017 Share Posted February 13, 2017 Kann man diese Anzeige im Frontend im Backend ausblenden? Link to comment Share on other sites More sharing options...
0 rictools Posted February 14, 2017 Share Posted February 14, 2017 Meines Wissens nur indem du die product.tpl im Ordner des Themes bearbeitest und den betreffenden Bereich auskommentierst: <!--{if !$product->is_virtual && $product->condition} <p id="product_condition"> <label>{l s='Condition:'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="https://schema.org/NewCondition"/> <span class="editable">{l s='New product'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="https://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="https://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> {/if}--> Link to comment Share on other sites More sharing options...
0 RingelZahn Posted March 3, 2017 Share Posted March 3, 2017 Exakt. Link to comment Share on other sites More sharing options...
Question
muroshi
Kann man diese Anzeige im Frontend im Backend ausblenden?
Link to comment
Share on other sites
2 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