This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.
1-855-332-0555 sales@lemonstand.com Log In
public function subscribeEvents() { Backend::$events->addEvent('shop:onOrderItemDeleted', $this, 'item_deleted'); } public function item_deleted($item) { // Do something }