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

shop:onGetProductPriceNoTax event

Triggered by Shop_Product
Author LemonStand eCommerce Inc.

Event handler signature

public array event_onGetProductPriceNoTax(array $params)
$params array an array of parameters.
{return} array returns an array with price element.
Allows to override product's base price. The event handler should accept a single parameter, an array containing the following elements: Example:
  • price - the calculated product price.
  • product - a Shop_Product object, a product the price is being calculated for.
  • quantity - number of products to calculate the price for (if tier pricing is used).
  • customer_group_id - identifier of a customer group the price is being calculated for.
The event handler should return an array with the price element. Example: