• My paid s2members expire after a set time and at which time they pay again to renew.
    I’d like to show them a history of their payments.

    i have looked at the wp_s2member_paid_registration_times meta_user field, however, it looks like it doesn’t update when the user pays for the same membership Level.

    for example
    User pays for Level 1 on Jan 1, 2014 – member expires on Jan 2, 2014
    User pays for Level 1 on Jan 5, 2014 – member expires on Jan 6, 2014

    in this example, the wp_s2member_paid_registration_times field ONLY SHOWS the record for the user paying Level 1 on Jan 1, 2014 and does NOT show the user paying on Level 1 on Jan 5, 2014

    is this history recorded anywhere in s2member?

    http://wordpress.org/plugins/s2member/

Viewing 1 replies (of 1 total)
  • Plugin Contributor WebSharks

    (@websharks)

    s2Member records the last_payment_time. There are examples of this here.

    [s2Get user_field="s2member_last_payment_time" /]

    Or

    <?php get_user_field ("s2member_last_payment_time"); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘s2member payment history’ is closed to new replies.