Example #1
0
</td>
<?php 
        if ($loworder) {
            ?>
<td class="dataTableHeadingContent" width='70' align="right">
<?php 
            mirror_out(number_format($footer_loworder, 2));
            ?>
</td>
<?php 
        }
        if ($extra_class) {
            ?>
<td class="dataTableHeadingContent" width='70' align="right">
<?php 
            mirror_out(number_format($footer_other, 2));
            ?>
</td>
<?php 
        }
        // clear footer totals
        $footer_gross = 0;
        $footer_sales = 0;
        $footer_sales_nontaxed = 0;
        $footer_sales_taxed = 0;
        $footer_tax_coll = 0;
        $footer_shiphndl = 0;
        $footer_shipping_tax = 0;
        $footer_loworder = 0;
        $footer_other = 0;
        // new line for CSV
        ?>
</td> 
		      	  <td class="dataTableContent"><?php 
        mirror_out($customers['countries_name']);
        ?>
</td>
				  <td class="dataTableContent"><?php 
        mirror_out($customers['customers_telephone']);
        ?>
</td>
				  <td class="dataTableContent"><?php 
        mirror_out($customers['customers_gsm']);
        ?>
</td>
				  <td class="dataTableContent"><?php 
        mirror_out($customers['billing_tva_intracom'], true);
        ?>
</td>
				  
		   	 </tr>

	      <?php 
    } else {
    }
}
?>

<!-- body_text_eof //-->
  </tr>
  <?php 
if ($num_rows > 0 && !$print) {