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 Core Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- 
										Posted a reply to Top up wallet using custom payment, on the site WordPress.org Forums: 
 @karencho777 As this is a customisation request so please reach out to us at our…6 days ago 
- 
										Posted a reply to Wallet returned when refunding doubts, on the site WordPress.org Forums: 
 @danielaalineri Initialisation of refund is a manual process. You can refund to user wallet from…6 days ago 
- 
										Posted a reply to Cash back not credited, on the site WordPress.org Forums: 
 Could you please try to disable those plugins and check if this is a plugin…6 days ago 
- 
										Posted a reply to Cash back not credited, on the site WordPress.org Forums: 
 @greencure Please let us know if you are using any cache plugin on your site.…6 days ago 
- 
										Posted a reply to Cashback upon payment, on the site WordPress.org Forums: 
 @emptyinside Cashbacks are calculated upon cart subtotal, not on cart total. You can use our…6 days ago 
- 
										Posted a reply to Error & Plugin Incompatibility, on the site WordPress.org Forums: 
 @nalex1974 Please let us know which version of YITH WOOCOMMERCE DYNAMIC PRICING AND DISCOUNTS plugin…6 days ago 
- 
										Posted a reply to Php Fatal Error at checkout-> Order Received page, on the site WordPress.org Forums: 
 @sohom Could you please check if this is a conflict because of any other WooCommerce…6 days ago 
- 
										Posted a reply to Credit collected twice, on the site WordPress.org Forums: 
 @christiansammmm Please check if there is any plugin conflict in your store.6 days ago 
- 
										Posted a reply to Wallet balance is negative temporarily, on the site WordPress.org Forums: 
 @alkateb Thanks for reaching out. In our latest plugin update, you can delete user wallet…6 days ago 
- 
										Posted a reply to Purchase by Wallet balance, on the site WordPress.org Forums: 
 Hi, @shaifur7295 Could you please reach out to us at our support email support@woowallet.in?6 days ago 
- 
										Posted a reply to Disable all feature of TeraWallet for Specific user Role!, on the site WordPress.org Forums: 
 @pojlumiah This feature is not available yet in our plugin. We will try to include…6 days ago 
- 
										Posted a reply to Disable cashback reward program programmatically, on the site WordPress.org Forums: 
 @yazdaniwp You can use our filter woo_wallet_form_cart_cashback_amount and woo_wallet_form_order_cashback_amount to disable cashback on the basis…2 weeks ago 
- 
										Posted a reply to php fatel error , lots of error from tera wallet, on the site WordPress.org Forums: 
 @chandan435 Thanks for reporting this issue. We will fix this on our next update. Thanks!2 weeks ago 
- 
										Posted a reply to Show Wallet Options on WCFM Frontend, on the site WordPress.org Forums: 
 @oliberto Thanks for reaching out as this is a custom requirement so Please reach out…2 weeks ago 
- 
										Posted a reply to Hide Admin details in backend, on the site WordPress.org Forums: 
 @icetechy Yes you can hide admin wallet section from other user using the filter woo_wallet_user_capability.2 weeks ago 
- 
										Posted a reply to Woo-wallet low balance notify, on the site WordPress.org Forums: 
 @yuriivanov Thanks for reaching out. Yes, it is possible but we have to do some…2 weeks ago 
- 
										Committed [2255971] to Plugins Trac: 
 Plugin update 1.3.143 weeks ago 
