Re: bank transfer and verification

  • Posts: 3
  • Thank you received: 0
12 years 1 month ago #70485

Hi where can i find code to generate information like example



I just want in "Bank account information " to create a tabel where customer will see what information he/she need to write in his invoice like on the img.

Thanx

Last edit: 12 years 1 month ago by pharaohbgd.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 4 weeks ago #70551

Hi,

In the Bank account information textarea you can directly write the informations in a table. This textarea require HMTL code.

So you just have to enter something like:

<table>
  <tr>
    <td>Full name</td>
    <td>price</td>
    <td>...</td>
  </tr>
  <tr>
    <td>Username</td>
    <td>...</td>
  </tr>
  <tr>
    ...
  </tr>
</table>

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
12 years 4 weeks ago #70598

no, i didnt mean that code, i know that HTML work in Bank account information textarea, but i need php code like on invoice, when i type any <?php ?>, on front end i get " some text.... ?> " and that is it. I was trying to copy php code from order/invoice.php but it does'n work in "Bank account information textarea". So i need help , what php code i need copy in that table to get preview for customer how to fill "НАЛОГ ЗА УПЛАТУ" wich is a kind of payment form, and then go to bank with this form like on picture, and pays product price with cach or card.

<table>
<tr>
<td><?php echo JText::_('CUSTOMER NAME'); ?></td>
<td><?php echo JText::_('CUSTOMER ADRESS'); ?></td>
<td>...</td>
</tr>
<tr>
<td><?php echo JText::_('PRICE'); ?></td>
<td><?php echo JText::_('CART_PRODUCT_CODE'); ?></td>
</tr>
<tr>
...
</tr>
</table>

Please Log in or Create an account to join the conversation.

  • Posts: 82818
  • Thank you received: 13361
  • MODERATOR
12 years 4 weeks ago #70724

The bank account information is displayed in the file plugins/hikashoppayment/banktransfer/banktransfer_end.php

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum