Back to PhocacartRenderAdmincolumns class

Method weight

public
weight
(mixed $item, mixed &$options)

Method weight - Source code

public function weight($item, &$options)
{
    $item['value'] = PhocacartPrice::cleanPrice($item['value']);
    return $this->commonColumn($item, $options);
}