Jump to content

Search the Community

Showing results for tags 'barcode'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 17 results

  1. Hi everyone, Hope you guys are enjoying a good weekend... But for me having this issue kills my mood I'v been working on a module to upgrade to support from 1.6 to 1.7 Prestashop version. This module which was working fine and generates proper bar codes in PDF for admin tasks. ( I implemented exactly as its described like in this thread to print bar codes in my PDF) But since when I upgraded and while testing I found out that the Smarty template code below does not produce the bar code which used to work fine in 1.6. <tcpdf method="write1DBarcode" params="{$order.other_data.awb_barcode}" /> I have no other problems while upgrading it. only this is the issue. I'm not sure if this is because of a bug or perhaps implementation of bar code in 1.7 has been changed.. Can anyone guide me to fix this issue? Thanks in advance.. In my controller this is how I prepare serialized bar code string // Initiat PDF class $pdf = new PDFGenerator((bool)Configuration::get('PS_PDF_USE_CACHE')); // Prepare barcode $barcode_params = $pdf->serializeTCPDFtagParameters(array( '123456789', 'C39', '', '', 50, 20, 0.2, array( 'position'=>'S', 'border'=>false, 'padding'=>0, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'Helvetica', 'fontsize'=>8, 'stretchtext'=>0), 'N')); And in my Smarty template <tr> <td> <b>Shipper Order Number:</b> </td> <td > <tcpdf method="write1DBarcode" params="{$order.other_data.awb_barcode}" /> </td> </tr>
  2. Hello Friends, i'm using this code below to generate some data to a barcode in invoice.tpl using TCPDF method "write1DBarcode" and it works perfectly, but i want the phone number to be in the barcode and i don't know how to call it : <tr> <td style="width: 17%"></td> <td style="width: 83%"> {assign var=black value=[0,0,0]}{assign var=white value=[255,255,255]} {assign var=stuff value=['position'=>'S', 'border'=>false, 'padding'=>4, 'fgcolor'=>$black, 'bgcolor'=>$white, 'text'=>false, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4]} {assign var=params value=TCPDF::serializeTCPDFtagParameters(array($order->getUniqReference(), 'C39', '', '', 40, 15, 0.4, $stuff, 'N'))} <tcpdf method="write1DBarcode" params="{$params}" /> </td> </tr> where getUniqReference() is the data generated (order reference) i tried $address->phone or phone_mobile it doesn't work Anyone can help !! THANKS
  3. Hi, I would like to know how can I add custom barcode entry into delivery slips while generating it. The barcode can be generated by providing the number. The methods I am seeing online is of 1.5 or 1.6. I am using v1.7.6.4. Prestashop should consider adding this feature to help others as well. Help would be much appreciated. Thank you
  4. Hello.. I need an addon that imports products by barcode and autofills informations of the product such as name, photo, etc.. Can you suggest something?
  5. Good Morning Folks, We are looking to automate a process which we hope will stop any errors during the order picking and packing process. What we are looking to achieve is the following: Customer Places Order > Picking list sent to printer with unique barcode > Order is picked > Unique barcode is scanned at packing station > Shipping label for order automatically prints If anyone is able to advise on how this process could be achieved that would be much appreciated. Thanks. Chris.
  6. Hello everyone, I wanted to know if someone could recommend me the best way to buy Barcodes for the products I'm creating? It's mandatory if you want to sell on Amazon. I would need maybe 500 EAN barcodes maximum. There seems to be many websites claiming they will sell you barcodes, but I don't know if I can trust them. I don't necessarily want to subscribe to the official organisation as it looks quite expensive (you need to pay an annual fee on top of the barcodes you will buy). Have anyone here bought EAN barcodes and could advice please? Many thanks, Jaouad
  7. Hi am looking for a module that allows my shipping team to correctly fulfill an order by scanning the barcode. its all good and nice when the employee knows about fishing tackle, but I don't to face future issues if I end up with an employee with no background at all. is there a module that does that? thanks Mukhled Owner of 9ayid.com
  8. Prestashop have a product field for EAN codes, but is somebody using in in real applications and dailay order management? Anybody maybe using barcodes reades for: - registering incoming deliveries of products? - packing order and minimizing choosing wrong products? If so, do you use any special modules? Any input is of interest ...
  9. hello, How to write a dynamic barcode in pdf invoice header at right top corner in prestashop1.5? Please tell me the solution Thanks in Advance
  10. PS 1.5.6.2 Is de zoekfunctie voor de klant aan te passen zodat er gezocht kan worden op EAN Barcode die is ingegeven bij combinaties? Als ik een artikel heb met meerdere combinaties en bij de combinaties dus de barcode vermeld en niet bij het "hoofdartikel" dan geeft in de FO een zoekopdracht "niets gevonden" aan Is dit eventueel aan te passen zodat klanten dus kunnen zoeken op barcode die behoort bij een combinatie ? Tnx Arie
  11. Buongiorno a tutti, devo creare uno script di importazione di dati e notavo che prestashop memorizza l'id dell'articolo con un numero sequenziale auto incrementato. Come posso fare per inserire il codice del mio articolo che è alfa numerico? Come posso inserire il codice a barre dell'articolo? Grazie
  12. Hi, I can't figure this out for the life of me... How do I add a barcode for all products (with UPC) on the delivery slip or invoice?? We want to show a scanable barcode of the products that have a UPC directly on the delivery slip. I was able to get the UPC in number format to appear on the delivery slip. I modified the /pdf/delivery-slip.tpl file to accomplish this. HOWEVER, I can't get it to convert to a barcode. I've tried using a barcode font, creating smarty modifier, smarty function, etc. Any help would be MUCH appreciated! Thanks!
  13. Hello, I have a nice barcode generator module which generates a barcode out of the invoice number and also publishes the barcode on the invoice. Now the problem. In the settings of the invoices you can choose the Invoice Prefix. My Invoice Prefix is ET201. The 201 is because of the needed length of the barcode. When I scan the barcode it does not recognize the letters ET. It does scan the number including 201. Does someone know this is possible? Thanks!
  14. I have a prestashop website [SAFETYRESTORE.COM] that works like this: 1.) Customer places an order to repair their parts (the products are actually repair services) 2.) Customer sends (ships) the package to us once he received the order #/ID 3.) We receive the package(s) with items Once our shipping/receiving dept marks as the package received, next step is to repair the items. there are numerous items. THE ITEMS NEED REPAIR: - EMPLOYEE PICKS UP AN ITEM (multiple employees that are repair technicians) ***(this is where the program comes in)*** the item is tagged with a bar code or QR code that represents the order #/ID. This item maybe part of multiples items (customers at times end in more than 1). (APART FROM THE ACTUAL PRESTASHOP ORDER#/ID, WE need to generate a custom code for each item coming for backoffice use. once the item is scanned by the employee, the backoffice picks up information of which employee scanned it (i must be able to create employee profiles) THIS ITEM MUST BE CHECKED OFF AS EITHER "REPAIRED SUCCESSFULLY" OR "FAILED/UNREPAIRED" ONCE THE ITEM IS CHECKED OFF, NO OTHER EMPLOYEE CAN DO ANYTHING ONCE THE ITEM IS SCANNED. I MUST HAVE A RECORD OF ALL EMPLOYEES THAT SCANNED IT - THIS PROVIDES A SECURITY COUNT SO WE PAY EACH EMPLOYEE PER JOB/ITEM REPAIRED BASED ON WHICH ITEM IT IS. WE MUST KEEP TRACK RECORD OF HOW MANY ITEMS EACH EMPLOYEE REPAIRED, AND FROM WHICH ORDER EXACTLY, AS WELL AS HOW LONG THE REPAIR WAS FOR. ALL THIS DATA IS VERY IMPORTANT. EXAMPLE: BOB PLACES AN ORDER FOR 3 REPAIRS. 2x of ITEM A and 1x of ITEM B. His order # is: IEDNOEJY BOB SHIPS THE PACKAGE TO US OUR SHIPPING DEPARTMENT RECEIVES ORDER #: IEDNOEJY and marks is at "ITEMS RECEIVED/REPAIR IN PROGRESS" EACH ITEM IS TAGGED WITH "IEDNOEJY" AND BAR CODE OR QR CODE DEVELOPED BY YOU*** ITEMS ARE PUT IN INVENTORY SHELF EMPLOYEE #X PICKS UP 1 (ONE) ITEM A and SCANS IT: ON HIS SCREEN HE SEES IT IS ITEM A - THERE ARE 2 TOTAL ITEMS A AND 1 ITEM B THE STATUS OPTIONS FOR ITEM A ARE: 1 - REPAIR SUCESS (GREEN) 2 - REPAIR FAIL (RED) ONCE THE EMPLOYEE IS FINISHED WITH ITEM, HE PRESSES GREEN OR RED. IF GREEN IS PRESSED, "1" IS ADDED TO HIS JOB COMPLETION I MUST BE ABLE TO TRACK HOW MANY ITEMS EMPLOYEES HAVE COMPLETED, WHICH ORDERS, AND THE TIME ELAPSED. THIS PROGRAM MUST WORK HAND IN HAND WITH PRESTASHOP ORDERS I AM PLANNING TO HAVE LASER SCANNERS TO SCAN TAGS Thank You so much for the consideration.
  15. Hi, Does anyone know if there is any existing Warehouse Management system that can be compliatble with Prestashop inventory?
  16. I'm looking for someone interested in develop a back-office dispatch/shipping transactions/orders module for prestashop. It needs to take care of all shipping processes: - Receive transactions/orders for Prestashop particular shop (sub-shop of multi-store) and certain status (defined in parameters) - Divide the number of transactions by box (defined in parameters) - List/Print Picking List grouped by location in warehouse - Through barcode recognize the product and inform the target box - After a transaction/order is complete print shipping generic label and Prestashop invoice (when carrier of shop is DHL, save information's for a table in database to be picked by logistics software) - When the picking list is complete the status of transaction/order in Prestashop need to be changed Simple wire-frame, workflow and workflow details here (and small video): https://www.dropbox....description.rar
  17. I need to print barcodes labels as per file attached. the module should allow to create a batch of different styles to include in the pdf file to print it should also allow you to select the quantity of labels to print for each style (example) 10 x article 1 black 5 x article 2 red The fields to import from presta are: 1) style name 2) RRP 3) barcode it will also be required a field where to enter the original price (before discount) this should be entered either manually and another field for the quantity.
×
×
  • Create New...