Author Topic: Payment info  (Read 6972 times)

Offline tosalet

  • Newbie
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Payment info
« on: October 25, 2012, 09:55:12 AM »
Invoices are not required - is there a way to remove the Payment address block on the Payment information page?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Payment info
« Reply #1 on: October 25, 2012, 01:14:59 PM »
Invoices are not required - is there a way to remove the Payment address block on the Payment information page?

You can change template storefront/view/default/template/pages/checkout/payment.tpl.

delete this
Code: [Select]
<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>
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline tosalet

  • Newbie
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: Payment info
« Reply #2 on: October 26, 2012, 04:17:27 AM »
Thank you.

 

Powered by SMFPacks Social Login Mod