Add option in product edit in LINK Tab

Avatar
  • Answered
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..
Avatar
johnpaulb-imhs1
Hello, Thank you for your question. The code you provided will add the checkboxes visually, but they still need to be coded to perform a task or function. We only have a basic guide on Editing OpenCart Templates. For more details I found a post in the Official OpenCart Forums, where they include a section on customizing templates. If you have any further questions, feel free to post them below. Thank you, -John-Paul