From 9dcfaf7d0a6c4c6792b8b5008d256b6bf670b8f1 Mon Sep 17 00:00:00 2001 From: mohammad asif Date: Thu, 2 Jul 2020 13:23:49 +0530 Subject: [PATCH 1/2] fixed issue 3381 city does not allowed hyphen --- .../Resources/views/customers/account/address/edit.blade.php | 2 +- .../views/shop/customers/account/address/edit.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 83a02bacc..3d08ec0ec 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 @@ -86,7 +86,7 @@
- + @{{ errors.first('city') }}
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 dd22f307f..e4c168e26 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 @@ -79,7 +79,7 @@
- + @{{ errors.first('city') }}
From 00b9f4862cf2db310ada10f22baaa6ac5c37c68a Mon Sep 17 00:00:00 2001 From: mohammad asif Date: Thu, 2 Jul 2020 13:28:02 +0530 Subject: [PATCH 2/2] fixed issue 3311 filter disapear on zero product --- .../Velocity/src/Resources/views/shop/products/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php index d9d7087b7..04e75242d 100755 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php @@ -91,7 +91,7 @@ @if ($isProductsDisplayMode)
-