simone93 Posted July 31, 2020 Share Posted July 31, 2020 buongiorno ho un problema nella creazione di un nuovo modulo, vi spiego in breve, dovrei aggungere al menu laterale la voce del modulo ma quando vado a creare i tab forse mi sto perdendo qualcosa la classe Tab e questa: public function createTabLink() { $tab = new Tab; foreach( language::getLanguages() as $lang){ $tab->name[$lang['id_lang']] = $this->l('Carta'); } $tab->class_name = 'AdminCartaFedelta'; $tab->module = $this->name; $tab->visible = true; $tab->parent_class_name = 'AdminDashboard'; $tab->id_parent = 0; $tab->add(); return true; } la mia domanda è cosi com'è e corretta? e devo aggiungere qualcosa per poter farla vedere nel menu laterale? ES. altri file o non so e da un po che ci sbatto e seguendo la guida ufficiale di prestashop non ho cavato un ragnio dal buco https://devdocs.prestashop.com/1.7/modules/concepts/controllers/admin-controllers/tabs/ grazie della vostra disponibilita Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now