Public Member Functions | |
getCalendarItemData () | |
Static Public Member Functions | |
static | getProductPortletSellPrice ($data, $row) |
static | getProductPortletTotalPrice ($data, $row) |
Data Fields | |
const | PRODUCT_NAME_LENGTH_IN_PORTLET_VIEW = 19 |
Helper class used by product elements.
Definition at line 40 of file ProductElementUtil.php.
static getProductPortletSellPrice | ( | $ | data, | |
$ | row | |||
) | [static] |
Gets sell price for product in portlet view
object | $data | |
int | $row |
Definition at line 53 of file ProductElementUtil.php.
static getProductPortletTotalPrice | ( | $ | data, | |
$ | row | |||
) | [static] |
Gets total price for product in portlet view
object | $data | |
int | $row |
Definition at line 67 of file ProductElementUtil.php.
getCalendarItemData | ( | ) |
const PRODUCT_NAME_LENGTH_IN_PORTLET_VIEW = 19 |
Product name length in portlet view
Definition at line 45 of file ProductElementUtil.php.