Code

Discussion on Smart QR Codes Generator - Plugin for WordPress

Discussion on Smart QR Codes Generator - Plugin for WordPress

Cart 253 sales

SMARTPlugins supports this item

Supported

This author's response time can be up to 5 business days.

59 comments found.

Hello, Can we export qr code to EPS or SVG file ?

Hi,

Plugin generates QR Codes on demand using JavaScript, they are not stored on server, and there is no export option. But, you can right click on the generated QR Code and save it as image.

Regards, Milan

Hi, ok noted on this, thank you for a quick reply. :)

Hi pre buy question, is it possible after installing your Wodpress plugin, to generate to all our woocommerce clients QRCODE V CARD with basilisks information: First Name, Second Name, Company name, E-mail, and our User numer or id, and save it in user profile page and show there too?

Plugin generates QR Code dynamically, they are not saved anywhere. You can add custom code to your profile templates where you get the VCard information for current user, and call QR Code Generator function, and it will render QR Code with that data. Or you can prepare shortcode in a similar way.

If we will buy your plugin, could you provide us short instruction and add for us custom code getting data from Woocommerce registered user with: First Name, Last Name, E-mail, Company name and generate 200×200px QR-Code?

Hi,

Custom coding is not part of the license purchase or support. Plugin documentation contains description, list of arguments and few examples for the function that can generate the QR code. If you need me to custom code the solution that uses my plugin and connects to your website data, you can contact me for custom work. Based on the provided documentation, any WordPress developer would be able to do that.

Regards, Milan

demo does not work in chrome. Can I do vCard and QR Code from ACF fields?? Custom post type and using ACF.

Demo works fine in all browsers. What exactly happens when you try the demo in Chrome?

You need to supply data to function, widget or shortcode to work. If you use ACF, you can use QR plugin function to fill the data.

Hi Im adding 2 QR in one Page. I get warning that code have undefined vcard. I get the warning away by adding $ before vcard. But still get this message:

Notice: Undefined variable: vcard in /xx/xx/domains/xx.xx/private_html/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(65) : eval()’d code on line 3

