Subrata Mal
@subratamal on WordPress.org, @Subrata Mal on Slack
Interests
- Member Since: October 14th, 2017
- Location: Kolkata, West Bengal, India
- Website: standalonetech.com
- GitHub: malsubrata
- Job Title: WEB DEVELOPER
- Employer: STANDALONE TECH SOLUTIONS
Contribution History
Subrata Mal’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to This update has broken the report sale API., on the site WordPress.org Forums:
@bi1012037 Thanks for sharing the screenshot. We will apply the backward compatibility with order in… -
Posted a reply to This update has broken the report sale API., on the site WordPress.org Forums:
@bi1012037 Please let us know if you are using WooCommerce High-performance order storage. -
Posted a reply to Bug in income sub-calculation, on the site WordPress.org Forums:
@franky4557 We tested it in our local development environment and it is working fine. Please… -
Posted a reply to cashback error in total payable amount after ordered placed, on the site WordPress.org Forums:
@madhanapalan @woocompcdev @shankamley If you apply coupon as cashback customer have to pay the total… -
Posted a reply to using wallet credit for just 50% on total basket value, on the site WordPress.org Forums:
@oocher With our default plugin this feature is not included but we can do it… -
Committed [3145131] to Plugins SVN:
Plugin update 1.5.7 -
Posted a reply to Disable cashback by user ID, on the site WordPress.org Forums:
@hassan0a For this we have to write custom code. For commercial support please reach here… -
Posted a reply to Cashback amount not visible under woocommerce product, on the site WordPress.org Forums:
@jointmarketer Please use the attached shortcode. add_shortcode( 'product-cashback', 'product_cashback_shortcode_output' );if ( ! function_exists( 'product_cashback_shortcode_output' )… -
Posted a reply to Cashback amount not visible under woocommerce product, on the site WordPress.org Forums:
@jointmarketer We are using WooCommerce hook woocommerce_shop_loop_item_title and woocommerce_single_product_summary to display cashback amount at product… -
Posted a reply to show wallet value to users anywhere I want, on the site WordPress.org Forums:
@k1mz You can use [min-wallet] shortcode. -
Posted a reply to Translate of cart, on the site WordPress.org Forums:
@gioffry Please try Loco translate plugin https://wordpress.org/plugins/loco-translate/ -
Committed [3129869] to Plugins SVN:
Fix wallet transaction page issue -
Posted a reply to Permission to modify Wallet, on the site WordPress.org Forums:
@random0cookie By default any user with manage_woocommerce capability can change wallet balance. But you can… -
Posted a reply to cashback error in total payable amount after ordered placed, on the site WordPress.org Forums:
@madhanapalan Please let us know if you are applying coupon as cashback. -
Posted a reply to Transactions list problem + howto fix, on the site WordPress.org Forums:
@amirassari2002 Thanks for reporting this issue. We will fix this in our next plugin update. -
Posted a reply to Tax Issue with Wallet Usage, on the site WordPress.org Forums:
Please try with placing a new order and let us know. -
Posted a reply to Tax Issue with Wallet Usage, on the site WordPress.org Forums:
Yes we fixed this issue in our latest version of the plugin. -
Committed [3122333] to Plugins SVN:
Plugin update 1.5.6 -
Posted a reply to Wallet in database, on the site WordPress.org Forums:
You can check wallet transactions in the database table woo_wallet_transactions . Also you can use… -
Posted a reply to Option to pay via wallet balance at checkout missing after updating woocommerce, on the site WordPress.org Forums:
@deadboltz We check this with latest WooCommerce and Astra theme and it working fine for… -
Posted a reply to TeraWallet icon is not appearing, on the site WordPress.org Forums:
Please let us know which theme you are using. -
Posted a reply to Terra-wallet – 404 NOT FOUND, on the site WordPress.org Forums:
We fix this issue in our github repo https://github.com/malsubrata/woo-wallet. And will publish the fix in… -
Posted a reply to Terra-wallet – 404 NOT FOUND, on the site WordPress.org Forums:
@davbah This is permalink issue so please open WooCommerce > settings > advance tab and… -
Posted a reply to Remove specific items from transaction history, on the site WordPress.org Forums:
woo_wallet_transactions -
Posted a reply to Remove specific items from transaction history, on the site WordPress.org Forums:
@therabidmonk For this you have to delete transactions from database table. -
Posted a reply to Can’t enable BACS payment method for wallet recharge, on the site WordPress.org Forums:
Please check if BACS payment method is enabled in WooCommerce > Settings > Payment tab… -
Committed [3116025] to Plugins SVN:
Plugin update 1.5.5 -
Posted a reply to Help me change background color, on the site WordPress.org Forums:
@brightfuture1210 You can write CSS code like this. .woo-wallet-sidebar ul li.card{ background: #2e2e2e; } .woo-wallet-my-wallet-container… -
Committed [3098584] to Plugins SVN:
Change plugin title -
Posted a reply to WOOCS ISSUE, on the site WordPress.org Forums:
@fhmomo We check this and it is working fine at our end. Could you please… -
Posted a reply to Remove or hide cashback element in product grid, on the site WordPress.org Forums:
@venkeyaccent Please use the attached code in theme functions.php file to remove cashback notice from… -
Posted a reply to Untranslatable String, on the site WordPress.org Forums:
Please sync the language file then you can translate it. -
Posted a reply to Untranslatable String, on the site WordPress.org Forums:
The string is already added for translation. https://prnt.sc/wnr_pF1WPwdM -
Posted a reply to WPML mulicurrency not supporting, on the site WordPress.org Forums:
@devworlds We are working on it and it will be available in our next plugin… -
Posted a reply to Monthly Auto Payment from Wallet, on the site WordPress.org Forums:
@devworlds Please let us know which subscription plugin you are using? -
Posted a reply to Tera Wallet Rounding Up Amount To Whole Number, on the site WordPress.org Forums:
@digidoda Please try attached updated code. add_action( 'wp_loaded', function () { if ( isset( $_GET['wallet-topup']… -
Posted a reply to Tera Wallet Rounding Up Amount To Whole Number, on the site WordPress.org Forums:
@digidoda Please share the code you are using for redirecting the user to add funds. -
Posted a reply to Where to find the rechargeable product ID ?, on the site WordPress.org Forums:
@phareweb35 You can get wallet rechargeable product ID by calling our core function get_wallet_rechargeable_product()->get_id(); -
Posted a reply to Referral url – can it be changed?, on the site WordPress.org Forums:
You have to copy the template file into woo-wallet folder. -
Posted a reply to How can I quickly initialize records and balances for all members?, on the site WordPress.org Forums:
@bi1012037 Use this code to remove zero balance user from admin area. add_filter( 'woo_wallet_users_list_table_query_args', 'woo_wallet_users_list_table_query_args_callback',… -
Posted a reply to How can I quickly initialize records and balances for all members?, on the site WordPress.org Forums:
@bi1012037 Please use the code. -
Posted a reply to Bulk wallet (fixed amount) set to dedicated users via SQL?, on the site WordPress.org Forums:
@oliverstorm For this you have to write cron job which will clear wallet trancastions in… -
Posted a reply to Referral url – can it be changed?, on the site WordPress.org Forums:
@vr6pete You can override woo-wallet-referrals.php template file into active theme folder and change the referral… -
Posted a reply to How can I quickly initialize records and balances for all members?, on the site WordPress.org Forums:
@bi1012037 Please use the attached code in theme finctions.php file. add_filter( 'woo_wallet_transactions_query_args', 'woo_wallet_transactions_query_args_callback', 10, 1… -
Posted a reply to The option to pay via wallet does not appear on the Checkout page., on the site WordPress.org Forums:
@namulearning No this is not bug. In this case wallet will appear as a payment… -
Posted a reply to Not HPOS compatible, on the site WordPress.org Forums:
@pagecode The problem has been resolved with the update to plugin version v1.5.4. -
Committed [3084547] to Plugins SVN:
Plugin update 1.5.4 -
Posted a reply to Database keeps growing, on the site WordPress.org Forums:
You can delete old transaction using bulk action on TeraWallet page. -
Posted a reply to Terra-wallet – 404, on the site WordPress.org Forums:
This is WordPress permalink issue. -
Posted a reply to Terra-wallet – 404, on the site WordPress.org Forums:
@vr6pete please check WooCommerce> settings>advanced tab and save that page once.
Developer
-
Wallet for WooCommerce
Active Installs: 20,000+
Contributor
-
QR Code for WooCommerce
Active Installs: 600+
繁體中文 (Chinese (Taiwan)) Plugins Translation Editor - #zh_TW
-
Wallet for WooCommerce
Active Installs: 20,000+