PDA

View Full Version : QR Code on the Listing Details Page, do we need it?



John
August 16, 2013, 03:24 AM
Hi Guys,
What do you think about QR code for the listing? We can develop plugin which will generate
the QR code for each listing and place it on the listing details page.

This feature may be useful in case when a user found the ad and want to open it on the mobile
device fast.

John

Marc Austin
August 16, 2013, 05:00 AM
Sound like a good idea to me!

Chris Brown
August 16, 2013, 05:29 AM
Was gonna suggest this a while back...but i forgot lol. Have seen other software use it so why not flynax. Good idea :D

John
August 16, 2013, 12:44 PM
Glad to hear that I have like-minded persons here... a few votes more and we will add this task to our TODO wall!

John

Vincent Kelly
August 16, 2013, 02:37 PM
Good Idea I like this

Morgan Bohman
August 17, 2013, 05:54 AM
I'm in.

//Morgan

John
August 17, 2013, 08:19 AM
Hi there, ok we will develop the QR code plugin next week, please hold on.

John

Kemoid Wilson
September 12, 2013, 03:24 AM
Any updates on this plugin?

John
September 12, 2013, 05:01 AM
Any updates on this plugin?
Yea, the plugin is ready and we are working on the release now, keep an eye on the Flynax Plugins (http://www.flynax.com/plugins.html) page
or plugins changelog in your admin panel.

John

John
September 12, 2013, 09:16 AM
Here we go! Listing QR Code Generator (http://www.flynax.com/plugins/qrcode.html)

Chris Brown
September 12, 2013, 10:09 AM
Here we go! Listing QR Code Generator (http://www.flynax.com/plugins/qrcode.html)

May try this later :D

Kemoid Wilson
September 12, 2013, 12:03 PM
thanks Chris

QuickRon
September 12, 2013, 04:12 PM
What do we enter in the "Phone field name" in Configurations?

I don't see any other settings available for this plugin or a content box. So, where do we enable/disable the QR Code? I don't see the QR Code on the listing.

QuickRon
September 12, 2013, 04:14 PM
Okay. I see that it's just a link on the listing's page. And someone needs to click the link to view the code. Hmmm. Easily missed.

It would be nice to have the option of showing the actual QR Code on the listing page. Then it won't be missed.

Chris Brown
September 12, 2013, 05:57 PM
I would think phone field name will either be the 'title' or 'key' of your phone field

Chris Brown
September 12, 2013, 05:58 PM
Here we go! Listing QR Code Generator (http://www.flynax.com/plugins/qrcode.html)

I seem to have a fatel error when installed, have PM'd you with details

QuickRon
September 12, 2013, 06:15 PM
I entered the name of the phone field and saved. I don't see how this made a difference or what this is supposed to do.

Flynax ... what is the purpose of this setting in Configurations for the QR Code?

Chris Brown
September 12, 2013, 06:26 PM
I entered the name of the phone field and saved. I don't see how this made a difference or what this is supposed to do.

Flynax ... what is the purpose of this setting in Configurations for the QR Code?

I suppose it will add the listing phone number to the card created on your mobile phone when using the qr scanner so you can easily phone the person up.

Sui soon Chua
September 24, 2013, 02:06 PM
This Plugin works great.

I have a question. What happen if email / phone num changed ? Will QR code re-generate updated QR image ?

Alex
September 25, 2013, 07:17 AM
I have a question. What happen if email / phone num changed ?

Yes, you are right.


Will QR code re-generate updated QR image ?

Hareesh Ghanta
November 1, 2013, 02:20 AM
Hi,I have installed.It shows the email and the link but not the phone number.
And also it would be nice to display as the image instead of showing link.So that we can avoid one click.Is there any way we can do this?

Thanks
Regards

Bahram Soltanirad
February 25, 2018, 02:48 PM
Hello John, Is it possible to add all phone numbers to QR code?

Rudi
March 1, 2018, 08:34 AM
Hello,

it can be done manually through the code

go to plugins > qrCode > rlQrCode.class.php > find 'public function generateQR_Code'

after:


$data['Phone'] = $this->getPhone($seller);


add the following:


$data['Phone'] .= '; '. $seller['Fields']['<phone_key>']['value'];


where <phone_key> - a key of your account field

autocy
March 1, 2018, 08:56 AM
How can i replace seller phone with a 'listing field' set as phone?

Bahram Soltanirad
March 1, 2018, 10:10 AM
Rudi, it works like a charm... Thanks a lot
autocy, go to admin panel -> basic settings -> QRcode and fill Phone field name with your phone Key name.