beepow Posted October 8, 2015 Share Posted October 8, 2015 Hello, is there a way to change the associations for all the products via database? I'd need to unassociate them from homepage category (2) so the admin can choose which products will appear in homefeatured grid.... Link to comment Share on other sites More sharing options...
tuk66 Posted October 8, 2015 Share Posted October 8, 2015 It's possible. Link to comment Share on other sites More sharing options...
gabdara Posted October 12, 2015 Share Posted October 12, 2015 This SQL should do it: DELETE FROM `ps_category_product` WHERE `id_category` = 2; Link to comment Share on other sites More sharing options...
Recommended Posts