diff --git a/packages/Webkul/Product/src/Config/product_types.php b/packages/Webkul/Product/src/Config/product_types.php index 56fe6fe28..4c6984971 100644 --- a/packages/Webkul/Product/src/Config/product_types.php +++ b/packages/Webkul/Product/src/Config/product_types.php @@ -15,31 +15,31 @@ return [ 'sort' => 2, ], - 'virtual' => [ - 'key' => 'virtual', - 'name' => 'Virtual', - 'class' => 'Webkul\Product\Type\Virtual', - 'sort' => 3, - ], - - 'grouped' => [ - 'key' => 'grouped', - 'name' => 'Grouped', - 'class' => 'Webkul\Product\Type\Grouped', - 'sort' => 4, - ], - - 'downloadable' => [ - 'key' => 'downloadable', - 'name' => 'Downloadable', - 'class' => 'Webkul\Product\Type\Downloadable', - 'sort' => 5, - ], - - 'bundle' => [ - 'key' => 'bundle', - 'name' => 'Bundle', - 'class' => 'Webkul\Product\Type\Bundle', - 'sort' => 6, - ] +// 'virtual' => [ +// 'key' => 'virtual', +// 'name' => 'Virtual', +// 'class' => 'Webkul\Product\Type\Virtual', +// 'sort' => 3, +// ], +// +// 'grouped' => [ +// 'key' => 'grouped', +// 'name' => 'Grouped', +// 'class' => 'Webkul\Product\Type\Grouped', +// 'sort' => 4, +// ], +// +// 'downloadable' => [ +// 'key' => 'downloadable', +// 'name' => 'Downloadable', +// 'class' => 'Webkul\Product\Type\Downloadable', +// 'sort' => 5, +// ], +// +// 'bundle' => [ +// 'key' => 'bundle', +// 'name' => 'Bundle', +// 'class' => 'Webkul\Product\Type\Bundle', +// 'sort' => 6, +// ] ]; \ No newline at end of file