Sayan Datta
Forum Replies Created
-
Forum: Reviews
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Good, but QR can be bypassedHello,
As NPCI does now allow any website to use their API, we can’t verify the payment and it is not the problem of this plugin. Plugin is working as expected.
Hope you understand. Could you please adjust the rating, as this free plugin requires lots of effort to develop and maintain further.
If you have any questions, let me know.
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to validate IPHello,
It seems that it may be the cache issue as this plugin does not even touch any featured images. If you are using any cache plugin, then please clear all cache and let me know.
If still exists, then set correct feature image for that post and wait for the next republish and see what happens.
Thanks!
Hello,
Thanks for getting in touch. Sorry, I can’t understand what you want to say. Could you please explain?
Thanks!
Hello,
Update the plugin to v1.0.6 and try again. Thanks!
Hello, You need to specify the image size. Use this CSS:
div.spt-container span.spt-item:before { background: url(https://lalsobujerkontho.com/wp-content/uploads/2019/06/ls-favicon.png) no-repeat; content: ""; padding-right: 40px; vertical-align: middle; background-size: 28px 19px; }Could you please paste here the link where you are using posts ticker?
Hello,
Sorry for the late reply. Yes, it is possible. Use shortcode like this:
Left direction:
[spt-posts-ticker ticker_direction="left"]
Right direction:[spt-posts-ticker ticker_direction="right"]Thanks!
Hello,
You can do both using this plugin. Please add this snippet to the end of your theme’s functions.php file:
function spt_post_title_padding() { // number of charecters. return 300; } add_filter( 'spt_post_title_length', 'spt_post_title_padding' );And to display Image/logo as seperator please add this CSS to the CSS filed in plugins settings (https://prnt.sc/s78vr9):
div.spt-container span.spt-item:before { background: url(http://yourimageurl) no-repeat; content: ""; padding-right: 40px; vertical-align: middle; } div.spt-container span.spt-item:first-child:before { background : none; content: ""; padding-right: 0; }Hope it helps. Thanks!
- This reply was modified 6 years ago by Sayan Datta.
Hello,
Add this code to the end of functions.php file:
function upiwc_process_payment_order() { // custom order status return 'on-hold; } add_filter( 'upiwc_process_payment_order_status', 'upiwc_process_payment_order' );It will set all order status ass on-hold by default. Thanks!
Hello,
By default WooCommerce automatically cancels all the pending order after 60 minutes over. So, you can disable the settings from WooCommerce Stock Settings. Keep that field blank and save changes.
I will see what I can do regarding the CSS issue.
Thanks!
Hello,
Sorry I can’t get the auto cancel feature. Could you please explain?
Take a screenshot and upload that to Google Drive and paste the link here.
Thanks!
Hello,
PhonePe doesn’t support custom message. And for the display issue, please give me a screenshot of the misaligned element.
I have already added most of the upi handles in latest version. If you can not see all handle, please delete the plugin and reinstall it again from plugin directory. And there is no filter available to disable the handle right now.
Thanks!
Hello,
This problem should be fixed in v1.0.5. Please update and check it.
Thanks!
Hello,
Exact UPI Id validation can’t be possible as NPCI does not allow that. I have added some client-side verification in v1.0.5. Please update and check it.
Thanks!