Add product location in admin product list page
1
2.3.4
Gabby Abir Opencart Israel
data['column_price'] = $this->language->get('column_price');]]>
data['column_location'] = $this->language->get('column_location');]]>
$result['price'],]]>
isset ( $result['location'] ) ? $result['location'] : null,
]]>
data['sort_price'] = $this->url->link('catalog/product', 'token=' . $this->session->data['token'] . '&sort=p.price' . $url, 'SSL');]]>
data['sort_location'] = $this->url->link('catalog/product', 'token=' . $this->session->data['token'] . '&sort=p.location' . $url, 'SSL');]]>
]]>
]]>
]]>
]]>
]]>
]]>