AbanteCart Community
eCommerce construction => How-to questions => Topic started by: Aussie_Steve on May 18, 2017, 11:45:16 PM
-
Hello
Can somebody please tell me the file I need to edit, so I can remove the Help menu option from left Dashboard
I have looked everywhere, but i cannot find it.
Thanks in advance.
Cheers
Steve
-
hello.
Just run this sql query viw phpMyadmin
DELETE FROM ac_dataset_values
WHERE dataset_column_id IN (10,11,12,13,14, 40) AND row_id=7;
where ac_ - your table prefix
Then clear cache via admin.