简体   繁体   中英

How to hide module drop down in open cart 2

I am new to Open cart.

I am want to hide the drop down arrow list of the module in the open cart admin panel. After hide in module only see the module list not the Payment gateway etc. I don't know what settings and how to change in hard code files. If anybody knows please tell me. Thank You.

for this just go into Admin > View > Template > Common > menu.tpl

Search for this: <li><a href="<?php echo $module; ?>"><?php echo $text_module; ?></a></li> <li><a href="<?php echo $module; ?>"><?php echo $text_module; ?></a></li>

And remove it or you can add class "hidden" in <li>

If you don't want to hard code it. You can also do it via VQmod.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM