Files
prestashop/pdf/order-slip.payment-tab.tpl

13 lines
397 B
Smarty
Raw Permalink Normal View History

{**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*}
<table id="payment-tab" width="100%">
<tr>
<td class="payment center small grey bold" width="44%">{l s='Payment method' d='Shop.Pdf' pdf='true'}</td>
<td class="payment left white" width="56%">
{$order->payment}
</td>
</tr>
</table>