by shokinro » Thu Mar 09, 2017 12:23 pm
again, here is correct file
/modules/agilemultipleseller/views/templates/front/products/product_nav.tpl
you should be able to hide some menu based on the menu ID.
You can find menu id by the browser debug tool, below code in PHP for your reference
$this->product_menus[] = array('id'=>1, 'name'=> $this->l('1. Information'));
$this->product_menus[] = array('id'=>2, 'name'=> $this->l('2. Images'));
$this->product_menus[] = array('id'=>3, 'name'=> $this->l('3. Features'));
$this->product_menus[] = array('id'=>4, 'name'=> $this->l('4. Associations'));
$this->product_menus[] = array('id'=>5, 'name'=> $this->l('5. Prices(Discounts)'));
$this->product_menus[] = array('id'=>6, 'name'=> $this->l('6. Quantity(Stock)'));
$this->product_menus[] = array('id'=>7, 'name'=> $this->l('7. Combinations'));
$this->product_menus[] = array('id'=>8, 'name'=> $this->l('8. Virtual Product'));
$this->product_menus[] = array('id'=>9, 'name'=> $this->l('9. Shipping'));
$this->product_menus[] = array('id'=>10, 'name'=> $this->l('10. Attachments'));