Sayan Datta
Forum Replies Created
-
Forum: Plugins
In reply to: [Razorpay Payment Links for WooCommerce] Not showing on checkoutHi,
Block based checkout is now supported. Thank you.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Not Showing Up On Payment PageAdded support for WooCommerce Block based checkout. Thanks
Added support for WooCommerce Block based checkout. Thanks
Added support for WooCommerce Block based checkout. Thanks
Added support for WooCommerce Block based checkout. Thanks
Hi @vndmshr4
Please provide valid UPI ID. You are currently using lxhlzc58464395****** as UPI ID. But it shouble be like lxhlzc58464395******@icici like this.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] QR code popup does not showHi @deoaditi07
I can see that payment gateway is working properly on your website.
Closing this. Thank you.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Plugin not showingPlease complete the plugin settings setup properly. It should work.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] UPI Payment is not workingTo add INR support, you can add this code to theme’s functions.php file:
add_filter( 'upiwc_supported_currencies', function( $currencies ) { $currencies[] = 'USD'; // your primary currency. return $currencies; // change it } );
Hi @slade470
To add INR support, you can add this code to theme’s functions.php file:
add_filter( 'upiwc_supported_currencies', function( $currencies ) { $currencies[] = 'USD'; // your primary currency. return $currencies; // change it } );
- This reply was modified 1 year, 9 months ago by Sayan Datta.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Title not visible in dark mode.Hi @tianlong123
Please install the latest version. It will fix this issue.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] Thankyou Message not showingHi @krgkartcom
I can’t replicate the thank you message issue but I have applied a possible fix. Could you please try and let me know?
Download from GitHub: https://github.com/iamsayan/upi-qr-code-payment-for-woocommerce/archive/refs/heads/master.zip
To change icon, you can add this code to theme’s functions.php file:
add_filter( 'upiwc_gateway_icon', function( $icon ) { return 'https://domain.com/icon.png'; // change it } );
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] upi payment failedIs the payment by scanning QR Code working properly?
Forum: Plugins
In reply to: [Gutena Tabs] Breaks in WP 6.2