Hallo @ all.
Ich möchte in der Bestellemail gerne, dass die Bestellnummer als Barcode dargesellt wird. Geht aber nüscht.
Was ich getan habe:
in
application/views/azure/tpl/email/html/header.tpl
und in
application/views/azure/tpl/email/html/order_cust.tpl
Im Quellcode der Email sehe ich auch diese Zeilen, er übernimmt aber nicht die Schriftart. Woran kann das liegen?
Danke und Gruß
Ich möchte in der Bestellemail gerne, dass die Bestellnummer als Barcode dargesellt wird. Geht aber nüscht.
Was ich getan habe:
in
application/views/azure/tpl/email/html/header.tpl
Code:
<style type="text/css">
@font-face {font-family: code128; src: url(http://oxid2.big-events.eu/application/views/azure/tpl/email/html/code128.ttf); }
</style>
application/views/azure/tpl/email/html/order_cust.tpl
Code:
<td height="15" width="100" style="padding: 5px; border-bottom: 4px solid #ddd;">
<b>[{oxmultilang ident="ORDER_NUMBER" }]</b> <span style="font-family:code128;">[{ $order->oxorder__oxordernr->value }]</span>
</td>
Danke und Gruß