1. Hey Guys,

    Currently, we're running our donation system at GPay, and it definitely works perfectly. But there is one issue, we cannot charge taxes or retrieve the addresses from our donators/customers, which are required to handle the taxes of the donations legally.

    I was wondering if anybody is able to make a kind of the same plugin that communicates with WooCommerce? The would buy a package in Woocommerce, come back in-game and claim their reward(s). I know there is a plugin to log in with your steamid for wordpress/woocommerce, so I don't know if it's possible to design something around that?

    If this is possible to realize I will definitely pay the person who can code this into a plugin :)
     
  2. Hello, did woocommerce log all your donation into a database?
     
  3. Currently we don't use it yet, but I assume all orders will be stored in a mysql database, I can check if you want I have woocommerce running for different projects :)
     
  4. I can eassily make a plugin that will take information from your database and give item to your player, i already have a plugin like that, i just have to edit query i guess.
    Let me know in pm about how your database will store information
     
  5. Another way to do it is use the plugin promocodes and timed permissions and there is a plugin for woocommerce that can send the codes via email to the buyer
     
  6. That's also an option indeed, but I'd like to have it fully automated like now, if they do /claimdonation they are automatically assigned to the apropriate group by timed permissions :D saves us a lot of work :p
     
  7. Yer I know it’s a lot better I looked into the database for woocommerce while ago for the same thing you are wanting to do and it dose not store any social login details in the database however you can use a custom checkout form and Grab the steamid from that as long as the customer puts in the correct Id
     
  8. Wulf

    Wulf Community Admin

    WooCommerce has a REST API that could easily be used for this: WooCommerce REST API - WooCommerce Docs

    You could have it setup to sync/cache on the server at intervals, or require the user use a chat command to trigger the check when claiming.
     
  9. Well that’s good to know that would make things Easier
     
  10. That's great to know :) I'm really not much of a coder so for it all seems pretty difficult for me :p That's why I asked over here :)
     
  11. If you get this plugin made let me know I would be happy to slit the difference with you
     
  12. ok :) I'm working with Sami to get it figured out :D
     
  13. @Blackmagic The wordpress claimer is done, if you want a copy you may contact me as it's a private plugin :)