Page 1 of 1

source code 2.3.0.2

Posted: Sun Jan 28, 2018 10:30 pm
by chenpiaw
if (isset($this->request->get['filter_instock'])) {
$filter_instock = $this->request->get['filter_instock'];
} else {
$filter_instock = '';
}
$this->data['filter_instock'] = $filter_instock;
if (isset($this->request->get['filter_instock'])) {
$url .= '&filter_instock=' . $this->request->get['filter_instock'];
}


am i correct to write this source code format at 2.3.0.2 ??

Re: source code 2.3.0.2

Posted: Mon Jan 29, 2018 12:05 am
by thekrotek
It's $data, without $this.