diff --git a/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php b/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php index f5e3d787d..625a29e5f 100755 --- a/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/checkout/onepage.blade.php @@ -10,7 +10,7 @@ @push('scripts') @include('shop::checkout.cart.coupon') - + + + +@endif \ No newline at end of file diff --git a/packages/Webkul/Velocity/src/Resources/views/checkout/cart/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/checkout/cart/index.blade.php index 668c78f07..98f05c03c 100644 --- a/packages/Webkul/Velocity/src/Resources/views/checkout/cart/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/checkout/cart/index.blade.php @@ -128,6 +128,8 @@ @if ($cart)
@include('shop::checkout.total.summary', ['cart' => $cart]) + +
@else
@@ -151,6 +153,8 @@ @endsection @push('scripts') + @include('shop::checkout.cart.coupon') +