Here is my scenario. I have 2 sites selling the same product. One site has S2member plugin installed which works fine providing the right access. The other site is just a html landing page with no s2member installed.
The challenge: I'm trying to generate a paypal button for the landing page assigning the same s2member restrictions that I have in the other site.
I had generated the code on paypal but when I proceed with the purchase, the code doesn't generate the right access to download the product purchased. For some reason the code is not generating the "Paid Subscription
ID" on WP. So paid customers doesn't have access to what they paid. Any idea what I'm doing wrong?
Following your instructions, this is the code use to generate the paypal button on paypal site:
I'm using "Utem
ID"= 1
"Take customers to this URL when they cancel their checkout" =
http://www.domain.comAdd Advance variables
custom=www.domain.com
notify_url=http://www.domain.com/?s2member_paypal_notify=1
Down below is the code generated by paypal:
<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="VDDRVB4L5NNBN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_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_US/i/scr/pixel.gif" width="1" height="1">
</form>
Thanks in advance for all your help