Bappa Mal
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code for WooCommerce] Shortcode?!We have included support for WooCommerce Tab Manager plugin so we request you to deactivate and remove our plugin and reinstall it from wordpress.org plugin directory and let us know if this working.
For this new version simply include
[wc_qr_code]shortcode to tab description section.Looking forward to your co-operation regarding the same.
Thanks and Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Shortcode?!wc_qr_codeshortcode require product id as it’s first parameter. So you have to provide particular product id to that shortcode to work like[wc_qr_code id='100'][/wc_qr_code]where 100 is a product id.Looking forward to your co-operation regarding the same.
Thanks and Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Shortcode?!Hi,
Thanks for reaching out and asking this! There wasn’t any provision for shortcode but thanks to your suggestion I just updated the plugin and now the provision for short code is included. Please have a look and let me know, short code name- wc_qr_code.
Thanks and Regards,
BappaForum: Reviews
In reply to: [QR Code for WooCommerce] Great plug-inThanks for the rating @bowahan.
Hello @bowahan,
Please use bellow code in themes function.php file to display qr code under product price.
add_action('woocommerce_single_product_summary', 'add_wc_product_qr_code', 10); function add_wc_product_qr_code() { global $product; if (get_wc_product_qr_code_src($product->get_id())) { echo '<div class="wc-qr-codes-container">'; echo '<img class="wcqrc-qr-code-img" src="' . get_wc_product_qr_code_src($product->get_id()) . '" alt="QR Code" />'; echo '</div>'; } }Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] could not find product QRCODEHello @andy945,
Happy to hear from you that you have found it.
I’m marking this topic complete, please feel free to open a new thread for any further queries.
Please give us 5/5 if you like this plugin.
Regards,
BappaHello @bowahan,
Thanks a lot for reaching out us. You can get product QRCode image src by calling
get_wc_product_qr_code_srcfunction with respective product ID and display where you want.Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Can’t see qr codes.Happy to hear from you that you have solved the issue.
Please give us 5/5 if you like this plugin.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Can’t see qr codes.Can you please confirm that the issue occur in existing product or newly created product? If it is for existing product then just update that product the plugin will create QR Code for that product.
Looking forward to your co-operation regarding the same.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Can’t see qr codes.Please send us your login details to m.bappa1995@gmail.com we will look into it.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Multilingual WooCommerce IssueHello @dentalstyling,
I’m marking this topic complete, please feel free to open a new thread for any further queries.
Thanks for the rating.
Regards,
BappaForum: Reviews
In reply to: [QR Code for WooCommerce] Works Great!Thanks for the rating @dentalstyling
Forum: Plugins
In reply to: [QR Code for WooCommerce] Change QR code link@lalitrane I haven’t heard back from you, so I believe the issue has been resolved.
I’m marking this topic complete, please feel free to open a new thread for any further queries.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Can’t see qr codes.Hello @stephfd21
Sorry for the delayed response. please make sure that you have wright folder permission on your server and let us know.
Looking forward to your co-operation regarding the same.
Regards,
Bappa- This reply was modified 8 years, 8 months ago by Bappa Mal.
Forum: Plugins
In reply to: [QR Code for WooCommerce] Multilingual WooCommerce IssueHello @dentalstyling,
Thanks a lot for reaching out us. To generate QR Code for products which is create before the plugin install you have to update the product once. The pugin will automatically create QR Code of that product.
Please give us 5/5 if you like this plugin.
Regards,
Bappa