From a4687599206d233dd23f51e6bba0e4bb58d33b4f Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Thu, 20 May 2021 14:38:34 +0530 Subject: [PATCH] Length Added --- packages/Webkul/Product/src/Type/Bundle.php | 2 +- packages/Webkul/Product/src/Type/Configurable.php | 2 +- packages/Webkul/Product/src/Type/Downloadable.php | 2 +- packages/Webkul/Product/src/Type/Grouped.php | 2 +- packages/Webkul/Product/src/Type/Virtual.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/Webkul/Product/src/Type/Bundle.php b/packages/Webkul/Product/src/Type/Bundle.php index bfbaba76f..d4268f78d 100644 --- a/packages/Webkul/Product/src/Type/Bundle.php +++ b/packages/Webkul/Product/src/Type/Bundle.php @@ -42,7 +42,7 @@ class Bundle extends AbstractType * * @var array */ - protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'width', 'height', 'depth', 'weight']; + protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight']; /** * These blade files will be included in product edit page diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 18fc830d6..ac30d7fb2 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -18,7 +18,7 @@ class Configurable extends AbstractType * * @var array */ - protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'width', 'height', 'depth', 'weight']; + protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight']; /** * These blade files will be included in product edit page diff --git a/packages/Webkul/Product/src/Type/Downloadable.php b/packages/Webkul/Product/src/Type/Downloadable.php index 101df5a8e..8a70e5b69 100644 --- a/packages/Webkul/Product/src/Type/Downloadable.php +++ b/packages/Webkul/Product/src/Type/Downloadable.php @@ -34,7 +34,7 @@ class Downloadable extends AbstractType * * @var array */ - protected $skipAttributes = ['width', 'height', 'depth', 'weight', 'guest_checkout']; + protected $skipAttributes = ['length', 'width', 'height', 'weight', 'guest_checkout']; /** * These blade files will be included in product edit page diff --git a/packages/Webkul/Product/src/Type/Grouped.php b/packages/Webkul/Product/src/Type/Grouped.php index 97d928c04..e1c26758e 100644 --- a/packages/Webkul/Product/src/Type/Grouped.php +++ b/packages/Webkul/Product/src/Type/Grouped.php @@ -25,7 +25,7 @@ class Grouped extends AbstractType * * @var array */ - protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'width', 'height', 'depth', 'weight']; + protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight']; /** * These blade files will be included in product edit page diff --git a/packages/Webkul/Product/src/Type/Virtual.php b/packages/Webkul/Product/src/Type/Virtual.php index f8accd9db..bff7eb883 100644 --- a/packages/Webkul/Product/src/Type/Virtual.php +++ b/packages/Webkul/Product/src/Type/Virtual.php @@ -9,7 +9,7 @@ class Virtual extends AbstractType * * @var array */ - protected $skipAttributes = ['width', 'height', 'depth', 'weight']; + protected $skipAttributes = ['length', 'width', 'height', 'weight']; /** * These blade files will be included in product edit page