I have a scenario where vqmod is not able to make the modification in opencart.
Scenario.
in the Theme Folder. Header.php, I have a require statement which includes a menu files based on type of menu
I want to make changes in the menu file. Vqmod is not able to reach to that point.
header.php
require 'common/header/menu.php';
menu.php
<li>some text</li>
In the Menu.php I want to add another LI before using vqmod.