Subrata Mal
@subratamal on WordPress.org, @Subrata Mal on Slack
- Member Since: October 14th, 2017
- Location: Kolkata, West Bengal, India
- Website: standalonetech.com
- GitHub: malsubrata
- Job Title: WEB DEVELOPER
- Employer: STANDALONE TECH SOLUTIONS
Interests
Contribution History
Subrata Mal’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Critical error on checkout, on the site WordPress.org Forums:
@teeboy4real We will fix this issue in our next plugin update. -
Posted a reply to Disable wallet for different user roles, on the site WordPress.org Forums:
@ronanprado Also please use the attached code. add_filter( 'display_cashback_notice_at_woocommerce_page', 'display_cashback_notice_at_woocommerce_page_callback', 10, 1 ); if (… -
Posted a reply to Feature request: Support for block based checkout, on the site WordPress.org Forums:
@abanista Please use the add-on plugin from our GitHub repository, which adds support for WooCommerce… -
Posted a reply to Disable wallet for different user roles, on the site WordPress.org Forums:
@ronanprado You can use the attached code to block wallet usage for author user role.… -
Posted a reply to payment wallet amount not recredited after payment failed, on the site WordPress.org Forums:
@tajmohamed30 Thanks for the update we will add this functionality in our next plugin update. -
Posted a reply to Call to a member function get_tax_class() on bool, on the site WordPress.org Forums:
@abitp Thanks for reporting this issue we will solve this in our next plugin update. -
Posted a reply to how to enable bank transfer payment gateway only for topup only, on the site WordPress.org Forums:
@sabakhurrum You can disable the bank transfer payment method from the plugin settings page. https://prnt.sc/cYZG5tyEK6z4 -
Posted a reply to payment wallet amount not recredited after payment failed, on the site WordPress.org Forums:
@tajmohamed30 Please check WooCommerce error log and let us know if there is any plugin… -
Posted a reply to Referring Signups With Ultimate Membership Pro, on the site WordPress.org Forums:
@master1joker1 Thanks for reporting this. We will check the compatibility with ultimate membership plugin and… -
Posted a reply to CRITICAL Uncaught Error: Call to a member function get_total() on bool, on the site WordPress.org Forums:
@rifatspir @johndannug We will fix this issue in our next plugin update. But for now… -
Posted a reply to Date Format change, on the site WordPress.org Forums:
@taba3 We will add option to change the date format in our next plugin update. -
Posted a reply to Disable WooCommerce Notice, on the site WordPress.org Forums:
@carmpocalypse Thanks for reaching out. You can disable cashback notice from cart and checkout page… -
Posted a reply to User Database Performance, on the site WordPress.org Forums:
@rmdglasgow Thanks for reporting this we will fix this in our next plugin update. -
Posted a reply to Show Cashback amount on cart page, on the site WordPress.org Forums:
Hi @hasanalkhaled sorry for the delay in response. By default cashback amount should show on… -
Posted a reply to Disable wallet for some products, on the site WordPress.org Forums:
@sepideh19 Please use the filter like this in theme functions.php file add_filter( 'woo_wallet_payment_is_available', 'woo_wallet_payment_is_available_callback', 10,… -
Posted a reply to Duplicate code in the wc-endpoint-wallet-transactions.php file, on the site WordPress.org Forums:
@kalibaot Thanks for reporting this. We will remove the redundent code in our next plugin… -
Posted a reply to cannot change wallet balance., on the site WordPress.org Forums:
@riki36 Please check the database table wp_woo_wallet_transactions and check if created_by column is there or… -
Posted a reply to Disable wallet for some products, on the site WordPress.org Forums:
@sepideh19 You can rstrict wallet usage using our plugin filter woo_wallet_payment_is_available -
Posted a reply to Create Group Wallet, on the site WordPress.org Forums:
@conceptalchemycompany Sorry, we can't create a groups for wallet. -
Posted a reply to I want to make customer place order with negative balance, on the site WordPress.org Forums:
@youssufabramo could you please share screenshot of customer wallet transaction page? -
Posted a reply to user-specific minimum balance loading amount, on the site WordPress.org Forums:
@anahtarco For that you have to write custom code using our plugin filter woo_wallet_get_option__wallet_settings_general_min_topup_amount -
Committed [2893972] to Plugins SVN:
Plugin update 1.4.7 -
Posted a reply to Don’t want to give access to shop managers, how to restrict?, on the site WordPress.org Forums:
@sabakhurrum You can restrict the access by using this code in theme functions.php file. add_filter(… -
Posted a reply to [NSFW] Falat Error, on the site WordPress.org Forums:
Hi @suvam96 We tested this in our local setup and can't find any issue like… -
Posted a reply to [NSFW] Falat Error, on the site WordPress.org Forums:
@suvam96 Thanks for reporting this issue will fix this in our next update. -
Posted a reply to If wallet balance < than order total then redirect to Top Up, on the site WordPress.org Forums:
@poll0none Thank you so much for taking the time to leave us a 5-star review!… -
Posted a reply to If wallet balance < than order total then redirect to Top Up, on the site WordPress.org Forums:
@poll0none as contribution one review will boost our team to work more hard for this… -
Posted a reply to If wallet balance < than order total then redirect to Top Up, on the site WordPress.org Forums:
@poll0none Sorry about this. Please use the attached updated code. add_action('template_redirect', 'redirect_if_no_wallet_balance'); if(!function_exists('redirect_if_no_wallet_balance')){ function redirect_if_no_wallet_balance(){… -
Posted a reply to If wallet balance < than order total then redirect to Top Up, on the site WordPress.org Forums:
@poll0none You can use the updated code. add_action('template_redirect', 'redirect_if_no_wallet_balance'); if(!function_exists('redirect_if_no_wallet_balance')){ function redirect_if_no_wallet_balance(){ if(is_checkout()){ if( wc()->cart->get_total('edit')… -
Posted a reply to 1-Click buy, on the site WordPress.org Forums:
@poll0none 1-click buy is possible but there are many things are calculated at chekout page… -
Posted a reply to Wall amount doesn’t charge Tax, on the site WordPress.org Forums:
@poll0none No problem and we understand this and we are trying to fix this issue… -
Posted a reply to What Category is the Wallet Topup in., on the site WordPress.org Forums:
@mcenz We will add edit link of wallet rechargable product in the plugin settings page… -
Posted a reply to Referral balance credited once order marked to “Completed”, on the site WordPress.org Forums:
@indrapalkushwaha Please use the attached code in theme functions.php file to credit referral use only… -
Posted a reply to Condition cashback, on the site WordPress.org Forums:
@matheustx017 You can use woo_wallet_product_wise_cashback_amount filter for this. -
Posted a reply to Partial Payment error – not including taxes, on the site WordPress.org Forums:
@mikethome @poll0none Please follow this github link https://github.com/woocommerce/woocommerce/issues/28028 -
Posted a reply to Use Wallet Balance First, on the site WordPress.org Forums:
@mikethome Please folow this github link https://github.com/woocommerce/woocommerce/issues/28028 -
Posted a reply to Specific category, on the site WordPress.org Forums:
@doly77 Yes you can set product category wise cashback from the plugin settings page. -
Posted a reply to If wallet balance < than order total then redirect to Top Up, on the site WordPress.org Forums:
Hi @poll0none You can use the attached code in the theme functions.php file to redirect… -
Posted a reply to Hide Wallet Topup option and rearrange tab options, on the site WordPress.org Forums:
@poll0none Thanks for your help. @indrapalkushwaha you can disable wallet top-up option using the attached… -
Posted a reply to Wall amount doesn’t charge Tax, on the site WordPress.org Forums:
@poll0none sorry for this but we told many times in the forum that there is… -
Posted a reply to want to use only wallet payment option for all products except wallet topup, on the site WordPress.org Forums:
@sabakhurrum Please use the attached code in theme functions.php file to pay only with wallet… -
Posted a reply to Wallet in not showing in available payment gateways, on the site WordPress.org Forums:
@snddeveloper Please enable wallet payment method form WooCommerce > settings > payment tab. -
Posted a reply to get total wallets balance, on the site WordPress.org Forums:
@hkaadan You can use php code for this like. $total_balance = $wpdb->get_var( $wpdb->prepare( "SELECT SUM(CASE… -
Posted a reply to Use Wallet Balance First, on the site WordPress.org Forums:
@elpatronja In this case you can enable auto deduct partial payment setting from the plugin… -
Posted a reply to Duplicate Orders – Negative Balance, on the site WordPress.org Forums:
@diaadur We are looking into this issue and will be fixed in our next plugin… -
Posted a reply to Money transfer between users, on the site WordPress.org Forums:
@wesellhost You can use the attached code in theme functions.php file for this. add_filter( 'woo_wallet_user_search_by',… -
Posted a reply to wallet balance, on the site WordPress.org Forums:
You can use shortcode [mini-wallet] -
Posted a reply to I want to increase all wallets credits by 10X, on the site WordPress.org Forums:
@alinedaei You can update user wallet using core function woo_wallet()->wallet->credit($user_id, $amount); -
Posted a reply to Money transfer between users, on the site WordPress.org Forums:
@megavip1 We have filter to change user search in the transfer form. -
Posted a reply to Calling a new endpoint, on the site WordPress.org Forums:
@mikethome Please update permalink structure from wp-admin > settings > permalink page.
Developer
-
TeraWallet – Best WooCommerce Wallet System With Cashback Rewards, Partial Payment, Wallet Refunds
Active Installs: 20,000+
Contributor
-
QR Code for WooCommerce
Active Installs: 900+
繁體中文 (Chinese (Taiwan)) Plugins Translation Editor - #zh_TW
-
TeraWallet – Best WooCommerce Wallet System With Cashback Rewards, Partial Payment, Wallet Refunds
Active Installs: 20,000+