feat: showing UOM even item price is hidden
This commit is contained in:
parent
c077fac2a6
commit
09775bbdaa
@ -10,7 +10,10 @@
|
|||||||
{{ product_info.price.formatted_price_sales_uom }}
|
{{ product_info.price.formatted_price_sales_uom }}
|
||||||
<small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small>
|
<small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small>
|
||||||
</h4>
|
</h4>
|
||||||
|
{% else %}
|
||||||
|
{{ _("UOM") }} : {{ product_info.uom }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if cart_settings.show_stock_availability %}
|
{% if cart_settings.show_stock_availability %}
|
||||||
<div>
|
<div>
|
||||||
{% if product_info.in_stock == 0 %}
|
{% if product_info.in_stock == 0 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user