$this->response->setOutput(json_encode($api->result));
ob_start();
$this->getChild('module/svitstyle/update', array('fields'=>$this->request->post, 'product_id'=>$this->request->get['product_id']));
$this->response->output();
$response = ob_get_clean();
$result = json_decode($response);