Jump to content

How to imitate the product admin page?


magotony

Recommended Posts

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

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...