Jump to content

Edit History

garciasanchezdani

garciasanchezdani

Hi @cpuin

You can add this function to your module:

public function hookActionOrderStatusUpdate($params)
{
	//make something
}

Remember that, for your module "makes something" in that hook, its has to be added to that hook ("action order status update").

You can add by hand in backend, in positions.

garciasanchezdani

garciasanchezdani

Hi @cpuin

You can add this function to your module:

public function hookActionOrderStatusUpdate($params)
{
	//make something
}

Remember that, for your module "makes something" in that hook, its has to be added to that hook ("action order status update").

You can add handle in backend, in positions.

×
×
  • Create New...