payment management system for authors in WordPress
-
Please could anybody help me, I’m just trying to build a payment system in php, the algorithm as follow. On authors page there is 3 label for showing their payment info. 1st label counts current payment. 2nd label counts pending payment. 3rd label counts total payment.
When 1st label crosses the minimum payout payment then a button appears below(request payment) it and when author pressed that button then 1st label goes zero and value of 1st label transferred to 2nd label(it means requested payment is pending approval by admin) during this a request by author should also be displayed in admin page, and when admin approve payment then author’s 2nd label goes zero and includes in 3rd label( total payment)
Note- here earning should calculated on the basis of author’s post’s pageview
When a single post’s pageview of an author crosses 200 views then author should earn $1( similarly this statement should apply on every posts of an author), and this earning should includes in 1st label(current payment)
Earning $1 is one time payment, means when a post crosses 200 views then author should earn $1 for one post
The blog I need help with is: (visible only to logged in users)
- The topic ‘payment management system for authors in WordPress’ is closed to new replies.