?>
</span></td>
			</tr>
		
		<!-- Total Tax -->
		<!-- do not add if the amount is zero -->
		<tr class="tax-amount <?php 
echo $tax_amount != "0" ? '' : 'hide';
?>
"> 
			<td ><?php 
echo XiText::_('COM_PAYPLANS_ORDER_CONFIRM_TAX');
?>
</td>
			<td class="text-right pp-payment-header-price2"><span style="font-size: 11px;">(+)&nbsp;</span><span class="pp-amount"><?php 
echo PayplansHelperFormat::displayAmount($tax_amount);
?>
</span></td>
		</tr>
		
		<!-- Total Payable Amount -->
		<tr class="table-row-border">
			<td><?php 
echo XiText::_('COM_PAYPLANS_ORDER_CONFIRM_AMOUNT_PAYABLE');
?>
</td>
			<td class="text-right pp-payment-header-price payable first-amount">
				<?php 
$amount = $total;
?>
				<?php