- This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Member Payments Listing Addon : No purchases found
Tagged: Member Payments Listing Addon
The plugin Member Payments Listing Addon show No purchases found. But it’s not correct.
In the db.php file of the addons there is this query
$rows = $wpdb->get_results($wpdb->prepare("SELECT * FROM $table WHERE member_id = %s", $member_id), ARRAY_A);
So, the important field in the db is member_id
This is my wp_swpm_payments_tbl table, the member_id field is always empty , the plugin will never find a payment.

Hi, for a premium add-on please create a premium support ticket.
Thank you
Thank you
It can only show payment records that you do WHILE logged into the site as a member. This is explained in the following addon page:
https://simple-membership-plugin.com/simple-membership-member-payments-listing-addon/
The addon cant recognize a payment if the payment done as an anonymous user (then it doesn’t know which member ID that payment should go under.
If you enable the debug option in the plugin then do a transaction (while being logged into the site as a member) and check the debug log file. It should show the member ID in there (for the member who is doing the transaction. Also, when you go to the “Payments” interface in the plugin, it will have a “view profile” link which links the payment to the member’s profile that is connected to the transaction.
Ok , so the first payment (before the registration) is not recognized (rightly).
So , the next renewals/upgraded of the subscription level will be stored, right?
Thank you