This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

cms:onBeforeRenderPartial event

Triggered by Cms_Controller
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onBeforeRenderPartial(string $name, array $params, array $options)
$name string specifies the partial name.
$params array a list of parameters to pass to the partial.
$options array a list of options.
Triggered before a partial is rendered. The event handler receives the same parameters as Cms_Controller::render_partial() method. A value returned by the handler does't affect the partial rendering process.