Jump to content

[RESOLVED] How actionProductUpdate hook can access extra tab post parameter


be_tnt

Recommended Posts

Hello!

 

I am using PS 1.5.3.1 and I have added an extra tab on product page. This extra tab contains one select field. When I save the product, I can see that the value of that field is part of the post but from the hook actionProductUpdate, I do not see how to access to it (or I missed something).

 

In Admin product controller, you can see that the product object is sent to the hook:

 

Hook::exec('actionProductUpdate', array('product' => $object));

 

But what about the fields from the extra tab?

 

Thx in advance!

Edited by be_tnt (see edit history)
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...