Sayan Datta
Forum Replies Created
-
Please update the plugin to the latest version. It should solve this issue.
Thanks!
Hi @tanik
You need to use a Merchant UPI ID, to get One Tap Payment feature working on Mobile devices.
Also, One Tap to Pay is only supported on android devices as of now.
Direct Intent is not allowed by the NPCI for security reasons.
Thanks!
Hi @maheakh
We are seeing this button (Click here to pay using a upi app) in mobile and not in desktop, the issue is that in few mobiles it’s not opening the UPI app, in others it’s working fine.
If the buyer does not have any UPI supported apps installed on his/her android devices, then the button may not work.
Also how can we get the button not to show up on mobile also if we want to.
Please go to the plugin settings where you can find a option to hide QR Code on mobile.
Hope it helps.
Thanks!
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Digital Download checkoutAs this plugin supports WooCommerce, so it the store is based on WooCommerce, then this plugin should work.
Thanks!
Hi @sbraunm
As UPI service is availble in India, to use this plugin WooCommerce Store’s promary currency needs to be set as ‘INR’. Otherwise it will not work.
On the otherhand, if you are using any other currency except ‘INR’ as primary currency, and also allows Indian customers to pay in ‘INR’ using UPI, then it is possible to use this plugin as there is a filter available.
By using this code, it is possible to use this plugin: https://gist.github.com/iamsayan/15938227e1dbf2e5dac16af7e132bb67
Hope it helps.
Thanks!
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] UTR TRANSACTION ID RE USEHi?@drpritpal
Unfortuanately, there is no offical Public API available to check the Transaction/UTR ID. So, you need to manully verify the Transaction/UTR ID.
Hope it helps. Thanks!
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] No payment verificationHi @jomonart
Unfortuanately, there is no offical Public API available to check the payment status.
For Downloadable order, go to the plug-in settings, then set order status setting as ‘on hold’,
every order will now be displayed as On hold and you can verify the payment details manually and then set the order status to processing. Then only buyers can download the product.
Hi @sbraunm
Set this option to “Hide Field” https://prnt.sc/AIZBulC-S6Xc
May I know the reason behind displaying Mobile Phone after the QR Code?
Thanks!
Hi @adprovize @good3dmodels @jkperfume @nitin4 @saifry @pulphub
Please update to the latest version i.e. v1.3.1. It will solve this issue.
Thanks!
Hi @krgkartcom @sarthakgarg @ushaprasad
Please update to the latest version i.e. v1.3.1. It will solve this issue.
Thanks!
Hi
Please update to the latest version i.e. v1.3.1. It will solve this issue.
Thanks
Forum: Plugins
In reply to: [Gutena Accordion - Beautiful FAQ Accordion Block] Top Border and SpacingHi,
Add this CSS to the Customizer:
.gutena-accordion-block>.gutena-accordion-block__panel { border-bottom: 1px solid #ede6e6; } .gutena-accordion-block>.gutena-accordion-block__panel:last-of-type { border-bottom: none; }
You can follow this: https://app.usebubbles.com/iXgxab32xpVCrTic5k2PDH/sayan-s-video-recording
Change
#ede6e6
color according to your need.For Letter spacing you can follow this: https://app.usebubbles.com/2HRVNgo7q3eoZP8RR1Ah3v/untitled-bubble
Hi,
Add this code to the end of your theme’s functions.php file:
add_filter( 'upiwc_button_show_interval', function() { return 500; } );
Hi @renekutter
We can use this css to style active accordion title without editing the plugin’s file:
.gutena-accordion-block > .gutena-accordion-block__panel.active > .gutena-accordion-block__panel-title > .gutena-accordion-block__panel-title-inner h3 { color: #ff0000 !important; }
Change
#ff0000
according to your need.- This reply was modified 2 years, 1 month ago by Sayan Datta.