manifest / unclassified / woo-razorpay-dismiss-fix
Razorpay Popup Dismiss Fix
WooCommerce Razorpay Popup Dismiss Fix A lightweight WooCommerce addon plugin for Razorpay that redirects customers back to the checkout page when they close the Razorpay payment popup without completing payment. This helps reduce checkout confusion and allows users to retry payment easily from the order page.
by appcoderikbal · github.com/appcoderikbal/woo-razorpay-dismiss-fix
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/appcoderikbal/woo-razorpay-dismiss-fix/archive/refs/heads/main.zipDeclares an update source (https://github.com/appcoderikbal/woo-razorpay-dismiss-fix), so updates arrive through the plugin's own updater.
From the readme
Redirects the customer back to the checkout page if they close the Razorpay payment popup without completing the payment.
This plugin fixes a common confusion in the Razorpay WooCommerce integration where closing the payment modal leaves the customer on the "Order Pay" page. It intercepts the dismissal and redirects the user back to the checkout page with a failure message.
1. Upload the woo-razorpay-dismiss-fix folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
Fixed dismissal logic by replacing script.js with a more robust implementation.
Initial release with GitHub versioning support and popup dismissal interceptor.