I have a doubt.. i need to get variables from controller arquives. How are the value transfering of the controller arquives for catalog?
i created this:
Code: Select all
if (isset($this->request->post['desconto_valor'])) {
$this->data['desconto_valor'] = $this->request->post['desconto_valor'];
} else {
$this->data['desconto_valor'] = 0;
}