eCommerce construction > How-to questions

How to remove Extensions menu option from left Dashboard

(1/1)

potangina:
Hello, pls help me remove the "Extensions" option from the left Dashboard

abantecart:
Menu is built based on AMenu class. There is a method deleteMenuItem()

https://github.com/abantecart/abantecart-src/blob/acda4b4f1527865ecd1d2e9af0cf4aad3d41371e/public_html/core/lib/menu_control.php#L258

You need to locate menu item ID and pass to this method to delete.

More about menu:
https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17694982/Extending+Menus

potangina:
thanks for your help sir! but how can i "locate menu item ID and pass to this method to delete"?, im sorry, i have little background in programming.

abantecart:
I afraid, that without some technical skills, you will not be able to do this.

You need to know how to access the database, run queries and add code to existing PHP files.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod