Add option in product edit in LINK Tab
Hello i'm new in opencart and i need to do this, can you help me?
1) I want to have option in Product Edit, in LINK tab like this screenshot http://awesomescreenshot.com/0ac3apke42, as you can see in screenshot, i want to have options to display those products on 1) Mobile 2)Tab 3) Kiosk 4) Website. More than one options can be selected.
2) At front end, i want to have page which displays all the products for Mobile (which ever products are marked to be displayed on mobile from back office), Tab, Kiosk and website. Total 4 pages at front end.
I already did a part in admin/view/template/catalog/product_form.tpl
and did this in admin/controller/catalog/product.php $this->data['entry_display_on'] = $this->language->get('entry_display_on'); Is It Right? What more can i do? Thanks..
and did this in admin/controller/catalog/product.php $this->data['entry_display_on'] = $this->language->get('entry_display_on'); Is It Right? What more can i do? Thanks..