diff --git a/packages/Webkul/Shop/src/Resources/views/customers/account/address/edit.blade.php b/packages/Webkul/Shop/src/Resources/views/customers/account/address/edit.blade.php
index e29cf3a46..802a9ae02 100755
--- a/packages/Webkul/Shop/src/Resources/views/customers/account/address/edit.blade.php
+++ b/packages/Webkul/Shop/src/Resources/views/customers/account/address/edit.blade.php
@@ -41,21 +41,15 @@
+
-
-
-
- @foreach ($errors->get('vat_id') as $message)
- {{ $message }}
- @endforeach
-
+
+ @{{ errors.first('vat_id') }}
address1); ?>
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
index 892dedbb1..8987e6492 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
@@ -560,6 +560,10 @@
if (modal)
modal.classList.toggle('hide');
+ let accountModal = $('.account-modal')[0];
+ if (accountModal)
+ accountModal.classList.add('hide');
+
event.stopPropagation();
}
}
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') }}
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php
index 98c0e9aee..cd995a517 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php
@@ -107,8 +107,9 @@
togglePopup: function (event) {
let accountModal = this.$el.querySelector('.account-modal');
let modal = $('#cart-modal-content')[0];
+
if (modal)
- modal.classList.toggle('hide');
+ modal.classList.add('hide');
accountModal.classList.toggle('hide');
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/list/recently-viewed.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/list/recently-viewed.blade.php
index a7dba34fe..ffed19d8c 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/products/list/recently-viewed.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/list/recently-viewed.blade.php
@@ -40,12 +40,12 @@
class="fs18 card-current-price fw6">