Compruebe si vqMod está habilitado en OpenCart
Frecuentes
Visto 262 veces
1 Respuestas
1
There's no way to do that. vQmod's are unaware of each other since, they don't get loaded as such into the system. What you could do is check for a change that vqmod1.xml makes. If it's not present, then don't have the vqmod2.xml code run, but that's quite tricky. It would help more if you explained what the two mods do and why the second is reliant on the first
Respondido 28 ago 12, 17:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas php xml opencart or haz tu propia pregunta.
Hi Jay, thanks for the reply. What I done was I used an if statement to check if the XML file exists. If it didn't then the code simply won't execute. Thanks for your answer anyway :) - Pedro Estuardo