Merge pull request #5891 from prateek-webkul/checkout-ui-issue-booking-product

issue #5729 fixed
This commit is contained in:
Sanjaybhattwebkul 2022-02-28 06:11:46 -05:00 committed by GitHub
commit 03f37be080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<div class="misc-controls">
<a href="{{ route('shop.home.index') }}" class="link">{{ __('shop::app.checkout.cart.continue-shopping') }}</a>
<div>
<div style="display:flex;">
@if ($cart->hasProductsWithQuantityBox())
<button type="submit" class="btn btn-lg btn-primary" id="update_cart_button">
{{ __('shop::app.checkout.cart.update-cart') }}