Rajout du RIB (image) dans les factures visibles par le client, sur le front

This commit is contained in:
2021-10-20 11:07:29 +02:00
parent c4e1e2099f
commit a2ea47d68a
2 changed files with 22 additions and 2 deletions

View File

@@ -28,3 +28,12 @@
<td class="shipping center small white" width="56%">{$carrier->name}</td> <td class="shipping center small white" width="56%">{$carrier->name}</td>
</tr> </tr>
</table> </table>
<br />
<br />
<br />
<table width="100%">
<tr>
<td><img src="/img/RIB.png"></td>
</tr>
</table>

View File

@@ -27,6 +27,17 @@
<table width="100%" id="body" border="0" cellpadding="0" cellspacing="0" style="margin:0;"> <table width="100%" id="body" border="0" cellpadding="0" cellspacing="0" style="margin:0;">
<!-- Invoicing -->
<tr>
<td colspan="12" style="text-align:right;">
<img src="{$barcode_params}" height="15" />
<br />
{$order->id}
<br />
</td>
</tr>
<!-- Invoicing --> <!-- Invoicing -->
<tr> <tr>
<td colspan="12"> <td colspan="12">
@@ -71,7 +82,7 @@
<!-- Code TVA --> <!-- Code TVA -->
<td colspan="6" class="left"> <td colspan="6" class="left">
{$tax_tab} {* {$tax_tab}*}
</td> </td>
<td colspan="1">&nbsp;</td> <td colspan="1">&nbsp;</td>
@@ -118,7 +129,7 @@
<tr> <tr>
<td> <td>
<p>{$legal_free_text|escape:'html':'UTF-8'|nl2br}</p> <p>{$legal_free_text|escape:'html':'UTF-8'|nl2br}</p>
<img src="../img/RIB.png"> <img src="../img/RIB.png" />
</td> </td>
</tr> </tr>
</table> </table>