echo sqr_qrcode( $vcard, array( ‘n’ => get_field(‘name’), ‘org’ => get_field(‘company’), ‘url’ => get_field(‘url’), ‘tel’ => get_field(‘phone’), ‘note’ => get_field(‘current_url’), ‘email’ => get_field(‘email’) ), 3, false, array( ‘fill’ => ’#000000’, ‘size’ => ‘600’, ‘background’ => ’#ffffff’ ) );

Your code is wrong. First parameter is the type of code, and it has to be in quotes: ‘vcard’ not with the $ sign.

Hey, 1 presale question,

When will you update this plugin?

Thank you.

Hi,

Plugin is updated if there are any bugs to fix or to add new features. Plugin is very stable, there are no reported bugs to fix and right now, I don’t plan to add new features. But, there will be maintenance update released in the next month, to update some things.

Regards, Milan

Ok thank you, I guess I will buy it once you update, unless until then I don’t find other similar solution

Before buy question, I want to generate QR codes only for particular pages and posts (I don’t need it was generating codes for everything I will post or create in automatic mode) Is there a way to generate QR codes only for pages I want? Moreover, if these QR codes are dynamic? (In case if I use it for one product and later I want to change it for another purpose or update a message within the QR code or data I am providing to user within the same QR code). P.S. WP 5.0 released, are not you going to update it and add more features? Supporting Woocommerce and etc.

I don’t have a plan to integrate with Visual Composer. I never used the Composer, and never coded for it. If enough users request such integration I will consider it.

As for the tracking, there is no way to know how many times code is scanned. For visiting links, it is possible to have tracking, but that is not easy to do, and will require modifications to links before encoding into QR and having tracking system ready. And, other then links, there is no way to track other encrypted data.

For now, that is not in the plans. If I were to implement that, plugin price would need to be much higher, and that will defeat the purpose of simple and easy to use plugin.

Milan

Milan I didn’t raise these questions in order you start defending your positions. I would rather constructively suggested these features, as they would boost your sales. Visual Composer is an amazing feature which will boost your sales and you can increase even price for your plugin. I am sure new users will pay.

I understand that, but it would require a lot of work for very few sales, and at this time, I don’t have free time to do it.

Hi, your plugin is it still on sale? I’m interested to buy it but I feel uncomfortable to read that the last comment was 4 years ago! What happened?

oops sorry, just seen the last comment 3 monts ago.

Hi,

Plugin is very much alive. It hasn’t seen any updates lately, because it doesn’t need any updates, all the features work and there are no bugs reported to fix.

Milan

Hi, the plugin looks great. How does import/export work? Can we import a CSV file with a list of URLs and generate multiple QR-codes at once? Thanks.

Import and Export relate to plugin settings, nothing more.

Screen not works, also on demo site – no any demo

Screenshots are on the CodeCanyon and they work, and the demo website works also.

You have shortcodes, Do you also have PHP strings as well?

What do you mean by ‘PHP strings’?

Advanced Custom Fields has a way to put in a shortcode or PHP string for fields. for example

[acf field=”name”] <?php the_field(‘field_name’); ?>

So I am asking if you have the same. This would help a great deal in “injecting” specific data I want using your parameters.

So for your text field, I could use specific text. Also it would allow it to be used in the admin area as well.

That is called a function. And yes, it has a function you can use in the theme or other code. It is documented in developers guide and there are few examples also.

Hello. Before buying… Can I generate a QR Code for Current Page RSS FEED? For example, I need a QR Code for miwebsite/current-page-rss-feed/ Thank you!

There is no such auto URL feature. Plugin can generate URL from current page/post. I will add this to the feature request list for next update.

Ok, thank you. I will buy on next update.

Can this plug in allow users to create their own QR Codes for download?

No, you need to set the content before the QR Code is displayed.

Hi, can i generate QRcode from shortcode? (encode result of shortcode into QRcode)

QR Code has a limit of what can encode, it has to be a string or string based structure and the devices that read QR Code need to be able to recognize it. If your result is like that, you can encode it into QR Code. Plugin has a function that can take any string you want and encode it into QR Code, so you need to supply the function with results from your shortcode.

Thank you. I am trying to encode [currentuser_useremail] into QR Code.

Plugin has a function for generating QR Code, so you need to feed that function with result of the shortcode, it can’t be done directly right now. But, it is interesting idea for future version (I can’t guarantee it right now, but I added it to the future features list).

Hi,

I’m looking to using QR codes on artworks/paintings so visitors to my gallery can just scan with their phones and get taken straight to the relevant page/product detail page to purchase the artwork or contact us.

Is this something this plugin can help with? Printable QR codes people can scan with relevant apps on their phones and get taken to the embedded product/website page URL?

My plugin can generate QR Code for any page or post on your website. QR Code is generated as an image, so you can save it, and later print it.

First off, thanks for making such a great plug-in.

Do you have a version that also creates bar codes? This would be for UPC data on the products.

Thank you.

No, sorry, only QR.

Hi Milan,

Is there an option to enable the plugin to produce a QR code dynamically from user entered content?

I have a listing site in which users enter their name and address details, amongst other things. I would like to display some of this information with a QR code, programmatically.

Is that possible?

Terence.

It will be added to developers guide (preparing this one for 1.1 version to be released next week). If you buy the plugin before 1.1 is released, just open new topic in the forum, and I will provide you with the function information there. If you prefer to wait, it will be in the developers guide.

Milan

Its not on the critical list so I think I will wait until I have more time, and then it will be ready I guess.

OK, I hope to finish minor updates in the next 2-3 days to push new version with updated documentation.

Hey

Couple questions.

Can I use this to create my own custom QR Code for any URL – including if I do not have a WP Page setup that I want the QR Code to be generated for?

Can I have the qr code export as a high quality image to use for printing on marketing materials?

Thanks!

Hi,

Plugin adds widget that can generate QR Code for current URL regardless of the type of that page: page, archive, post, custom post type post – anything. Add it to widget, and anywhere widget is displayed, current URL is used.

You can setup widget with custom URL, geo location, vCard and other types of data (see plugin description).

Plugin generates QR Code using JavaScript, and it generates it as an image, so you can right click on the QR Code and save it as any other image on the page.

Milan

I am looking for a QR code generator that the user scans, get redirected to a form and fill up with info. Next, the user saves the form and a new QR code is generated. That QR code will show then a Vcard with that info the user just has filled in. Is this your plugin?

No. QR Codes can be generated using widgets that you need to fill with data or shortcodes that you fill with data. What you need is a QR Code for public use, so that your visitors can generate and export codes.

Well, that is a pity, because I have been searching and can’t find any. I would like to have a script that does this, do you have any suggestions?

No, sorry. But, I have in plans to make such plugin, but I have no ETA when that will be done, most likely sometime next year.

Milan

Dear Developer, do you have the PHP version (not WP version) ? I’m interest to implant on my custom CMS

No, I only develop WordPress plugins.

responsive?

and if i understand correct, there is a widget to automatically generate a qr for current page… is there also a shortcode for this?

Hi,

Yes, on all counts. By default plugin generates image, and it has CSS set to make it responsive or you can do it with your theme CSS. And both widget and shortcode can generate QR Code for current page.

Milan

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey