?> ><?php echo $item['articleName']; ?> </td> <td class="dataTableContent piRpRight" <?php if (rpData::getItemAmount($item) == 0) { echo "style=\"text-decoration: line-through;\""; } ?> ><?php echo rpData::getFormattedPrice($item['unitPriceGross'], $lang, $order); ?> </td> <td class="dataTableContent piRpRight"><?php echo rpData::getFormattedPrice(rpData::getItemAmount($item), $lang, $order); ?> </td> <td class="dataTableContent piRpRight"><?php echo number_format(round($item['taxRate'], 2), 0, ".", ""); ?> %</td> <td class="dataTableContent piRpRight"><?php echo $item['ordered']; ?> </td> <td class="dataTableContent piRpRight"><?php echo $item['shipped']; ?> </td> <td class="dataTableContent piRpRight"><?php