This commit is contained in:
parent
4842eb4de6
commit
0607b15b3f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue