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>