diff --git a/admin/page-loader.php b/admin/page-loader.php index b0811192..aa593b73 100644 --- a/admin/page-loader.php +++ b/admin/page-loader.php @@ -59,6 +59,7 @@ public function admin_menu() if( ! $this->is_pro ){ add_submenu_page( $this->main_slug, esc_html__( 'GET PRO VERSION', 'woo-product-table' ), __( 'Get Pro', 'woo-product-table' ), 'read', 'https://wooproducttable.com/pricing/' ); } + add_submenu_page( $this->main_slug, esc_html__( 'Product Bulk Edit', 'woo-product-table' ) . $proString, __( 'Bulk Edit', 'woo-product-table' ), WPT_CAPABILITY, 'wpt-product-quick-edit', [$this, 'product_quick_edit'] ); } @@ -137,6 +138,14 @@ public function html_tutorial_page() include $this->page_folder_dir . 'tutorials.php'; } + public function product_quick_edit() + { + $this->topbar_sub_title = __( 'Product Bulk Edit','woo-product-table' ); + include $this->topbar_file; + include $this->page_folder_dir . 'product-bulk-edit.php'; + + } + /** * If will work, when only found pro version * diff --git a/admin/page/product-bulk-edit.php b/admin/page/product-bulk-edit.php new file mode 100644 index 00000000..5f28bf9a --- /dev/null +++ b/admin/page/product-bulk-edit.php @@ -0,0 +1,78 @@ + 'configuration_page', + 'module' => 'free', +); + +$settings = apply_filters('wpto_configuration_settings', $settings); + +$wrapper_class = isset($settings['module']) ? $settings['module'] : ''; + +?> +
+
+
+
+ Need to intall and activate following+ |
+ + + | +
---|---|
+
+
+
+
+
+
+ |
+
+
+
+
+ Highly Recommeded this plugin. Which will help you to bulk edit of your all product. + |
+
-