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.

Cristián Lávaque


My Latest Replies (From Various Topics)

Viewing 25 replies - 6,651 through 6,675 (of 7,376 total)
Author Replies
Author Replies
Posted: Wednesday Apr 11th, 2012 at 4:36 am #10539

Hi Dalibor.

Were you logged in to your account when you paid the Pro license? If you were not logged in, did you register after checkout?

Posted: Wednesday Apr 11th, 2012 at 4:23 am #10537

Hi Andrew.

[hilite code]output="anchor"[/hilite] is the way to get the URL to use outside of WordPress. It’ll include vars that s2Member needs to later know what access to give the person after checkout. Make sure you’re not logged in when you generate the URL, so it’s not tied to the account you were using. Also, you’ll need to update the IP address field where you use the URL.

About the upsells, is this ClickBank’s PitchPlus? s2Member is not integrated with it yet. Or is it a custom way to upsell the person? Could you explain some more, please? Thanks!

Posted: Wednesday Apr 11th, 2012 at 4:17 am #10536

Hi Gian.

The Documentos y Recursos page is blank, I’m guessing you have a PHP error somewhere. Could you check your errors log? Or change the error reporting setting for WordPress to see what’s happening. http://google.com/search?q=wordpress+show+php+errors

Posted: Tuesday Apr 10th, 2012 at 7:26 pm #10526

Yes, you can also do trial perieds with Auth.Net pro-forms. :)

Posted: Tuesday Apr 10th, 2012 at 7:08 pm #10524

Hi Chris.

The free version supports it too, with the PayPal buttons, using the initial term. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons[/hilite]

Posted: Tuesday Apr 10th, 2012 at 7:06 pm #10523

Yeah, for registration and payment to happen at the same time, it’d be with the pro-form.

Posted: Tuesday Apr 10th, 2012 at 3:28 pm #10505

Ah, cool, glad you found it. (I was posting when you wrote your reply, sorry I didn’t see it before.)

Posted: Tuesday Apr 10th, 2012 at 3:27 pm #10504

It would not be s2Member changing it. Keep checking where it could be uppercase: WordPress settings, PayPal settings, .htaccess, a redirection plugin…

If you can’t find it, try the default theme as a test. If still not, deactivate the other plugins and test, see if the problem goes away with them and, if so,see if you find which caused it.

Posted: Tuesday Apr 10th, 2012 at 3:23 pm #10500

You have more than one condition in that if

[hilite pre_code]
if (isset($_GET['first']) && !empty($cfields['cert_number']) && in_array($cfields['cert_number'], $valid_certs)) {
echo "First";
[/hilite]

They all have to be true for the echo to happen.

Posted: Tuesday Apr 10th, 2012 at 3:06 pm #10494

I see. I wonder if it has to be deactivated from the plugins manager as well, but I doubt then that s2Member would work normally at all. Sorry I couldn’t help more with that, I’m not very experienced with Plugin Organizer.

Posted: Tuesday Apr 10th, 2012 at 3:01 pm #10491

Thanks for the log files.

The entries that have your domain name in uppercase, give an error of mismatch with the domain name you’re using. Could you make sure that you’ve used lowercase in every place you entered the domain name, including your PayPal settings? [hilite mono]COREFITNESSBYJANA.COM[/hilite] -> [hilite mono]corefitnessbyjana.com[/hilite]

And make sure that you don’t add www anywhere, including links, since that’d also be different. Knowledge Base » Don't mix www and without

Try that and see if it solves the problem.

And if you still have the problem, please post the log entries for the new transactions, from every log file you see in the s2member-logs directory. Also, could you post the shortcode you’re using for the pro-form?

Thanks!

Posted: Tuesday Apr 10th, 2012 at 2:51 pm #10490

I just went back a re-read some of the posts.

I’m providing a feed address of the website rather than a specially crafted xml – although I could obviously rewrite the whole xml file and put it into a different directory and that has occurred to me as a laborious option.

So you’re not following the instructions in the video for the authenticated feeds?

The regular feeds would be controlled by the Alt Restriction setting here [hilite path]Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection[/hilite]

For something more advanced than that restriction, you should follow Jason’s instructions.

I hope that helps. :)

