latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Jacequelyn Volk

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To


Topics I've Started


My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Monday Oct 22nd, 2012 at 5:09 pm #29335

Thanks I solved the problem. Given my limited PHP knowledge, I used a plugin that displays the admin bar to all users with only the login / register links :)!

Posted: Sunday Oct 21st, 2012 at 1:08 am #29185

Thank you! Didn’t know it would be visible to all users on the admin bar!

Posted: Monday Aug 27th, 2012 at 7:05 pm #23213

Would this cause a google wallet to work correctly but not paypal?

Posted: Wednesday Aug 22nd, 2012 at 2:54 pm #22767

You have my permission. Just goto plugins –> WP Maintenance Mode –> deactivate whenever you wish to test it.
Just please turn it back on before you log out :)

Posted: Monday Aug 20th, 2012 at 3:10 pm #22590

Reply sent.

Posted: Friday Aug 17th, 2012 at 2:57 pm #22385

UPDATE: just tested the same process using the paypal pro form for level 1 access using only paypal to accept payments and it still registered users as level 0

[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="Gold Member - Access to our specialty resources / Description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="disabilityknow-it-all.com" ta="0" tp="0" tt="D" ra="0.01" rp="1" rt="M" rr="1" rrt="" rra="2" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" /]

Thats the shortcode that also doesn’t give users proper access to level 1. Even though it says level=”1″ it only gives them free subscriber access. Could it be that it takes some time for paypal to process the payment?

Posted: Friday Aug 17th, 2012 at 2:46 pm #22383

There seems to be a large disparity in the paypal generated code for the button:

<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="7YY2PEDTQPUQG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_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>

and the s2member generated button for the same settings:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input type="hidden" name="business" value="drjackie@disabilityknow-it-all.com" />
 <input type="hidden" name="cmd" value="_xclick-subscriptions" />
 <!-- Instant Payment Notification & Return Page Details -->
 <input type="hidden" name="notify_url" value="http://disabilityknow-it-all.com/?s2member_paypal_notify=1" />
 <input type="hidden" name="cancel_return" value="http://disabilityknow-it-all.com/" />
 <input type="hidden" name="return" value="http://disabilityknow-it-all.com/?s2member_paypal_return=1" />
 <input type="hidden" name="rm" value="2" />
 <!-- Configures Basic Checkout Fields -->
 <input type="hidden" name="lc" value="" />
 <input type="hidden" name="no_shipping" value="1" />
 <input type="hidden" name="no_note" value="1" />
 <input type="hidden" name="custom" value="disabilityknow-it-all.com" />
 <input type="hidden" name="currency_code" value="USD" />
 <input type="hidden" name="page_style" value="paypal" />
 <input type="hidden" name="charset" value="utf-8" />
 <input type="hidden" name="item_name" value="Gold Member - Access to our specialty resources / description and pricing details here." />
 <input type="hidden" name="item_number" value="1" />
 <!-- Configures s2Member's Unique Invoice ID/Code  -->
 <input type="hidden" name="invoice" value="<?php echo S2MEMBER_VALUE_FOR_PP_INV(); ?>" />
 <!-- Identifies/Updates An Existing User/Member ( when/if applicable )  -->
 <input type="hidden" name="on0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>" />
 <input type="hidden" name="os0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>" />
 <!-- Identifies The Customer's IP Address For Tracking -->
 <input type="hidden" name="on1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON1; ?>" />
 <input type="hidden" name="os1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS1; ?>" />
 <!-- Controls Modify Behavior At PayPal® Checkout -->
 <input type="hidden" name="modify" value="0" />
 <!-- Customizes Prices, Payments & Billing Cycle -->
 <!--<input type="hidden" name="amount" value="0.01" />-->
 <input type="hidden" name="src" value="1" />
 <input type="hidden" name="srt" value="" />
 <input type="hidden" name="sra" value="1" />
 <!--<input type="hidden" name="a1" value="0" />-->
 <!--<input type="hidden" name="p1" value="0" />-->
 <!--<input type="hidden" name="t1" value="D" />-->
 <input type="hidden" name="a3" value="0.01" />
 <input type="hidden" name="p3" value="1" />
 <input type="hidden" name="t3" value="M" />
 <!-- Displays The PayPal® Image Button -->
 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="width:auto; height:auto; border:0;" alt="PayPal®" />
</form>
Posted: Friday Aug 17th, 2012 at 2:42 pm #22382

Heres the images of the button creation:
http://imgur.com/a/WapSh

Was I supposed to use custom fields in the WP page itself?
I just copied the code generated by paypal into the page with the fields filled in, on paypal, as per the tutorial

Posted: Friday Aug 17th, 2012 at 1:34 pm #22377

The payflow works like this. Subscribe button –> paypal –> payment details –> return to site –> registration –> confirmation email —> log in (registers as level 0)

Posted: Friday Aug 17th, 2012 at 1:33 pm #22375

Yes it is a new user. I will get those screenshots for you within an hour.

Viewing 10 replies - 1 through 10 (of 10 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.