public function getSystemSetting() { App::import('Model', 'SystemSetting'); $system_setting = new SystemSetting(); $result = $system_setting->getSystemSetting('auto_allocate', 0); $this->sendSuccess($result); }
public function getSystemSetting() { App::import('Model', 'SystemSetting'); $system_setting = new SystemSetting(); $result = $system_setting->getSystemSetting('allow_expedited_shipping', 0); $this->sendSuccess($result); }
public function getSystemSetting() { App::import('Model', 'SystemSetting'); $system_setting = new SystemSetting(); $result = $system_setting->getSystemSetting('snap_orders_qty', 0); $this->sendSuccess($result); }