Skip to content

In Magento add and remove products from a category using update attribute on the product grids.

Notifications You must be signed in to change notification settings

epartment/Magento-2-add-products-to-categories-in-admin

 
 

Repository files navigation

magento 2 - Add the ability to mass update the products categories, in the product grid.

Add and remove products from a category using update attribute on the product grids.

Installation

  • composer config repositories.paulmillband-add-products-to-categories-in-admin vcs [email protected]:yorick2/Magento-2-add-products-to-categories-in-admin.git
  • composer require paulmillband/m2-admin-products-to-category:dev-master
  • composer update
  • php bin/magento module:enable Paulmillband_AdminProductsToCategory
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile

Instructions

  • login to magento admin
  • go to catalog > products
  • select your products
  • select 'update attributes' from the drop down
  • select the categpries tab
  • select the categories to add to or remove from
  • hit save

About

In Magento add and remove products from a category using update attribute on the product grids.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 65.6%
  • HTML 34.4%