Subrata Mal

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 206 total)
  • Author
    Posts
  • Subrata Mal
    Keymaster
    Post count: 207

    Any WooCommerce payment gateway will be automatically available for wallet topup.

    Subrata Mal
    Keymaster
    Post count: 207

    Please deactivate our wallet plugin and activitie again.

    Subrata Mal
    Keymaster
    Post count: 207

    Okay, 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');

    Subrata Mal
    Keymaster
    Post count: 207

    Also please check if this error is happening with the default WooCommerce coupon or not.

    Subrata Mal
    Keymaster
    Post count: 207

    Please share the full order payload details.

    Subrata Mal
    Keymaster
    Post count: 207

    Hi,

    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.

    Subrata Mal
    Keymaster
    Post count: 207
    This reply has been marked as private.
    Subrata Mal
    Keymaster
    Post count: 207

    There may be some theme or plugin conflict. Could you please switch to any WordPress default theme and check?

    Subrata Mal
    Keymaster
    Post count: 207

    Please 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;
        }
    }
    Subrata Mal
    Keymaster
    Post count: 207
    in reply to: Currency format #8115

    1. Yes, it supports INR withdrawal but your store currency must be in INR.
    2. Yes
    3. Yes

    Subrata Mal
    Keymaster
    Post count: 207

    Please let us know which multicurrency plugin for WooCommerce you are using.

    Subrata Mal
    Keymaster
    Post count: 207
    This reply has been marked as private.
    Subrata Mal
    Keymaster
    Post count: 207

    Yes, but we have to do some custom code then.

    Subrata Mal
    Keymaster
    Post count: 207

    No, the previous entry will change.

    Subrata Mal
    Keymaster
    Post count: 207

    Sorry at this point this is not possible. But users can change the bank account details before sending a withdrawal requests.

Viewing 15 posts - 46 through 60 (of 206 total)
WhatsApp