fix product item template

This commit is contained in:
Andrew Camilleri
2019-01-10 09:28:51 +01:00
committed by GitHub
parent 9f7af190f1
commit d7294ba5a0

View File

@@ -216,7 +216,7 @@
</div>
<div class="col-sm-3">
<label>Price</label>*
<input type="text" class="js-product-price form-control mb-2" value="{price}" />
<input type="number" step="any" class="js-product-price form-control mb-2" value="{price}" />
</div>
<div class="col-sm-3">
<label>Custom price</label>