Back to PhocacartRenderAdmincolumns class

Method width

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

Method width - Source code

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