• Resolved sonuverma

    (@sonuverma)


    When new user register i want to add some amount according to the membership plans.

    • This topic was modified 6 years, 6 months ago by sonuverma.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @sonuverma,

    You can use woo_wallet()->wallet->credit($user_id, $amount, $details); function to credit user wallet with perticular amount.

    Cheers!!!

    Thread Starter sonuverma

    (@sonuverma)

    and how can we get current user wallet balance
    what is $details

    • This reply was modified 6 years, 6 months ago by sonuverma.
    Thread Starter sonuverma

    (@sonuverma)

    and for using this function we need to add any global variables

    Plugin Author Subrata Mal

    (@subratamal)

    @sonuverma,

    and how can we get current user wallet balance

    to get current user wallet balance details you can call woo_wallet()->wallet->get_wallet_balance($user_id); function.

    what is $details

    This is transaction details note you can pass this value empty.

    and for using this function we need to add any global variables

    No needs to add any global variable.

    Thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get woo wallet amount using code snippets’ is closed to new replies.