From b7f722a3c455cc2118a254d0c7268f5e0aee4aef Mon Sep 17 00:00:00 2001 From: shaiv-webkul Date: Fri, 7 Feb 2020 18:23:31 +0530 Subject: [PATCH 01/12] #2364 issue fixed --- .../views/shop/checkout/onepage/customer-new-form.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/customer-new-form.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/customer-new-form.blade.php index 15be26700..2436aab99 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/customer-new-form.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/customer-new-form.blade.php @@ -485,9 +485,9 @@ - {{ __('shop::app.checkout.onepage.save_as_address') }} From 8a955e3b14964a5d5a1cbe7b2b77920123422897 Mon Sep 17 00:00:00 2001 From: Vivek Sharma Date: Sat, 8 Feb 2020 16:29:09 +0530 Subject: [PATCH 02/12] [Fixed: issue #2322 has been resolved.] --- .../customers/account/profile/index.blade.php | 258 ++++++++---------- 1 file changed, 108 insertions(+), 150 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php index ca4b5d9bb..102a4bebd 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php @@ -4,6 +4,43 @@ {{ __('shop::app.customer.account.profile.index.title') }} @endsection +@push('css') + +@endpush + + @section('page-detail-wrapper') {!! view_render_event('bagisto.shop.customers.account.profile.view.before', ['customer' => $customer]) !!} -