Bappa Mal
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code for WooCommerce] Change QR code linkHello @siddle_ken,
Sorry for delayed response.
Point no 1 is possible by doing some custom coding but point no 2, I don’t think is possible.Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginPlease contact us through m.bappa1995@gmail.com so that we can help you.
Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginSorry for delayed response. Please stay with us I have to took into WordPress core code, why it append extra space with & sign.
Thanks and regards,
BappaForum: Reviews
In reply to: [QR Code for WooCommerce] Useful plugin for marketing purposes.Thanks for the rating @aliputin.
Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginHappy to hear from you that the customised code works.
Please give us 5/5 if you like this plugin.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginHi @aliputin,
Please use bellow updated code in your child theme function.php file and don’t forget to refresh the qr code of that product.add_filter('wcqrc_product_permalink', 'wcqrc_product_permalink', 10, 2); function wcqrc_product_permalink($permalink, $product_id){ $utm_parameters_args = array( 'utm_source'=> 'qr-code', 'utm_medium' => 'online_homedeco', 'utm_campaign' => '0001_', 'utm_content' => '0001_', 'utm_term' => '0001_' ); return esc_url(add_query_arg($utm_parameters_args, $permalink)); }Looking forward to your co-operation regarding the same.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginDo you have refresh qr code of that product after applying the code? You can make it by clicking on refresh button on that product through admin back end.
Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginGive us the UTM Parameters which you want to include and we will give you the exact code.
Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginThat’s all check if this works.
Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginPlease use bellow code in your themes function.php file.
add_filter('wcqrc_product_permalink', 'wcqrc_product_permalink', 10, 2); function wcqrc_product_permalink($permalink, $product_id){ return $permalink . $utm_parameters; //where $utm_parameters is your product UTM parameters }Replace $utm_parameters variable with UTM Parameters.
Thanks and Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Strange link qr code ((Thank you for awesome idea but there is a problem if we add a button and refresh all qr code for example if you have thousands of product in your site then this option will slow down your site.
That’s why we are not include this feature in our next version. If you want to customize for your site please email me at m.bappa1995@gmail.com
Thanks and regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Strange link qr code ((Hi @bowahan,
We are really sorry to see that you have faced such issue. can you please refresh qr code of that product from admin back end and recheck.
Looking forward to your co-operation regarding the same.
Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginHello @aliputin,
Thanks a lot for reaching out us. You can add UTM parameters to product permalink using
wcqrc_product_permalinkfilter.For reference use bellow code snippet in themes function.php file.
add_filter('wcqrc_product_permalink', 'wcqrc_product_permalink', 10, 2); function wcqrc_product_permalink($permalink, $product_id){ return $permalink . $utm_parameters; //where $utm_parameters is your product UTM parameters }For any further query / assistance please get in touch with us through m.bappa1995@gmail.com
Thanks and Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] QR Codes not displaying on WooCommerce PDF InvoicesHi Birgit,
I am really glad to know that the plugin could be of help. Actually this is not a problem and in order to accommodate this the plugin has to be edited to some good extent. In case you want to proceed with that, please email me at m.bappa1995@gmail.com.
Looking forward to your continued patronage.
Thanks and Regards,
BappaForum: Plugins
In reply to: [QR Code for WooCommerce] Shortcode?!Thanks @bowahan