Opencart: 1.5.6.5_rc
vQmod: 2.5.1
I have two vQmod xml:
/vqmod/xml/mymod1.xml
/vqmod/xml/mymod2.xml
I am aware that vQmod loads and executes the xml files in alphabetical order.
So if in mymod1.xml I have $a1
variable, is it possible to use $a1
variable in mymod2.xml?