471 comments found.
Hi – Question for you. Related to the Check-in, Mark Completed options after scanning the QR code. I would be using this for my contractors completing small jobs. But I have several custom status’ created to support what we do. Is there a way to allow them other status options to set other than ‘Completed’? Thanks, Steve
hi! i have a few quastions. 1. your plugin is can use at “wordpress and woocommerce” latest version? 2. If the orderer present the qr code to admin, can an administrator make sure the payment was made using the scanner? i need this plugin: )
1) Yes, works with latest 2) When scanned it can show the order status which you should be able to tell if paid by that
Thank youi buy now!
Hi,
1. How can we hiding order information or prices from specific user role when order barcode is scanned?
2. How can only allowing a ‘check in’ option, not ‘’completed option’ for the specific user role?
Let say the user role is supplier.
3. How this code appears on the email order too It is a embedded link to that order?
Thank you
Can we contact you for some customer development? Looking to have ability to partially check in each product on the order, rather than the whole order itself
Hi there,
I just bought your plugin, but I need the QR-code to be shown on my packing slips. Where do I find the custom-field info, or is there a different way to fix this?
I’ve already purchased and installed this successfully. We’d like to use it as a ticketing system. We want to buy scanners for our desktops and check in attendees that way. Is that possible?
We have a seperate ticketing plugin. Check out http://WooTicketStudio.com. Use code party10 for a discount
But, will the scan gun and the add on work with a desktop. Or do you have to use a smartphone or tablet?
Scan gun will work if it handles QR code. The one I listed on the item page here should work.
Are you sure? The TaoTronics website says that it won’t scan QR codes:
Will this scanner read upf417 codes ? A: I admit complete ignorance as to what UPF 417 codes are. It will scan UPC and EAN – style codes. It will not scan the QR – style 2 dimensional codes.
https://www.taotronics.com/taotronics-tt-bs003-laser-barcode-scanner-with-brace.htmlI bought the Eyoyo scanner. Plugged it in to my laptop. Opened my admin page. But, when I scan the QR code, nothing happens. Am I missing something?
OK, so I just figured out that you changed the shortcode from [pd_orderbarcodesform]] to [easyscanform]. That helps. But, when I scan a QR code, it doesn’t find the order. Any ideas?
Try opening Notepad and then scan a QR code. Check the value that gets put into notepad. If nothing shows after scanning, you may have to change some settings on the scanner. Let me know…
I’m using the page that I put in the [easyscanform] shortcode. You can see that it inputs the correct url for the order. But, it doesn’t take you to the order. It just gives an error that says “order number 0 not found” or something like that.
Your shortcode is not working. It works if you scan the code into an empty URL field. But it doesn’t work with the shortcode. Is there a way to contact you directly?
Dan,
Are you getting my emails? I’m very frustrated. I paid for this plugin and it’s not working. I have been using it for months only to find out that a scan gun does not work. All of my ticket buyers have a QR code now that I can’t scan when they get to our event this May 5th.
Please help!
New version of the plugin sent – looking forward to your feedback. Thanks!
HI, My site was use zh_TW Language, I use QR Lookup, the page encoding error, How can i fix it?
Hey there.
I just bought your Woocommerce Barcodes plugin and am trying to integrate the barcode in the print invoice plugin I am using. https://wordpress.org/plugins/woocommerce-delivery-notes/ I read in previous comments I should be using the following:
function pd_add_order_barcode($order) {
$barcodetype = (get_option('plugindistrict_orderbarcodes_barcodetype') == '' ? 'c128b' : get_option('plugindistrict_orderbarcodes_barcodetype'));
if ($barcodetype == "qr")
{
$checkinpath = plugins_url( 'qrlookup.php', __FILE__ );
?>
<div class="pd_order_barcode_div" style="text-align:center;margin-bottom:5px;"><img class="pd_order_barcode" src="http://www.barcodes4.me/barcode/<?php echo 'qr/9'.substr('000000000'.$order->id,-9); ?>.png?IsTextDrawn=1&value=<?php echo $checkinpath . '?orderid='.$order->id; ?>" /></div>
<?php
}
else
{
?>
<div class="pd_order_barcode_div" style="text-align:center;margin-bottom:5px;"><img class="pd_order_barcode" src="http://www.barcodes4.me/barcode/<?php echo $barcodetype.'/9'.substr('000000000'.$order->id,-9); ?>.png?IsTextDrawn=1&value=<?php echo '9'.substr('000000000'.$order->id,-9);?>" /></div>
<?php
}
}
But am having trouble getting it to work in the template.
I would appreciate your advice and or guidance.
Josh
Figured it out, thanks any way.
Glad to hear, thanks!
Hi, will this generate a barcode on the invoice if I have imported my products already and already assigned a barcode to them in a custom barcode field?
Thanks
Yes it will
Thanks for letting me know! One more question, do you know of an invoice plugin that works well with yours and also adds the barcode to the invoice? A plugin such as WooCommerce PDF Invoices & Packing Slips?
No, it’s easy to customise, just add our shortcode to theirs
Hi. I have a question. Does plugin create unique QR code for each transaction? Regards
Yes, each order has a unique code
Thank you.
You’re welcone
Hi. I have one more question. I bulid site about gyms in my city. User can buy ticket to one of gym. Can I setup plugin to send QR code to gym owner and tcket buyer (there is many owners – every gym has each owner). Is it possible after apyment, not before payment (QR code must be confirm of payment)> Sorry for my english.
Regards
No, but we have another plugin specific for tickets like that. Check out http://wooticketstudio.com. Use code party10 for a discount
I don’t understand ” Use code party10 for a discount”... 
When buying, use the code and it will give you a discount
Great!
Hello wanted to know you have thought to get some new update your module, For future versions of wordpress new versions. And their compatibility
Example I do not know if it is 100% compatibility with woocommerce and wordpress latest versions. At the moment it works fine but I have this great doubt on the part of you Mr. plugindistrict.
It works with the latest WordPress and woocommerce
. There’s been no need to update because it just works great. Thanks!
I cant register at the support forum and I dont get any mail reply. So jow can I add the barcode to the invoice or packing slip pdf?
I just need the output code of the barcode
You must be using another plugin for invoice or packing slip?? Will require customization to work with it..
I already habe a invoice/packing slip plugin. where I can insert code in special section at the layout. So I just need the code that output the barcode like it is used in the mails. I guess this shall work
In the file: plugindistrict-orderbarcodes.php you will find a function called pd_add_order_barcode(). That contains the code you would need – hope that helps.
How does the ‘check in’ function work? Does it add a status of ‘checked in’ to the WooCommerce order?
Yes
HELP: I want to see the personal information/ billing details of the customer when I scan the barcode, is there anyway to do that?
With a small customization. Please message me via profile page
Hello, My customers don’t see the barcode in the invoice mail. How can this happen ?? PLS HELP
What do you mean “invoice mail”? This adds the barcode to the “order details” email after purchase. Are you using another plugin for invoice emails?
In my ‘order details’ on the website I can see the barcode. In the e-mail that I get and my customers, it does not show the barcode. I am using woocheckout to put a date on the order details. If wo checkout is the bug, is it possible to combine and fix this problem?
Yes, WooCheckout is overriding the default checkout page causing the issue. I can customize for you to fix for a small fee – please message me at http://plugindistrict.com/contact-us/ and send the following details and I’ll reply with the estimate:
1) Temporary wordpress admin login
2) Temporary FTP access
May i know how is it work with all of plugin scan code on mobile, like the way we shopping and scan code on phone. How is the infomation will be display on that type of plugin? Thanks
yes, works on mobile
For a more versatile “ticket” like experience, take a look at http://wooticketstudio.com. Works with any free QR Code reader on mobile.
The link is not worked
Should be working now, thanks
It is always same, your website may have some google problem, when i try to load i get error:
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
Thank you,found an issue with the server. Please try again 
Look Up – view the details of an order. This option is available for BOTH store owners and customers.
Complete Order – change the order status to “Completed”. This option is only available for users logged in the admin, author or editor roles.
Check In – change the order status to “Checked In” Which is the new status added by this plugin. This option is only available for users logged in the admin, author or editor roles.
================================================== ==== Working with ticket sales.
By accessing the account as user “client” is showing all the options: Look Up, Complete Order and Check In.
The customer account should only show the option: Look Up correct?
I want to add a shortcode to my packing slip which will output the order number in a barcode? Can you help please
Trying to get support for this. But, your support site is not allowing registration. How do I ask a specific question?
Would it be possible to update the plugin so that the barcode would be shown on the PDF Invoice and PDF packing slip?
when there reading the barcode or qr code, you can see that data in the PC (name, email)?