config->item('barcode_content') === "id" ? $item['id'] : $item['item_number']; $text = $this->config->item('barcode_content') === "id" ? $item['name'] : $item['item_number']; if ($count % 2 ==0 and $count!=0) { echo ''; } echo ""; $count++; } ?>
"; 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 "