</strong></td>
					<td class="cartitem_tprice" <?php 
    echo $price_col_style;
    ?>
><span
						id="cop_discount"><?php 
    echo $this->comquick2cartHelper->getFromattedPrice(number_format($tprice, 2), $order_currency);
    ?>
</span></td>
				</tr>
				<?php 
    // if not store releated view ( SHOW Comission cut & Value recd)
    if (!empty($this->storeReleatedView)) {
        $storeHelper = new storeHelper();
        $commission = $params->get('commission');
        $commission_cutPrice = $storeHelper->totalCommissionApplied($tprice);
        $commission_cutNetPrice = (double) $tprice - $commission_cutPrice;
        ?>
					<!-- Commission price -->
					<tr>
						<td colspan="<?php 
        echo $col;
        ?>
"></td>
						<td class="cartitem_tprice_label" align="left"><strong><?php 
        echo sprintf(JText::_('QTC_COMMISSION_CUT_SUB_TOT'), '(' . $commission . '%)');
        ?>
 	</strong></td>
						<td class="cartitem_tprice" <?php 
        echo $price_col_style;
        ?>