hi i want to get barcode type variable from admin/extenstion/barcode to the admin/controller/catalog/porduct
how can i do that it will pull the data from barcode type variable in the extension page to the product page
thanks
no save, it is in the page Textbox...
no save what so ever...
Code: Select all
if (isset($this->request->post['barcode_product'])) {
$this->data['barcode_product'] = $this->request->post['barcode_product'];
} else {
$this->data['barcode_product'] = $this->config->get('barcode_product');
}
Who is online
Users browsing this forum: Amazon [Bot] and 25 guests