Posted: Tuesday Apr 10th, 2012 at 2:47 pm #10489

Cool. :)

Posted: Tuesday Apr 10th, 2012 at 2:46 pm #10488

I don’t know what you’d need to change in PayPal, sorry. :/

Posted: Tuesday Apr 10th, 2012 at 2:45 pm #10487

It’s probably a PHP error because of the existing function with the same name that I linked to in my last post. Try using the function already in s2Member or, if you prefer the one I wrote, give it unique name. That should do it.

Posted: Tuesday Apr 10th, 2012 at 4:58 am #10442

Tried the fixes listed by jason to edit line #263 .. etc

Which fixes? Could you link to his post please?

Posted: Tuesday Apr 10th, 2012 at 4:56 am #10441

Thanks for the kudos. :)

s2Member, free or pro, doesn’t change that on PayPal’s site.

Posted: Tuesday Apr 10th, 2012 at 4:52 am #10440

By the way, I just remembered having seen a function in the codex that’d do something similar, and it has the same name as the function I posted last year. Jason told me he had added it to s2Member, but I had forgotten.

Please read about it here and play with it to see what the output is like:

http://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_get_s2member_custom_fields%28%29

Posted: Tuesday Apr 10th, 2012 at 4:48 am #10439

Glad it helped. :)

Yeah, the custom fields can be a bit frustrating when you start using them in PHP, since they’re in a serialized array. We’re aware that it’s not optimum and we’ll have this solved soon with the coming major update of the plugin.

Posted: Tuesday Apr 10th, 2012 at 2:28 am #10435

Right, it affects them too if you’re using the s2Member protection, because the WordPress session is affected by the change in www. I’m glad you sorted it out. :)

Posted: Tuesday Apr 10th, 2012 at 2:27 am #10433

You haven’t added that styling to the password input fields, that’s why it’s not getting it. In file [hilite path]/wp-content/themes/wp-church/style.css[/hilite], line 67, you’ll see the selectors [hilite code]input[type="text"], textarea[/hilite], you need to add [hilite code]input[type="password"][/hilite].

I hope that helps. :)

Posted: Tuesday Apr 10th, 2012 at 2:14 am #10430

Simon, this function I wrote some time ago may help you displaying the s2Member custom fields. http://www.primothemes.com/forums/viewtopic.php?p=16582#p16582

I hope it helps. :)

Posted: Tuesday Apr 10th, 2012 at 2:10 am #10429

That should be working. Do you get redirected to that URL after checkout? Is the user ID replacement code being replaced properly with the integer?

While you test, please enable logging so s2Member logs more info on each transaction. [hilite path]Dashboard -› s2Member® -› Authorize.Net® Options -› Account Details -› Logging[/hilite]

Posted: Tuesday Apr 10th, 2012 at 2:08 am #10428

Duncan, I just tried the Plugin Organizer and think I found how you do that.

Go to the Global Plugins page and disable the plugins globally. [hilite path]WP Admin -> Plugin Organizer -> Global Plugins[/hilite]

Then go to edit the page you want to use one of those in and enable it there from the panel the organizer adds there (if you can’t see it, check the Screen Options tab at the top).

I hope that helps. :)

Posted: Tuesday Apr 10th, 2012 at 1:20 am #10425

Jana, could you please post the log entries related to your tests? From every log file in the s2member-logs directory, please. Remember to x’out any private info (e.g. email, last name).

Also, did you make sure you were logged into the account you wanted to modify when you tried the pro-form? Does the account show the subscr ID in its profile?

Thanks!

Viewing 25 replies - 6,651 through 6,675 (of 7,376 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.