Subrata Mal
@subratamal on WordPress.org, @Subrata Mal on Slack
- Member Since: October 14th, 2017
- Location: Kolkata, West Bengal, India
- Website: wcbeginner.com
- GitHub: malsubrata
Contribution History
Subrata Mal’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- 
										Posted a reply to Edit “Via Wallet” label when partial payment on checkout, on the site WordPress.org Forums: 
 @jinsley8 yes we will add a filter to change the fee name in our next…3 weeks ago 
- 
										Posted a reply to WooWallet doesn’t show in new WooCommerce Blocks checkout, on the site WordPress.org Forums: 
 Hi @jinsley8 Our plugin is not yet compatible with the WooCommerce block enabled checkout and…3 weeks ago 
- 
										Posted a reply to Dokan Commission Withdrawal, on the site WordPress.org Forums: 
 @caledome It depends on Dokan settings.1 month ago 
- 
										Posted a reply to Cashback amount not change, on the site WordPress.org Forums: 
 @namanseth Are you using any cache plugin?1 month ago 
- 
										Posted a reply to TeraWallet API – Use user email instead of ID for wallet credit, on the site WordPress.org Forums: 
 @ogmic Sorry that is not possible. You can create a new endpoint that will accept…1 month ago 
- 
										Posted a reply to Bug/Conflict with WooCommerce Analytics > Orders, on the site WordPress.org Forums: 
 @mjoshu4 Thanks for reporting this issue. Will solve this in the next plugin update.1 month ago 
- 
										Posted a reply to Limit Pay by wallet to minimum wallet funds, on the site WordPress.org Forums: 
 @supportowpok Yes, it is possible by some custom code. Please reach out to our support…2 months ago 
- 
										Posted a reply to Set expire date for earned credits, on the site WordPress.org Forums: 
 @hrezaei For that, we have to do some custom code. Please reach out to us…2 months ago 
- 
										Posted a reply to Auto Credit woocommerce Product Author, on the site WordPress.org Forums: 
 @thegreekgod243 For that we have to do some custom code. Please reach out to us…2 months ago 
- 
										Posted a reply to How to make terawallet work with CFF (calculated Field Forms), on the site WordPress.org Forums: 
 @osama2006 For that we have to do some custom code. Please reach out to our…2 months ago 
- 
										Posted a reply to Payment method, on the site WordPress.org Forums: 
 @thefoldswim Payment method will show stripe because the order is originally paid via stripe.2 months ago 
- 
										Posted a reply to Wallet balance notification, on the site WordPress.org Forums: 
 @arishtam You can fetch those data using WordPress user-id and also need some PHP code.2 months ago 
- 
										Posted a reply to Set Daily Wallet Topup Amount Limit, on the site WordPress.org Forums: 
 @frankapp Please reach out to our support email support@woowallet.in regarding this topic.2 months ago 
- 
										Posted a reply to Wallet option not displaying as checkout option, on the site WordPress.org Forums: 
 @muypescado Is those customers are registered customers or guest users?2 months ago 
- 
										Posted a reply to Double spend issue, or at least 0 balance after a transfer between wallets., on the site WordPress.org Forums: 
 @liammitchell Please update the plugin to the latest version and let us know.2 months ago 
- 
										Posted a reply to Wallet balance notification, on the site WordPress.org Forums: 
 @arishtam You have to configure custom email notification for this. Please reach out to our…2 months ago 