- 
										Posted a reply to Hide terra-wallet cashback detail with product from, on the site WordPress.org Forums: 
 Please use the bellow updated code. add_action('wp_loaded', 'remove_cashback_notice'); if(!function_exists('remove_cashback_notice')){ function remove_cashback_notice(){ if(class_exists('Woo_Wallet_Frontend')){ remove_action('woocommerce_shop_loop_item_title', array(Woo_Wallet_Frontend::instance(), 'display_cashback'),…3 weeks ago 
- 
										Posted a reply to Hide terra-wallet cashback detail with product from, on the site WordPress.org Forums: 
 Please try to use the updated code. add_action('wp_loaded', 'remove_cashback_notice'); if(!function_exists('remove_cashback_notice')){ function remove_cashback_notice(){ if(class_exist('Woo_Wallet_Frontend'){ remove_action('woocommerce_shop_loop_item_title', array(Woo_Wallet_Frontend::instance(),…3 weeks ago 
- 
										Posted a reply to Wallet information not showing in my account page, on the site WordPress.org Forums: 
 @sheikslaa Please reach out to us at our support email support@woowallet.in regarding this.3 weeks ago 
- 
										Posted a reply to add specific amounts for adding money, on the site WordPress.org Forums: 
 @aaronmskater Yes it is possible but we have to write some custom code. Please reach…3 weeks ago 
- 
										Posted a reply to Wallet information not showing in my account page, on the site WordPress.org Forums: 
 @sheikslaa Please try to update permalink structure from Settings > permalink and just hit the…3 weeks ago 
- 
										Posted a reply to Miss-Calculated Statistics of my Shop, on the site WordPress.org Forums: 
 @prohaska You can check that in WooCommerce revenue report wallet top-up orders are excluded.3 weeks ago 
- 
										Posted a reply to Question multivendors, on the site WordPress.org Forums: 
 @davidgimenezq Please reach out to us at our support email support@woowallet.in regarding this. Thanks3 weeks ago 
- 
										Posted a reply to Low Wallet Balance Alert, on the site WordPress.org Forums: 
 @ijaved Currently this option is not available but you can do this by some custom…3 weeks ago 
- 
										Posted a reply to Partial Payment, on the site WordPress.org Forums: 
 @joysach Yes it is possible but for that, we have to write some custom code.…3 weeks ago 
- 
										Posted a reply to woo-wallet-cashback, on the site WordPress.org Forums: 
 @kiaee You can use woo_wallet()->cashback->get_product_cashback_amount($product); function to get product cashback amount where $product is WooCommerce…3 weeks ago 
- 
										Posted a reply to Hide terra-wallet cashback detail with product from, on the site WordPress.org Forums: 
 Hi @bdas Please use below code in theme function.php file to remove cashback details from…3 weeks ago 
- 
										Posted a reply to wallet logo remove, on the site WordPress.org Forums: 
 @sobujmia Use below CSS code in theme style.css file to remove wallet icon. .woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet…3 weeks ago 
- 
										Posted a reply to How to get total wallet balance in admin, on the site WordPress.org Forums: 
 @yassernet Yes, the code is correct. You can use it.4 weeks ago 
- 
										Posted a reply to How to give money to multiple users from backend?!!, on the site WordPress.org Forums: 
 Yes4 weeks ago 
- 
										Posted a reply to How to give money to multiple users from backend?!!, on the site WordPress.org Forums: 
 Within this month.4 weeks ago 
- 
										Posted a reply to How to give money to multiple users from backend?!!, on the site WordPress.org Forums: 
 @mslim98 Thanks for reaching out. We are trying to add bulk debit credit option for…4 weeks ago 
- 
										Posted a reply to If some one you coupon code, there are not enable to take cashback,, on the site WordPress.org Forums: 
 @kannu please reach out us at our support email support@woowallet.in4 weeks ago 
- 
										Posted a reply to Auto Credit certain amount of money to user in there wallet, on the site WordPress.org Forums: 
 @samr0on Yes, it is possible but we have to do some custom code. Please reach…4 weeks ago 
- 
										Posted a reply to If some one you coupon code, there are not enable to take cashback,, on the site WordPress.org Forums: 
 @kannu We have filters in our plugin you can use that to modify cashback logic.…4 weeks ago 
- 
										Posted a reply to An error occurred please try again, on the site WordPress.org Forums: 
 @arindamc9 Please disable our plugin and activate aging this will resolve the issue and let…4 weeks ago 
- 
										Posted a reply to Interest rate auto credit to wallet of the customer, on the site WordPress.org Forums: 
 @fakir17 Thanks for your valuable inputs, we will try to implement this in the upcoming…4 weeks ago 
- 
										Posted a reply to There is no access to transactions within your application., on the site WordPress.org Forums: 
 permalink image 14 weeks ago 
- 
										Posted a reply to Desativar [ Wallet Recharge ], on the site WordPress.org Forums: 
 @gt0xsantos Please use below code in theme function.php file to disable wallet top-up option. add_filter('woo_wallet_is_enable_top_up','__return_false');1 month ago 
- 
										Posted a reply to There is no access to transactions within your application., on the site WordPress.org Forums: 
 @luirapido12345 Please update permalink structure from settings > permalink page and let us know.1 month ago 
- 
										Posted a reply to WOO WALLET ICON doesn’t work, on the site WordPress.org Forums: 
 @rabby696 We belive this is theme issue please switch to any WordPress default theme and…1 month ago 
- 
										Posted a reply to Change the Colour, on the site WordPress.org Forums: 
 @baum789 You can use CSS to change the colour.1 month ago 
- 
										Posted a reply to Erro Na Carteira, on the site WordPress.org Forums: 
 Please let us know which payment method you are using along with partial payment. Thanks.1 month ago 
- 
										Posted a reply to An error occurred trying to amend user balance, on the site WordPress.org Forums: 
 @secondstarfabric We have resolved this issue on your site so I am marking this topic…1 month ago 
- 
										Posted a reply to use wallets in on sale products, on the site WordPress.org Forums: 
 @tahamohamadi We are unable to understand your query properly. Are you referring Daily visits action…1 month ago 
- 
										Posted a reply to Membership Limit, on the site WordPress.org Forums: 
 @napoleon747 This can be done by some custom code. Please reach out to us at…1 month ago 
- 
										Posted a reply to Third Party API, on the site WordPress.org Forums: 
 @awaludin We have REST API for our wallet plugin you can use that. Here is…1 month ago 
- 
										Posted a reply to Database, on the site WordPress.org Forums: 
 @kevinan75 Remaining wallet balance is stored in balance column in wp_woo_wallet_transactions table.1 month ago 
- 
										Posted a reply to Deduct wallet on manual order, on the site WordPress.org Forums: 
 @vosi Yes it is possible but we have to write some custom code. Please reach…1 month ago 
Developer
- 
										
											  TeraWallet - For WooCommerceActive Installs: 10,000+ 
Contributor
- 
										
											  QR Code for WooCommerceActive Installs: 1,000+ 



 
			