AMember is a membership management plugin for WordPress websites.
Questions tagged [amember]
28 questions
0
votes
1 answer
display products in member area in amember pro
i want to display products of one only particular category at member's area of amember.
i want to add code from site.php file.
can any one know how can i display products in block in member's area?
how can i handle query related operation…

user1530848
- 57
- 2
- 8
0
votes
1 answer
how to use jquery in amember pro
i want to add script for redirect purpose. in
/amember/library/Am/Paysystem/Abstract.php in thanksaction function
i am using following code
$response->addScript()
->setScript(<<

user1530848
- 57
- 2
- 8
0
votes
1 answer
How to fetch products with aMember API
I am using http://www.amember.com/docs/REST
Products Endpoint -
http://example.com/amember/api/products?_key=APIKEY
The thing is its works to check access they show subscriptions of valid products but when I go to fetch products I end up having…

androidBeckhamania
- 169
- 3
- 18
0
votes
1 answer
0
votes
1 answer
How would I go about creating a Cron Job with aMember to push emails to GetResponse?
Good Day.
I have a newsletters section in aMember Pro 4 showing all Campaigns from get-response. I have the Plugin configured correctly with GetResponse in aMember with the API key as evident by the correct Campaign titles showing up in CP > Protect…

Jim
- 67
- 2
- 10
0
votes
1 answer
Querying aMember
I'm trying to pull a query from aMember. We have a few tables:
am_user - Contains user data - PK = user_id
am_invoice - Contains one line per invoice - PK invoice_id, FK to user_id
am_invoice_item - Contains one line per product - FK to…

SchmitzIT
- 9,227
- 9
- 65
- 92
0
votes
1 answer
PHP Get Current Input Value and New Submitted Value
I've got a profile page that shows a users current account number in an input field. The user can change this account number and submit the form to update the database with their new account number.
What I need to do is get the initial account…

user1659043
- 75
- 9
0
votes
0 answers
Amember set price in form
How can i set the price in my costum form, that will bill the users every month?
I've tried manually editing this, but without any luck ( data-second_price ):

kim larsen
- 5,111
- 6
- 19
- 17
0
votes
1 answer
aMember paypal ipn does not create automatic first payment
I'm using aMember for user registrations and payments.
Everything works fine even the paypal payment etc.
The product i'm testing with has a fee of $0 for the first month then $100 recurring every month.
Now, the ipn gets back, and i receive an…

Schalk Keun
- 538
- 4
- 13
0
votes
1 answer
aMember Pro to PayPal checkout not working
We are currently using “aMember Pro Version 3.1.2,” and are experiencing an issue with the PAYPAL plugin checkout.
HERE’S THE PROBLEM:
The member selects their “subscription,” selects “PAYPAL” as their method of payment, then clicks the “Subscribe”…

Jessica S
- 1
- 1
0
votes
1 answer
An SQL Query I don't know how to write (aMember wordpress plugin)
I'm currently working on a site that uses aMember to manage payments for a WordPress site, to enforce the paywall. I was not the admin that set it up, and I am still learning my way around their database. Additionally, my SQL-fu is weak; I'm not…

Kelly Reid
- 1
- 1
0
votes
1 answer
CodeIgniter links not working in localserver
I have a copy of PHP project running using CodeIgniter framework. It's hosted in some server and when I am trying to access a particular URL
www.xxxdomain.com/member/member/index
The above URL is loading a page with CSS
it I call the same link in…

Karthik Malla
- 5,570
- 12
- 46
- 89
-3
votes
2 answers
SELECT COUNT( DISTINCT member_id ) AS active FROM amember_payments WHERE com
So my database has a few hundred thousand members and the processing software was clearly not meant for a database this size. So im having some significant lag issues. I was curious if anyone had a trick for this annoying query.
SELECT…