gamdev Posted July 9, 2015 Share Posted July 9, 2015 I need to add categories but I need to delete the old categories assigned to that product. how I can do ? i add categories: $resources->associations->categories->addChild('category')->addChild('id', 2);$resources->associations->categories->addChild('category')->addChild('id', 3);$resources->associations->categories->addChild('category')->addChild('id', N); But I need delete the old categries creates Thanks for all!! Link to comment Share on other sites More sharing options...
Andrea T. Posted April 6, 2016 Share Posted April 6, 2016 Nothing? Link to comment Share on other sites More sharing options...
Recommended Posts