Apply xml script of VQmod only when some condition satisfies opencart

265 Views Asked by At

How can i create a module which only enables only when some values in config match. This module is completely handled by VQmod. And i want to make sure that xml only executes when some value satisfies. Like if($this->config->get('moduleserial')=='somevalue') then only my xml should execute. Please guide me in right way.

0

There are 0 best solutions below