This commit is contained in:
Shubham Mehrotra 2020-05-20 19:52:00 +05:30
parent 4842eb4de6
commit 0607b15b3f
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@
{{ core()->currency( $item->base_total) }}
</span>
</div>
@if (! cart()->isItemHaveQuantity($item))
<div class="control-error mt-4 fs16 fw6">
* {{ __('shop::app.checkout.cart.quantity-error') }}
</div>
@endif
</div>
<div class="row col-12" v-else>