AbanteCart v1.4.0 is released.
Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.
Invoices are not required - is there a way to remove the Payment address block on the Payment information page?
<b style="margin-bottom: 2px; display: block;"><?php echo $text_payment_address; ?></b> <div class="content"> <table width="100%"> <tr> <td width="50%" valign="top"><?php echo $text_payment_to; ?><br /> <br /> <div style="text-align: center;"><?php echo $change_address; ?></div> </td> <td width="50%" valign="top"><b><?php echo $text_payment_address; ?></b><br /> <?php echo $address; ?></td> </tr> </table> </div>