Dear Opencart Developer,
I have two template, desktop template and mobile template (by OMTEX). How to disable quick checkout module (return to original checkout) only for specific template while other template can still using it.
I suggest using the variable:
$this->config->get('config_template')
for example:
$this->config->get('config_template')
for example:
Code: Select all
if ($this->config->get('config_template') == 'default') {
//do this
}
Who is online
Users browsing this forum: W3C [Validator] and 91 guests