• Resolved hamit0111

    (@hamit0111)


    Is it possible to perform computational operations for users’ investment with this plugin?

    for example:
    For my users, 2% profit should be calculated every day, and let users withdraw the same amount,Or after deposit, users will not be allowed to withdraw for one month.

    Is it possible to make investment calculations with users’ inventory?

    thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    Hello,

    It is certainly possible to distribute 2% profit per day on users, using the Airdrop extension to the plugin.

    There is no feature to restrict users from withdrawing their total balance.

    However, it is possible to restrict withdrawals by user role. So, for example, if you can program a PHP script to assign a special user role only to users whose last deposit is more than a month old, then you can assign the withdraw_funds_from_wallet capability only to that user role.

    You can use the plugin’s PHP API to query for user balances or user transactions, including deposits.

    Hope this helps. Let me know if you have any more questions on this.

Viewing 1 replies (of 1 total)
  • The topic ‘Investment calculation operations’ is closed to new replies.