Jump to content

hardiksolanki

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • First Name
    Hardik
  • Last Name
    Solanki

hardiksolanki's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. public function install() { return (parent::install() AND $this->registerHook('newOrder') AND $this->registerHook('actionOrderStatusPostUpdate')); } public function hookNewOrder($params) { return $this->hookActionOrderStatusPostUpdate($params); } public function hookActionOrderStatusPostUpdate($params) { //$params['newOrderStatus'] // after status changed //$params['orderStatus'] // after order is placed }
×
×
  • Create New...