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 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…1 day 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!1 day 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…1 day 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.1 day 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…1 day ago 
- 
										Committed [2255971] to Plugins Trac: 
 Plugin update 1.3.145 days 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'),…5 days 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(),…6 days 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.6 days 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…6 days 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…6 days 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.6 days 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. Thanks6 days 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…6 days 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.…6 days 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…6 days 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…6 days 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…1 week 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.2 weeks ago 
- 
										Posted a reply to How to give money to multiple users from backend?!!, on the site WordPress.org Forums: 
 Yes2 weeks ago 
- 
										Posted a reply to How to give money to multiple users from backend?!!, on the site WordPress.org Forums: 
 Within this month.2 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…2 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.in2 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…2 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.…2 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…2 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…2 weeks ago 
- 
										Posted a reply to There is no access to transactions within your application., on the site WordPress.org Forums: 
 permalink image 12 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');3 weeks 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.3 weeks 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…3 weeks ago 
- 
										Posted a reply to Change the Colour, on the site WordPress.org Forums: 
 @baum789 You can use CSS to change the colour.3 weeks 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.3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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.3 weeks 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…3 weeks ago 
- 
										Posted a reply to Exclude shipping from TeraWallet payment, on the site WordPress.org Forums: 
 @xam55 Could you please describe the issue with more detail? Thanks3 weeks ago 
- 
										Posted a reply to Track referring signup users, on the site WordPress.org Forums: 
 Hi @niyaznizu16 Thanks for your suggestion we will try to include this feature in our…3 weeks ago 
- 
										Posted a reply to Apply discount code to add inventory, on the site WordPress.org Forums: 
 @tahamohamadi Please use below code into active theme function.php to allow wallet recharge with discount…3 weeks ago 
- 
										Posted a reply to Apply negative fee on cart total, on the site WordPress.org Forums: 
 Hi, Any help on this will be much appreciated.3 weeks ago 
- 
										Posted a reply to An error occurred trying to amend user balance, on the site WordPress.org Forums: 
 @secondstarfabric Could you please reach out us at our support email support@woowallet.in regarding this?1 month ago 
- 
										Posted a reply to use wallets in on sale products, on the site WordPress.org Forums: 
 @tahamohamadi You can use this plugin to purchase any type of product. Thanks1 month ago 
- 
										Posted a reply to An error occurred trying to amend user balance, on the site WordPress.org Forums: 
 Hi @secondstarfabric Please deactivate our plugin and activate again. This is a database issue this…1 month ago 
- 
										Posted a reply to Erro Na Carteira, on the site WordPress.org Forums: 
 @adrianonunes We have updated our plugin to 1.3.13 please make sure you are using latest…1 month ago 
- 
										Posted a reply to Erro Na Carteira, on the site WordPress.org Forums: 
 Hi @adrianonunes We are unable to understand your issue could you please describe in details.…1 month ago 
- 
										Committed [2240978] to Plugins Trac: 
 plugin update 1.3.131 month ago 
- 
										Posted a reply to How to give bonus when clients topup, on the site WordPress.org Forums: 
 @sadiqodunsi Use below code. add_filter('woo_wallet_credit_purchase_amount', 'woo_wallet_credit_purchase_amount_callback'); if(!function_exists('woo_wallet_credit_purchase_amount_callback')){ function woo_wallet_credit_purchase_amount_callback($amount){ $amount += ($amount * 10 /…1 month ago 
Developer
- 
										
											  TeraWallet - For WooCommerceActive Installs: 10,000+ 
Contributor
- 
										
											  QR Code for WooCommerceActive Installs: 1,000+ 



 
			