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
- Plugin Developer
- Translation Contributor
-
Posted a reply to Wallet AffiliateWP plugin, on the site WordPress.org Forums:
@zilliongrocer As Wallet AffileateWp plugin is our paid plugin so please reach out to us…5 days ago
-
Posted a reply to Wallet option not displaying as checkout option, on the site WordPress.org Forums:
@muypescado Please check if the wallet payment method is active and is there sufficient balance…5 days ago
-
Posted a reply to Desactivate or disable wallet transfer for a specific user role, on the site WordPress.org Forums:
@ramyasam For that, you have to write custom code using that filter.7 days ago
-
Posted a reply to Search/View Transaction by ID, on the site WordPress.org Forums:
@frankapp Yes, you are right there is no way you can find a transaction by…7 days ago
-
Posted a reply to Deactivate and activate user wallets, on the site WordPress.org Forums:
Hi @drmuazzamcy Sorry, this is not possible.7 days ago
-
Posted a reply to Exclude Wallet top-up from activating minimum order amount, on the site WordPress.org Forums:
@pfc101 Use the attached updated code. add_action('woocommerce_before_cart', 'warp_minimum_order_amount'); add_action('woocommerce_before_checkout_form', 'warp_minimum_order_amount'); function warp_minimum_order_amount() { // Set…7 days ago
-
Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums:
add_filter('woo_wallet_payment_is_available', 'woo_wallet_payment_is_available_callback'); if(!function_exists('woo_wallet_payment_is_available_callback')){ function woo_wallet_payment_is_available_callback($is_available){ if(63 === $product_id){ $is_available = false; } return $is_available; }…1 week ago
-
Posted a reply to Refund Issues in Tera Wallet, on the site WordPress.org Forums:
@rohitraheja You can refund manually from the order edit page.1 week ago
-
Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums:
@beechws Using that filter you have to write custom code.1 week ago
-
Posted a reply to Pre-paid card for multiple events, on the site WordPress.org Forums:
@lansili Yes, This is possible but we have to do some custom code. Please reach…1 week ago
-
Posted a reply to Total Wallet Balance of All Users, on the site WordPress.org Forums:
@fab1987a @frankapp We will try to include this feature in our next update.1 week ago
-
Posted a reply to Refund Issues in Tera Wallet, on the site WordPress.org Forums:
@rohitraheja You can use our inbuilt manual wallet order refund for this.1 week ago
-
Posted a reply to Cant add money to wallet, on the site WordPress.org Forums:
@mightykyr0 Please try any other payment gateway. Or you can reach out to us with…1 week ago
-
Posted a reply to Excluding products for wallet payment, on the site WordPress.org Forums:
@beechws You can use woo_wallet_payment_is_available filter to exclude wallet payment.1 week ago
-
Posted a reply to Reward gift, on the site WordPress.org Forums:
@yhenew You can use woo_wallet_admin_adjust_balance hook for this. This hook will fire after the admin…1 week ago
-
Posted a reply to Reffaral issue, on the site WordPress.org Forums:
@ramyasam We will integrate this into our next plugin update.1 week ago
-
Posted a reply to Exclude cashbback from Shipping, on the site WordPress.org Forums:
@edoardo90 Using wc()->cart->get_shipping_total() function you will get shipping total.1 week ago
-
Posted a reply to Solving site cannot be reached, on the site WordPress.org Forums:
@emmastone17 Please reach out to us at our support email support@woowallet.in regarding this.1 week ago
-
Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums:
@greenzcarcare We understand your concern. We will try to fix this in our next update.1 week ago
-
Posted a reply to ShipStation sees this as a product, on the site WordPress.org Forums:
@kup1986 Could you please send us exported order data which has been sent to ShipStation…1 week ago
-
Posted a reply to Desactivate or disable wallet transfer for a specific user role, on the site WordPress.org Forums:
@ramyasam Use bellow code into active theme function.php file to disable wallet transfer. add_filter('woo_wallet_is_enable_transfer', '__return_false');1 week ago
-
Posted a reply to Unknown users added under Users wallet details, on the site WordPress.org Forums:
@tasneemma Unknown users mean?2 weeks ago
-
Posted a reply to Fatal Error on order received page – class-wc-cart-totals, on the site WordPress.org Forums:
@maestro211 please reach out to our support email support@woowallet.in regarding this.3 weeks ago
-
Posted a reply to Fatal Error on order received page – class-wc-cart-totals, on the site WordPress.org Forums:
@maestro211 This is something related to WooCommerce. Could you please switch to any wordpress default…3 weeks ago
-
Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums:
@roberto22 Please use the attached code into the active theme function.php file. add_filter('woo_wallet_form_cart_cashback_amount', 'woo_wallet_form_cart_cashback_amount_callback'); if…3 weeks ago
-
Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums:
@roberto22 You can modify cashback calculation using our filter woo_wallet_form_cart_cashback_amount3 weeks ago
-
Posted a reply to withdrawal of funds, on the site WordPress.org Forums:
@mrbalkon We have a add-on plugin for this. https://woowallet.in/product/woo-wallet-withdrawal/3 weeks ago
-
Posted a reply to How to send email to admin when someone recharge in their wallet ?, on the site WordPress.org Forums:
@hussainmerchant For that we have to do some custom code. Please reach out to us…3 weeks ago
-
Posted a reply to Cashback excluding taxes, on the site WordPress.org Forums:
@roberto22 In our current version we are calculating cashback on order total not on the…3 weeks ago
-
Posted a reply to Currency Change, on the site WordPress.org Forums:
@ikraftsman Are you using any multicurrency plugin?3 weeks ago
-
Posted a reply to catagory, on the site WordPress.org Forums:
@sbbonny24 you can configure category wise cashback not discount.3 weeks ago
-
Posted a reply to Support for WooCommerce Cart and checkout blocks, on the site WordPress.org Forums:
@abanista Sorry not yet compatible with the WooCommerce cart and checkout block. Will make compatible…3 weeks ago
-
Posted a reply to Multisite query, on the site WordPress.org Forums:
@impurnendu Yes, our plugin is multi-site compatible. And if you need any assistance regarding this…3 weeks ago
-
Posted a reply to Wallet as mandatory payment, on the site WordPress.org Forums:
@mbtocalli For that, we have to do some custom code. Please reach out to us…3 weeks ago
-
Posted a reply to Order totals not considering wallet payment, on the site WordPress.org Forums:
@mbtocalli Yes, we are using partial payment as a WooCommerce negative fee.3 weeks ago
-
Posted a reply to Credit not showing after payment for topup, on the site WordPress.org Forums:
@richyarts Please disable our wallet plugin and enable again this will solve this issue.3 weeks ago
-
Posted a reply to Add Wallet Issue, on the site WordPress.org Forums:
@jayextensor please disable our wallet plugin and enable again.3 weeks ago
-
Posted a reply to Tera Wallet Option Not Comming at Checkout Page To customers, on the site WordPress.org Forums:
@sandeep5866 For that we have to do custom code. Please reach out to us at…4 weeks ago
-
Posted a reply to string not being translated, on the site WordPress.org Forums:
@bttmrc Please do translate that string and make an order payment with wallet and check…4 weeks ago
-
Posted a reply to Tera Wallet Option Not Comming at Checkout Page To customers, on the site WordPress.org Forums:
@sandeep5866 Are you referring to partial payment?4 weeks ago
-
Posted a reply to Redirect to TeraWallet to top up if no funds available, on the site WordPress.org Forums:
@dman20 Please reach out to our support email support@woowallet.in regarding this.4 weeks ago
-
Posted a reply to Funds on specific products, on the site WordPress.org Forums:
@forbiddenchunk Yes it is possible but for that, we have to do some custom code.…4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
Joined4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
Not working tried http_proxy=210.212.227.66:3128 curl https://api.wordpress.org/secret-key/1.1/salt/ http_proxy=3.6.114.227:3128 curl https://api.wordpress.org/secret-key/1.1/salt/4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
@fierevere Yes I checked http_proxy=127.0.0.1:3128 curl google.com is working but http_proxy=127.0.0.1:3128 curl https://api.wordpress.org/secret-key/1.1/salt/ not working.4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
WP_HTTP_Proxy Not working also.4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
@fierevere Please find my "mtr" result. https://ibb.co/ZxYXhdQ4 weeks ago
-
Posted a reply to Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
@fierevere No I can't reach https://api.wordpress.org/secret-key/1.1/salt/ from web browser. Yes I have curl install and…4 weeks ago
-
Created a topic, Issues with accessing api.wordpress.org from localhost LAMP stack, on the site WordPress.org Forums:
I have an issue with updating plugins and themes from …4 weeks ago
-
Posted a reply to Tera Wallet Option Not Comming at Checkout Page To customers, on the site WordPress.org Forums:
@sandeep5866 Please check if the customer wallet balance is sufficient for that order.4 weeks ago
Developer
-
TeraWallet - For WooCommerce
Active Installs: 20,000+
Contributor
-
QR Code for WooCommerce
Active Installs: 1,000+
繁體中文 (Chinese (Taiwan)) Plugins Translation Editor - #zh_TW
-
TeraWallet – For WooCommerce
Active Installs: 20,000+