Fixed merge conflict

This commit is contained in:
Nabin Hait
2018-08-29 13:34:58 +05:30
34 changed files with 584 additions and 96 deletions

View File

@@ -12,8 +12,9 @@
<div>&nbsp</div>
<div style='font-size: small; margin-bottom: 10px;'>&nbsp</div>
{% endif %}
{% if show_stock_qty %}
{% if in_stock %}
{% if show_availability_status %}
{% if in_stock or not is_stock_item %}
<div style='color: green'> <i class='fa fa-check'></i> {{ _("In stock") }}</div>
{% else %}
<div style='color: red'> <i class='fa fa-close'></i> {{ _("Not in stock") }}</div>