From 6aafa8cee852c3ee35310e869bc9fa28abfaec4f Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Thu, 6 Feb 2020 12:41:36 +0530 Subject: [PATCH] Issue #2299 fixed --- .../account/address/create.blade.php | 24 ++++++++++++------- .../customers/account/address/edit.blade.php | 24 ++++++++++++------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php index 920215579..ab6ac63d4 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php @@ -22,32 +22,40 @@
- + @{{ errors.first('company_name') }}
- + @{{ errors.first('first_name') }}
- + @{{ errors.first('last_name') }}
+
+ + + @{{ errors.first('vat_id') }} +
+ + +
- + @{{ errors.first('address1[]') }}
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++) - + @endfor
@endif @@ -56,19 +64,19 @@
- + @{{ errors.first('city') }}
- + @{{ errors.first('postcode') }}
- + @{{ errors.first('phone') }}
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php index f58412e4e..02a5ceeb3 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php @@ -22,36 +22,42 @@ {!! view_render_event('bagisto.shop.customers.account.address.edit_form_controls.before', ['address' => $address]) !!} - address1); ?> + address1)); ?>
- + @{{ errors.first('company_name') }}
- + @{{ errors.first('first_name') }}
- + @{{ errors.first('last_name') }}
+
+ + + @{{ errors.first('vat_id') }} +
+
- + @{{ errors.first('address1[]') }}
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++) - + @endfor
@endif @@ -60,19 +66,19 @@
- + @{{ errors.first('city') }}
- + @{{ errors.first('postcode') }}
- + @{{ errors.first('phone') }}