Barcode not display

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elcmea
User
Posts: 9

Barcode not display

Post by elcmea »

Dear all,
i have table Product and field EAN13 VARCHAR 13
but nothing to display Barcode in my listpage?

Custom View Tag :
{"name":"@phpmaker\/phpbarcode","height":60,"height_field":null,"barcode":null,"barcode_field":null,"encode":"EAN-13","encode_field":"EAN13","text":true}

Anyone Please help me (v2024.8)

thanks


arbei
User
Posts: 9434

Post by arbei »

You should:

  1. Enable Debug and check errors in the log file,
  2. Make sure you have generate all scripts and run composer update again,
  3. After composer update, check make sure you have vendor/tecnickcom/tc-lib-barcode,
  4. Make sure you have PHP GD extension installed.

elcmea
User
Posts: 9

Post by elcmea »

Thanks for your help.

i was follow step by step
Enable Debug and check errors in the log file,
Make sure you have generate all scripts and run composer update again,
After composer update, check make sure you have vendor/tecnickcom/tc-lib-barcode,
Make sure you have PHP GD extension installed.

my project resto now have vendor/tecnickcom/tc-lib-barcode, but,
I try with my project but nothing to display barcode, i have run debug mode but nothing to display barcode field EAN13

i just try it demo2024 product barcode is display properly, why my own project cannot display barcode i really confused with my project.


arbei
User
Posts: 9434

Post by arbei »

Then you better double check if your settings for the Custom View Tag is correct.


elcmea
User
Posts: 9

Post by elcmea »

ok, thanks for your help.


Post Reply