We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 8d728a44 authored by attilak's avatar attilak

fix table on the frontend

parent 8f77374d
......@@ -59,10 +59,8 @@ $_info = $this->getInfo();
<?php endif; ?>
<?php if (!empty($banktranferData['bankTransfer.iban'])) : ?>
<tr>
<th><?php echo $block->escapeHtml(__('IBAN')); ?></th>
<td><?php echo $banktranferData['bankTransfer.iban'] ?></td>
</tr>
<dt><?php echo $block->escapeHtml(__('IBAN')); ?></dt>
<dd><?php echo $banktranferData['bankTransfer.iban'] ?></dd>
<?php endif; ?>
<?php if (!empty($banktranferData['bankTransfer.accountCode'])) : ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment