Magento mass-assign products to category
As the title says,i need to mass-assign products to a category and from the admin i can only edit one product at a time; i dont know why it just doesnt work to mass add them from the "category products" tab in the category page. Thats why i need another method that's fast,like using phpMyAdmin or something alike. Any help? Thanks in advance! I created a simple script to do this outside of Magento. Be sure to test this first on a single product and make sure it looks as you'd expect. // Load Magento require_once 'path/to/app/Mage.php'; Mage::app(); // $productIds is an array of the products you