- 
										Posted a reply to Woocommerce custom order status credit, on the site WordPress.org Forums: 
 @ak5hay Use the attached updated code. add_filter('woo_wallet_process_cashback_status', 'woo_wallet_process_cashback_status_callback'); function woo_wallet_process_cashback_status_callback($status) { $status['order-collected'] = 'Order Collected';…2 months ago 
- 
										Posted a reply to Payment gateway charge not working, on the site WordPress.org Forums: 
 @toy1985 The 2% charge will be deducted after the order and the remaining amount will…2 months ago 
- 
										Posted a reply to API response success even when the balance is insufficient, on the site WordPress.org Forums: 
 @ogmic You will receive transaction id as id parameter in response to a successful transaction.2 months ago 
- 
										Posted a reply to Refund amount disable, on the site WordPress.org Forums: 
 @softsan This might be any plugin conflict. Please reach out WooCommerce support team regarding this.2 months ago 
- 
										Posted a reply to minimum increment, on the site WordPress.org Forums: 
 @ershadzolfi Sorry this option is not available.2 months ago 
- 
										Posted a reply to Hoo on credit/debit, on the site WordPress.org Forums: 
 @cedriccharles You can use woo_wallet_transaction_recorded hook for this.2 months ago 
- 
										Posted a reply to Wallet AffiliateWP plugin, on the site WordPress.org Forums: 
 @zilliongrocer As Wallet AffileateWp plugin is our paid plugin so please reach out to us…2 months ago 
- 
										Posted a reply to Wallet option not displaying as checkout option, on the site WordPress.org Forums: 
 @muypescado Please check if the wallet payment method is active and is there sufficient balance…2 months ago 
- 
										Posted a reply to Desactivate or disable wallet transfer for a specific user role, on the site WordPress.org Forums: 
 @ramyasam For that, you have to write custom code using that filter.2 months ago 
- 
										Posted a reply to Search/View Transaction by ID, on the site WordPress.org Forums: 
 @frankapp Yes, you are right there is no way you can find a transaction by…2 months ago 
- 
										Posted a reply to Deactivate and activate user wallets, on the site WordPress.org Forums: 
 Hi @drmuazzamcy Sorry, this is not possible.2 months ago 
- 
										Posted a reply to Exclude Wallet top-up from activating minimum order amount, on the site WordPress.org Forums: 
 @pfc101 Use the attached updated code. add_action('woocommerce_before_cart', 'warp_minimum_order_amount'); add_action('woocommerce_before_checkout_form', 'warp_minimum_order_amount'); function warp_minimum_order_amount() { // Set…2 months ago 
- 
										Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums: 
 add_filter('woo_wallet_payment_is_available', 'woo_wallet_payment_is_available_callback'); if(!function_exists('woo_wallet_payment_is_available_callback')){ function woo_wallet_payment_is_available_callback($is_available){ if(63 === $product_id){ $is_available = false; } return $is_available; }…2 months ago 
- 
										Posted a reply to Refund Issues in Tera Wallet, on the site WordPress.org Forums: 
 @rohitraheja You can refund manually from the order edit page.2 months ago 
- 
										Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums: 
 @beechws Using that filter you have to write custom code.2 months ago 
- 
										Posted a reply to Pre-paid card for multiple events, on the site WordPress.org Forums: 
 @lansili Yes, This is possible but we have to do some custom code. Please reach…2 months ago 
- 
										Posted a reply to Total Wallet Balance of All Users, on the site WordPress.org Forums: 
 @fab1987a @frankapp We will try to include this feature in our next update.2 months ago 
- 
										Posted a reply to Refund Issues in Tera Wallet, on the site WordPress.org Forums: 
 @rohitraheja You can use our inbuilt manual wallet order refund for this.2 months ago 
- 
										Posted a reply to Cant add money to wallet, on the site WordPress.org Forums: 
 @mightykyr0 Please try any other payment gateway. Or you can reach out to us with…2 months ago 
- 
										Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums: 
 @beechws You can use woo_wallet_payment_is_available filter to exclude wallet payment.2 months ago 
- 
										Posted a reply to Reward gift, on the site WordPress.org Forums: 
 @yhenew You can use woo_wallet_admin_adjust_balance hook for this. This hook will fire after the admin…2 months ago 
- 
										Posted a reply to Reffaral issue, on the site WordPress.org Forums: 
 @ramyasam We will integrate this into our next plugin update.2 months ago 
- 
										Posted a reply to Exclude cashbback from Shipping, on the site WordPress.org Forums: 
 @edoardo90 Using wc()->cart->get_shipping_total() function you will get shipping total.2 months ago 
- 
										Posted a reply to Solving site cannot be reached, on the site WordPress.org Forums: 
 @emmastone17 Please reach out to us at our support email support@woowallet.in regarding this.2 months ago 
- 
										Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums: 
 @greenzcarcare We understand your concern. We will try to fix this in our next update.2 months ago 
- 
										Posted a reply to ShipStation sees this as a product, on the site WordPress.org Forums: 
 @kup1986 Could you please send us exported order data which has been sent to ShipStation…2 months ago 
- 
										Posted a reply to Desactivate or disable wallet transfer for a specific user role, on the site WordPress.org Forums: 
 @ramyasam Use bellow code into active theme function.php file to disable wallet transfer. add_filter('woo_wallet_is_enable_transfer', '__return_false');2 months ago 
- 
										Posted a reply to Unknown users added under Users wallet details, on the site WordPress.org Forums: 
 @tasneemma Unknown users mean?3 months ago 
- 
										Posted a reply to Fatal Error on order received page – class-wc-cart-totals, on the site WordPress.org Forums: 
 @maestro211 please reach out to our support email support@woowallet.in regarding this.3 months ago 
- 
										Posted a reply to Fatal Error on order received page – class-wc-cart-totals, on the site WordPress.org Forums: 
 @maestro211 This is something related to WooCommerce. Could you please switch to any wordpress default…3 months ago 
- 
										Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums: 
 @roberto22 Please use the attached code into the active theme function.php file. add_filter('woo_wallet_form_cart_cashback_amount', 'woo_wallet_form_cart_cashback_amount_callback'); if…3 months ago 
- 
										Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums: 
 @roberto22 You can modify cashback calculation using our filter woo_wallet_form_cart_cashback_amount3 months ago 
- 
										Posted a reply to withdrawal of funds, on the site WordPress.org Forums: 
 @mrbalkon We have a add-on plugin for this. https://woowallet.in/product/woo-wallet-withdrawal/3 months ago 
- 
										Posted a reply to How to send email to admin when someone recharge in their wallet ?, on the site WordPress.org Forums: 
 @hussainmerchant For that we have to do some custom code. Please reach out to us…3 months ago 
Developer
- 
										
											  TeraWallet - For WooCommerceActive Installs: 20,000+ 
Contributor
- 
										
											  QR Code for WooCommerceActive Installs: 1,000+ 
繁體中文 (Chinese (Taiwan)) Plugins Translation Editor - #zh_TW
- 
													
														  TeraWallet – For WooCommerceActive Installs: 20,000+ 



 
			