Jump to content

Using the ActionOrderStatusUpdate hook


jsmit2

Recommended Posts

  • 1 year later...

install the hook in you class:

 

  public function install()

    {

        if (parent::install() == false

OR !$this->registerHook('header')

                        OR !$this->registerHook( 'actionOrderStatusUpdate')

OR !Configuration::updateValue('SENDREVIEWREQUEST', 5)

)

            return false;

        return true;

    }

 

then implement the hook call

 

   public function hookActionOrderStatusUpdate($params)

{

 ..

..

}

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...