| ";
if (strstr($this->config->item('barcode_labels'), 'company'))
{
echo $this->config->item('company');
}
echo " "; if (strstr($this->config->item('barcode_labels'), 'price')) { echo to_currency($item['unit_price']); } if (strstr($this->config->item('barcode_labels'), 'name')) { echo " " . $item['name']; } echo " | ";
$count++;
}
?>