From fcdf0636a85794715d6507dcbb1a97859b4922ac Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Wed, 14 Jul 2021 15:23:21 +0530 Subject: [PATCH] Removed UI JS File From Homepage And Added In The Pages Where It Is Needed --- .../src/Resources/views/shop/checkout/onepage.blade.php | 2 ++ .../Resources/views/shop/customers/account/index.blade.php | 6 +++++- .../src/Resources/views/shop/layouts/scripts.blade.php | 5 ----- .../src/Resources/views/shop/products/view.blade.php | 2 ++ 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php index 0e2f0e847..e4c76a6b2 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php @@ -9,6 +9,8 @@ @endsection @push('scripts') + + @include('shop::checkout.cart.coupon') +@endpush \ No newline at end of file diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/scripts.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/scripts.blade.php index fb580c1e6..c44fb9ee4 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/scripts.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/scripts.blade.php @@ -4,11 +4,6 @@ src="{{ asset('themes/velocity/assets/js/velocity.js') }}"> -{{-- --}} - +