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
01.
public
function
subscribeEvents()
02.
{
03.
Backend::
$events
->addEvent(
'shop:onOrderMarkedDeleted'
,
$this
'process_order_marked_deleted'
);
04.
}
05.
06.
process_order_marked_deleted(
$order
)
07.
08.
// Do something
09.
//
10.