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:onOrderItemAdded'
,
$this
'item_added'
);
04.
}
05.
06.
item_added(
$item
)
07.
08.
// Do something
09.