magotony Posted March 11, 2014 Share Posted March 11, 2014 Hi everybody, I'm developing an admin controller quite similar to product's controller page(admin). My problem comes when I try to create the tabs at left (like in product's page: Information, SEO, price, etc), they are not displayed. I have defined this tabs in $this->available_tab, $this->available_tab_lang. After they're called in parent::renderForm(), but nothing is displayed. I already have studied the code of AdminProductsController.php and can't find the solution. Does anyone know any url where I could find information about how it works? I have found anything in the official documentation of PS15. Does anyone know how it works? Thanks, Eduardo Link to comment Share on other sites More sharing options...
PascalVG Posted March 12, 2014 Share Posted March 12, 2014 This topic mayhelp: http://www.prestashop.com/forums/topic/223032-adding-new-tab-in-product-admin-page-like-features-tab-attributes-tab-etc-in-ps-version-153/?do=findComment&comment=1228717 My 2 cents, pascal Link to comment Share on other sites More sharing options...
magotony Posted March 13, 2014 Author Share Posted March 13, 2014 This topic mayhelp: http://www.prestashop.com/forums/topic/223032-adding-new-tab-in-product-admin-page-like-features-tab-attributes-tab-etc-in-ps-version-153/?do=findComment&comment=1228717 My 2 cents, pascal Thanks for your help Pascal, but I'm afraid it is not exactly what I was looking for (I needed to develope a new admin controller with tabs). In any case I already found the solution: I re-read the HelperForm documentation. Thanks anyway, Eduardo. 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