• Resolved jay9733

    (@jay9733)


    can i show the total amount paid by me.
    i mean How can i add all the money i have paid so far in one place?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @jay9733

    Thank you for reaching out to Paid Memberships Pro.

    This would require a custom developed solution. You would need to query the database for all orders for a particular member and display the total or use the MemberOrder class to query order data – https://github.com/strangerstudios/paid-memberships-pro/blob/dev/classes/class.memberorder.php

    You may bundle this within a shortcode to use on any page and make it reusable. You should be able to query the database dire

    If you need help creating a custom shortcode, please reach out to a local WordPress developer or post on https://jobs.wordpress.net

    Thanks for understanding, I hope this helps get you started.

    Thread Starter jay9733

    (@jay9733)

    i can’t understand the code. Please give me the perticular code which can show me the total amount paid by me. Ex- basic plan- 100 rs, gold plan – 200 rs = 100+200=300

    Plugin Author Andrew Lima

    (@andrewza)

    Our support does not include customization requests of this nature. It would be best to reach out to a local WordPress freelancer to assist you with this customization.

    I have passed this feature request onto our development team to consider in a future release but cannot guarantee it will be fulfilled.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘total payment in one place’ is closed to new replies.