feat: showing UOM even item price is hidden

This commit is contained in:
Anupam 2020-09-24 11:19:32 +05:30
parent c077fac2a6
commit 09775bbdaa

View File

@ -10,7 +10,10 @@
{{ product_info.price.formatted_price_sales_uom }}
<small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small>
</h4>
{% else %}
{{ _("UOM") }} : {{ product_info.uom }}
{% endif %}
{% if cart_settings.show_stock_availability %}
<div>
{% if product_info.in_stock == 0 %}