Hello,
After purchasing a 2nd copy of eMember and eStore, I find that it is behaving quite differently.. The Forgot Password now works however, I have a new challenge.
When I click the 'Join Today' link on the registration page, the 'Membership' field is blank, whereas the previous version automatically pulled in the correct membership name.
It will of course, not let me complete a registration. Can you advise me on what I have missed.
On a related note, I carefully watched all 5 of the quick start videos.
I need to set up a subscription allowing 30 days free, then $x.xx/30 days thereafter access to a page and the "How to use a plain paypal button to create a premium membership site" seemed to be the only solution. However, while the transaction goes through paypal ok, the member account does not get created.
I notice that in the video you go straight to a Paypal button to complete the process rather than the 'Not a member, Join Today' link... Is this a step missed from the video or correct?
This is the bit that I inserted into the 'Advanced Variables' area:
notify_url=http://www.igrowcontacts.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php custom=subsc_ref=4
And this is the button code it generated:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="BRYYXZ6PWAPHG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>