Merge pull request #3104 from shubhwebkul/patch-2

Issue #3041 resolved
This commit is contained in:
Jitendra Singh 2020-05-21 11:56:52 +05:30 committed by GitHub
commit e0940edbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>