Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.47 KB

README.MD

File metadata and controls

43 lines (29 loc) · 1.47 KB

GMP Append Category to Products

Version: 1.0
Author: ShalomT
Description: A WordPress plugin for WooCommerce that allows store administrators to append categories to selected products via an easy-to-use admin interface.

Features

  • Select a category from the list of all product categories.
  • Search and select products dynamically using AJAX-based search.
  • Append the selected category to multiple products at once.
  • Prevents memory issues by searching for products dynamically instead of loading all products at once.
  • Displays a success message upon successful category assignment.

Installation

  1. Download the plugin zip file.
  2. Upload the gmp-append-category folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Navigate to the Append Category menu under the WooCommerce section.

Usage

  1. Go to the WooCommerce admin menu and click on Append Category.
  2. Select a category you want to append to products.
  3. Use the search box to find and select the products you want to apply the category to.
  4. Click the Save button to apply the changes.

Changelog

1.0.1

  • Alllow seelction of multiple categories

1.0

  • Initial release of the plugin.
  • Implemented category selection and product search features.
  • Added functionality to append categories to selected products.

License

This plugin is licensed under the GPLv2 or later.