Skip to content

Commit

Permalink
Update product.tpl
Browse files Browse the repository at this point in the history
Added variable to suppress by default the conditions display.
  • Loading branch information
Nobodaddy authored and Traumflug committed Jun 25, 2017
1 parent ffc2d96 commit 6dfd9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product.tpl
Expand Up @@ -108,7 +108,7 @@
<span class="editable" itemprop="sku"{if !empty($product->reference) && $product->reference} content="{$product->reference}"{/if}>{if !isset($groups)}{$product->reference|escape:'html':'UTF-8'}{/if}</span>
</p>

{if !$product->is_virtual && $product->condition}
{if !$product->is_virtual && $product->condition && $show_condition}
<p id="product_condition">
<b>{l s='Condition:'}</b>
{if $product->condition == 'new'}
Expand Down

0 comments on commit 6dfd9d0

Please sign in to comment.