Can someone please tell me how to remove 'add products' and 'my products' from the members pages? I don't want my members being able to sell their own products.
Can someone please tell me how to remove 'add products' and 'my products' from the members pages? I don't want my members being able to sell their own products. |
I think you can achieve that by limiting the allowed actions your members can do by going to Admin Panel>>Settings>>Membership Levels then at the bottom of that page, click on "Actions" for the group you would like to make changes to, that's it. |
Thanks, but that doesn't make the actual buttons go away. Even though they do nothing when you click on them, they're going to be confusing to my users I'm sure. |
Go to phpmyadmin and run this query DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store_title' AND `Order` = '1'; DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store_title' AND `Order` = '2'; I have not tested it but it should work but just for a safe side backup the table before executing this query. Clear the DB cache and done. Enjoy so much to do.... |