Forum Replies Created
-
AuthorPosts
-
in reply to: Woocommerce Payment Gateway Ipay88 #8944
Any WooCommerce payment gateway will be automatically available for wallet topup.
in reply to: No user credentials added #8882Please deactivate our wallet plugin and activitie again.
in reply to: CANNOT_BE_NEGATIVE Error When Paying with Paypal #8780Okay, the PayPal Payments plugin is new and we believe that the plugin is not fully compatible with WooCommerce but not sure. Could you please try with deactivate our plugin and using the WooCommerce default coupon? As we are using the default WooCommerce negative fee for partial payment.
Also, you can disable partial payment using code
add_filter('woo_wallet_disable_partial_payment', '__return_true');
in reply to: CANNOT_BE_NEGATIVE Error When Paying with Paypal #8778Also please check if this error is happening with the default WooCommerce coupon or not.
in reply to: CANNOT_BE_NEGATIVE Error When Paying with Paypal #8777Please share the full order payload details.
in reply to: CANNOT_BE_NEGATIVE Error When Paying with Paypal #8773Hi,
Please deactivate our plugin and check. If the issue solves then please let us know. As per your payment request arguments, there is no wallet entry. So we think this might be because of any other plugin.
in reply to: Woo Wallet Withdrawal – Bank Transfer #8674This reply has been marked as private.in reply to: Woo Wallet Withdrawal – Bank Transfer #8665There may be some theme or plugin conflict. Could you please switch to any WordPress default theme and check?
in reply to: Add custom payment methods #8125Please use below-attached code into active theme function.php file
add_filter('woo_wallet_withdrawal_bacs_account', 'woo_wallet_withdrawal_bacs_account_callback'); if(!function_exists('woo_wallet_withdrawal_bacs_account_callback')){ function woo_wallet_withdrawal_bacs_account_callback($bank_account_details){ $bank_account_details = array( array( 'label' => __('Phone Number', 'woo-wallet-withdrawal'), 'name' => 'bacs_phone_no' ), array( 'label' => __('UPI ID', 'woo-wallet-withdrawal'), 'name' => 'bacs_upi_id' ) ); return $bank_account_details; } }
in reply to: Currency format #81151. Yes, it supports INR withdrawal but your store currency must be in INR.
2. Yes
3. Yesin reply to: Multicurrency support #8069Please let us know which multicurrency plugin for WooCommerce you are using.
in reply to: Withdrawal Methods Request #8063This reply has been marked as private.in reply to: Withdrawal Methods Request #8060Yes, but we have to do some custom code then.
in reply to: Withdrawal Methods Request #8058No, the previous entry will change.
in reply to: Withdrawal Methods Request #8056Sorry at this point this is not possible. But users can change the bank account details before sending a withdrawal requests.
-
AuthorPosts