Post by xemox » Fri Jun 20, 2014 12:35 pm

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.

Newbie

Posts

Joined
Mon Sep 03, 2012 2:48 pm

Post by agrimabo » Fri Jun 20, 2014 2:16 pm

I suggest using the variable:

$this->config->get('config_template')

for example:

Code: Select all

if ($this->config->get('config_template') == 'default') {

//do this

}

Newbie

Posts

Joined
Fri Nov 01, 2013 8:04 am
Who is online

Users browsing this forum: No registered users and 82 guests