Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Fonts in Bestellemail

$
0
0
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
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>

und in
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>

Im Quellcode der Email sehe ich auch diese Zeilen, er übernimmt aber nicht die Schriftart. Woran kann das liegen?

Danke und Gruß

Viewing all articles
Browse latest Browse all 6951

Trending Articles