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: Ryan Black

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


Topics I'm Subscribed To

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
After Visa/Card Checkout, Success URL?

By:  Ryan Black in: Community Forum

voices: 3
replies: 8

4 years, 5 months ago  Eduan

Display Posts from category only if..

By:  Ryan Black in: Community Forum

voices: 2
replies: 3

4 years, 5 months ago  Eduan

Code to display N/A if constant returns null

By:  Ryan Black in: Community Forum

voices: 2
replies: 2

4 years, 5 months ago  Ryan Black

Viewing 3 topics - 1 through 3 (of 3 total)

Topics I've Started

Viewing 4 topics - 1 through 4 (of 4 total)
Topic Count Last Reply
After Visa/Card Checkout, Success URL?

By:  Ryan Black in: Community Forum

voices: 3
replies: 8

4 years, 5 months ago  Eduan

SSL Has Insecure Content – No JS Errors..

By:  Ryan Black in: Community Forum

voices: 2
replies: 1

4 years, 5 months ago  Adherent

Display Posts from category only if..

By:  Ryan Black in: Community Forum

voices: 2
replies: 3

4 years, 5 months ago  Eduan

Code to display N/A if constant returns null

By:  Ryan Black in: Community Forum

voices: 2
replies: 2

4 years, 5 months ago  Ryan Black

Viewing 4 topics - 1 through 4 (of 4 total)

My Latest Replies (From Various Topics)

Viewing 6 replies - 1 through 6 (of 6 total)
Author Replies
Author Replies
Posted: Wednesday Aug 8th, 2012 at 7:08 pm #21559
Ryan Black
Username: mrjack92

Andy, I was able to fix this issue after much trial and error testing.

Make sure all kinds of plugins that optimize/cache wordpress are deactivated, make sure that Encrypted Buttons option under s2member -> Paypal Options is turned off as well.

I don’t know if this solved it, but I also added a

success="http://myurl.com/?s2member_paypal_return=1"

at the end of my Pro form Shortcode.

Hope this helps!

  • This reply was modified 4 years, 5 months ago by  Ryan Black.
Posted: Tuesday Aug 7th, 2012 at 1:00 am #21307
Ryan Black
Username: mrjack92

One more thing:

When I use Paypal as the Payment method, I am sent to the Paypal (test) site. After I click agree and continue, I am sent right back to the page with the form (instead of the Auto-Return URL), and the url has changed to “http://myurl.com/subscriptions/1-month-subscr/?s2-ssl=yes&s2member_paypal_xco=s2member_pro_paypal_checkout_return&token=EC-5K8294321N451580W”.

Any ideas?

  • This reply was modified 4 years, 5 months ago by  Ryan Black.
Posted: Monday Aug 6th, 2012 at 10:45 pm #21298
Ryan Black
Username: mrjack92

Nope, that didn’t do it either.

It seems to do this only when the Payflow Credentials are not entered. However, when I enter in Payflow Credentials, I get an “Error #1: User Authentication Failed”.

Posted: Monday Aug 6th, 2012 at 9:47 pm #21293
Ryan Black
Username: mrjack92

Here is the shortcode:

[s2Member-Pro-PayPal-Form level="2" success="http://myurl.com/subscriptions/register-success/" ccaps="" desc="Subscription Purchase: $9.99 USD / Monthly (recurring charge, for ongoing access)" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="myurl.com" ta="0" tp="0" tt="D" ra="9.99" 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" /]
Posted: Thursday Aug 2nd, 2012 at 4:09 am #20978
Ryan Black
Username: mrjack92

Is there a way to accomplish this without having to insert PHP into the post each time a new Podcast is posted?

Posted: Thursday Jul 26th, 2012 at 11:50 pm #20363
Ryan Black
Username: mrjack92

Found the solution, was a lot simpler than I figured.

<?php

$str= S2MEMBER_CONSTANT;

if (empty($str)) {
    echo "N/A";
} else {
    echo S2MEMBER_CONSTANT;
} 

?>

Replace “S2MEMBER_CONSTANT” with whatever function you’re checking. Hope this helps anyone else trying to do the same.

  • This reply was modified 4 years, 5 months ago by  Ryan Black.
Viewing 6 replies - 1 through 6 (of 6 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.