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 I need that backup for balance of the customers, on the site WordPress.org Forums:
@yergomezz Please contact with your hosting provider about this. -
Posted a reply to I need that backup for balance of the customers, on the site WordPress.org Forums:
@yergomezz All wallet transactions are stored in woo_wallet_transactions table. -
Posted a reply to [NSFW] Wallet not showing on the checkout and in WooCommerce payment tab settings., on the site WordPress.org Forums:
@rezvanjalilian66 Please check if there is any plugin conflict and let us know. -
Posted a reply to Now incompatible with Dokan Multivendor, on the site WordPress.org Forums:
@dangngocbinh Thanks for reporting this issue we will fix this in our next plugin update. -
Posted a reply to [NSFW] Inquiry About Displaying Wallet Balance in SMS Notifications, on the site WordPress.org Forums:
@rezvanjalilian66 Please use the attached updated code. add_filter('pw_woocommerce_sms_order_variables', 'add_wallet_balance_to_sms_variables', 10, 2);function add_wallet_balance_to_sms_variables($order_variables, $order_id) { if… -
Posted a reply to Balance should add to wallet only when Order status is Completed/Successful., on the site WordPress.org Forums:
Please use the attached code in theme functions.php file to process wallet topup on order… -
Posted a reply to Adding predefined amounts for user to top up wallet, on the site WordPress.org Forums:
@rezatalebir4 for this we have to write custom code. Please reach out to our support… -
Committed [3206644] to Plugins SVN:
Plugin update 1.5.10 -
Posted a reply to Partial Payment Doesn’t work, on the site WordPress.org Forums:
@mickymac101 for the first case wallet will display as payment method for WooCommerce. Please make… -
Posted a reply to No refund for order, on the site WordPress.org Forums:
Hi, Thanks for your vauable feedback. We fix this issue in our GitHub repo https://github.com/malsubrata/woo-wallet… -
Posted a reply to Unable to do refund in admin page with Woocommerce 9.4.3, on the site WordPress.org Forums:
Hi, We fixed this issue in our GitHub repo and will be publish in our… -
Posted a reply to Tera Wallet dont show translation after update to WP 6.7, on the site WordPress.org Forums:
We fix this issue in our current plugin version 1.5.9 please update and let us… -
Committed [3197578] to Plugins SVN:
Plugin update 1.5.9 -
Posted a reply to How to disable cashback to be used with coupon at the same time?, on the site WordPress.org Forums:
Please try attached updated code. add_filter( 'woo_wallet_payment_is_available', 'woo_wallet_payment_is_available_callback', 10, 1 );if ( ! function_exists( 'woo_wallet_payment_is_available_callback'… -
Posted a reply to Tera Wallet dont show translation after update to WP 6.7, on the site WordPress.org Forums:
We are looking into this and will be fixed soon. -
Committed [3197069] to Plugins SVN:
Plugin update 1.5.8 -
Posted a reply to How to disable cashback to be used with coupon at the same time?, on the site WordPress.org Forums:
@labetenoirre Please use the attached updated code and let us know. add_filter( 'woo_wallet_payment_is_available', 'woo_wallet_payment_is_available_callback', 10,… -
Posted a reply to partial wallet payment will deduct amount without vat, on the site WordPress.org Forums:
@vengoch Yes you are right we have created a request to WooCommerce dev team to… -
Posted a reply to Stop Terrawallet being used on certain products, on the site WordPress.org Forums:
@avanbueren For this we have to write custom code. Please reach out to our support… -
Posted a reply to Causes errors on the site, on the site WordPress.org Forums:
@germanboy You can credit or debit user wallet from admin panel. About the critical error… -
Posted a reply to How to disable cashback to be used with coupon at the same time?, on the site WordPress.org Forums:
@labetenoirre Did you check it by placing an order? -
Posted a reply to How to disable cashback to be used with coupon at the same time?, on the site WordPress.org Forums:
@labetenoirre Please use the attached code in theme functions.php file to disable cashback if coupon… -
Posted a reply to Rule for usage, on the site WordPress.org Forums:
@gvas20 Please use the attached code in theme functions.php file for this requirement. add_filter( 'woo_wallet_payment_is_available',… -
Posted a reply to Error in WooCommerce Status, on the site WordPress.org Forums:
Yes download the plugin from https://github.com/malsubrata/woo-wallet and then uninstall and remove the plugin from your… -
Posted a reply to Error in WooCommerce Status, on the site WordPress.org Forums:
Please try to install our plugin from GitHub repo https://github.com/malsubrata/woo-wallet and let us know. -
Posted a reply to Bulk delete test wallet entries not working, on the site WordPress.org Forums:
@gregthebuzz We use wordpress cache to store database query resualt for faster response the cache… -
Posted a reply to Calculation of wallet costs, on the site WordPress.org Forums:
@mohsen2677 We fix this issue in our Github repo https://github.com/malsubrata/woo-wallet and will push into WordPress… -
Posted a reply to Wrong Balance Displayon Checkout Page, on the site WordPress.org Forums:
@worldshading Thanks for reporting this issue we will fix this in our next plugin update. -
Posted a reply to Calculation of wallet costs, on the site WordPress.org Forums:
@mohsen2677 Could please share screenshot about this issue? -
Posted a reply to Now incompatible with Dokan Multivendor, on the site WordPress.org Forums:
@wilabudi @conceptalchemycompany we fix this in our GitHub repo here https://github.com/malsubrata/woo-wallet please download the plugin… -
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…
Developer
-
Wallet for WooCommerce
Active Installs: 20,000+
Contributor
-
QR Code for WooCommerce
Active Installs: 500+
繁體中文 (Chinese (Taiwan)) Plugins Translation Editor - #zh_TW
-
Wallet for WooCommerce
Active Installs: 20,000+