Full name of the plugin: QR Code Tag for WC order emails, POS receipt emails, PDF invoices, PDF packing slips, Blog posts, Custom post types and Pages …
Full name of the plugin: QR Code Tag for WC order emails, POS receipt emails, PDF invoices, PDF packing slips, Blog posts, Custom post types and Pages (from goaskle.com):
HELP (HOW TO USE, DOCUMENTATION)
!!! QR Code Template Editor in admin area in settings of plugin !!! – DONE ( from version 1.9.3 )
{order_id}, {customer_phone}, {customer_email}, {full_customer_name}, {total_amount}, {total_amount_no_curr}, {vat_amount}, {vat_number}, {order_date}, {order_date_year}, {order_date_mon}, {order_date_day}, {order_time}, {wc_website}, {wc_order_items_name1}, {wc_order_items_qty1}, {wc_order_items_price1}, {wc_order_items_subtot1} , {wc_order_items_name2}, {wc_order_items_qty2}, {wc_order_items_price2}, {wc_order_items_subtot2}, {wc_order_items_template1}, {hash_gaqr}, {order_ship_address}, {order_map_ship_address}, {wc_coupons_names_plus_sums}, {wc_coupons_sums}, {wc_coupons_names}, {wc_coupons_total}, {wc_order_customer_id}, {wc_order_user_id}
More detailed read here:
HELP (HOW TO USE, DOCUMENTATION)
QR code images compatible with Gmail (not cutted).
These plugins are already supported out of the box:
In accordance with current legal requirements (Due Covid-19 in some countries), we have created a standard customer data template:
Instructions for developers are provided to place QR codes inside any place in the template of your WordPress-based website using special php function!
The dynamic data of the automatic template is shown in brackets:
{Customer First Name} {Customer Family Name}
TOTAL AMOUNT {$39.10} – Total order amount from Woocommerce
VAT AMOUNT {$5.10} – Total Tax order amount from Woocommerce
VAT NUMBER {xxxxxxxx} (you can change it in admin: Goto WordPress Admin -> Settings -> QR code Tag from Goaskle.com) -> Enter yours there
DATE {03/11/2021} – Order date (created) from Woocommerce
TIME {19:03} – Order time (created) from Woocommerce
{https://yourdomain.com} – Your domain where this Woocommerce order was created.
For example:
Ivan Ivanov
TOTAL AMOUNT $39.10
VAT AMOUNT $5.10
VAT NUMBER 1235ABN457
DATE 03/11/2021
TIME 19:03
https://goaskle.com
Features:
For Woocommerce:
For any (WordPress posts, pages, sidebars, widgets, tooltips, custom posts):
allow_url_fopen
is disabled (Google Chart API) [qrcodetag_from_goaskle_com] Your content [/qrcodetag_from_goaskle_com]
within your posts[qrcodetag_from_goaskle_com tooltip="content"] Your some text for hover on it [/qrcodetag_from_goaskle_com]
within your postsSee this page for a tooltip mode demo.
Move your mouse over the application links.
Based on QR Code Tag By Dennis D. Spreen
https://wordpress.org/plugins/qr-code-tag/
It uses:
How to install?
See instruction here:
Manual instruction ( if automatic installation using plugins directory not working for you ):
/wp-content/plugins/qr-code-tag-for-wc-from-goaskle-com/data
directoryRequirements:
Yes, of course. It works in two modes:
AUTOMATIC MODE
you only need to enter your VAT if you have it, if not then clear the VAT Number field in plugin settings
and CLEAR “Woocommerce Data Template” field and then Save options
MANUAL MODE
you need to create your own data template for QR code and enter it in “Woocommerce Data Template” ( field in plugin settings ) using the following variables:
{order_id}, {customer_phone}, {customer_email}, {full_customer_name}, {total_amount}, {total_amount_no_curr}, {vat_amount}, {vat_number}, {order_date}, {order_date_year}, {order_date_mon}, {order_date_day}, {order_time}, {wc_website}, {wc_order_items_name1}, {wc_order_items_qty1}, {wc_order_items_price1}, {wc_order_items_subtot1} , {wc_order_items_name2}, {wc_order_items_qty2}, {wc_order_items_price2}, {wc_order_items_subtot2}, {wc_order_items_template1}, {hash_gaqr}, {order_ship_address}, {order_map_ship_address}, {wc_coupons_names_plus_sums}, {wc_coupons_sums}, {wc_coupons_names}, {wc_coupons_total}, {wc_order_customer_id}, {wc_order_user_id}
You can use this template and copy paste and edit as you wish:
Order ID: {order_id}
{full_customer_name}
TOTAL AMOUNT: {total_amount}
VAT AMOUNT: {vat_amount}
VAT NUMBER: {vat_number}
DATE {order_date}
TIME {order_time}
{wc_website}
{wc_order_items_template1}
Don’t forget to Save options after changing your template
Read Wikipedia QR Code article.
No. Please upgrade your PHP installation.
Yes it does.
Yes it does.
PNG is the preferred one. If you’re concerned about very old browser, use GIF instead. Or JPEG.
If you’re on a webserver that disallows online connection from within php scripts, you should switch over to the QR Code Lib.
You’re /qr-code-tag-goaskle-com/data/
directory is not writeable. Please adjust
your permissions. See Changing File Permissions.
See Plugin Help (below Plugin settings in your WordPress administration area).
This is a PHP / WordPress problem. See Sudden empty / blank page for large posts with WordPress for problem description and solutions.
Google Chart API creates a different margin. I can’t tell you why – ask Google.
You can use the Google ZXing online service
Because no one translated it yet into this language. How about you? See Plugin Help for translation hints!
{wc_order_items_qty1} – quantities of all products one by one ( Example: from {wc_order_items_qty1} to {wc_order_items_qty999} unlimited
{wc_order_items_price1} – prices of all products one by one ( Example: from {wc_order_items_price1} to {wc_order_items_price999} unlimited
{wc_order_items_subtot1} – subtotals of all products one by one ( Example: from {wc_order_items_subtot1} to {wc_order_items_subtot999} unlimited
{wc_order_items_template1} – predefined template for order items in this format:
Product name1 ( Qty X Price = Subtotal )
Product name2 ( Qty X Price = Subtotal )
etc…