frederikc
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfNow I have a barcode on the picking-slip that can be used for pickingpal. Next mission is to add locations 🙂
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfThe path 🙂
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfThat were it! Thank you for your help it works now! 🙂
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfIt shows correctly in HTML so path is right and I don’t have the font installed located.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfAlready tried that, does not make any change.
Still only shows on HTML debug, but not on pdf.“/wp-content/themes/flatsome-child/woocommerce/pdf/CCF/fonts/barcode.ttf”
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdfSite is running on ccf-test.dk FYI
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Include barcode font on pdf/* BARCODE FONT */
@font-face {
font-family: ‘barcode’;
font-style: normal;
font-weight: normal;
src: local(‘barcode’), local(‘barcode’), url(https://www.ccf-test.dk/wp-content/themes/flatsome-child/woocommerce/pdf/CCF/fonts/barcode.ttf) format(‘truetype’);
}.barcode {
font-family: ‘barcode’;
}