VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: katarina on May 02, 2022, 18:08:36 PM

Title: Barcode image in delivery note
Post by: katarina on May 02, 2022, 18:08:36 PM
Hi,

Please can someone help me - I need to print in the delivery note the barcode to each product (the GTIN information) but as a image. I can display the GTIN as digits - for example 1234567891230 but not the barcode.

Thank you very much :-)

Katarina
Title: Re: Barcode image in delivery note
Post by: pinochico on May 02, 2022, 18:59:54 PM
Create plugin for generate barcode (use free libraries - find on google)  and add result to delivery note...
Title: Re: Barcode image in delivery note
Post by: jenkinhill on May 03, 2022, 11:05:27 AM
This is a barcode generator package for possible integration with your template.

https://github.com/jbdemonte/barcode
Title: Re: Barcode image in delivery note
Post by: pinochico on May 03, 2022, 15:08:02 PM
Quote from: jenkinhill on May 03, 2022, 11:05:27 AM
This is a barcode generator package for possible integration with your template.

Another word, but the same idea :)

or you can use this plugin:
https://www.daycounts.com/shop/plugins/barcode
Title: Re: Barcode image in delivery note
Post by: Studio 42 on May 05, 2022, 16:27:28 PM
tcpdf have a barcode genrator included See sample https://tcpdf.org/examples/example_027/ you do not need any other library
QrCode can be generated too.
Title: Re: Barcode image in delivery note
Post by: pinochico on May 05, 2022, 16:29:16 PM
Thanks Patrick