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,276 through 6,300 (of 7,376 total)
Author Replies
Author Replies
Posted: Tuesday May 8th, 2012 at 3:05 am #12875

Hi Joseph.

The button shortcode has an image attribute that lets you change the button’s graphic. The pro-form doesn’t have this for Express Checkout, because that’s the image required by PayPal in its TOS. :/

Regarding the term problem, could you please post the shortcode you’re using?

Posted: Tuesday May 8th, 2012 at 2:56 am #12874

The button will take the person to PayPal to manage the subscription from his account. The pro-form will be able to handle the subscriptions created with PayPal Pro, which aren’t tied to a PayPal account.

Posted: Tuesday May 8th, 2012 at 2:53 am #12873

Hi Dean.

Could you post here the shortcode you generated for the button you used in the tests?

And could you please post the relevant entries from the log files? [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

Thanks!

Posted: Tuesday May 8th, 2012 at 2:43 am #12872

It looks like you’d just need to update the IPN URL in your PayPal settings. [hilite path]PayPal -> My Profile -> My Selling Tools -> Instant Payment Notifications[/hilite]

Posted: Tuesday May 8th, 2012 at 2:33 am #12871

No, we don’t have a date for the new major release. Smaller releases of the current s2Member will come soon and frequent, but the major one is still a little bit off.

Security risks from using hooks for the notifications? I’m not sure I understand.

Most users don’t have an EOT time set when they have a subscription, because the time won’t be set until the subscription ends and the gateway notifies s2Member.

For the reminders customization you’ll have to know until when the subscription was paid and store somewhere when the notification should be sent. Then have a cron job that will check these times and email when necessary.

A simple way of doing it for now, although not super precise, is to add them to a list in a service like MailChimp so the email sequence will send them reminders a few days before each time they’d be billed. Video » s2Member (API List Servers)

I hope that helps.

Posted: Monday May 7th, 2012 at 11:45 pm #12869
Posted: Monday May 7th, 2012 at 11:37 pm #12868
Posted: Monday May 7th, 2012 at 10:36 pm #12864

So you don’t want the post to be listed there at all? OK, I’ll check with Jason.

Posted: Monday May 7th, 2012 at 8:29 pm #12857

You’ll need to use the “more” tag, so you the whole post isn’t shown in the listing.

Or change the homepage to a static page, that’d work too. [hilite path]WP Admin -> Settings -> Reading[/hilite]

I hope that helps. :)

Posted: Monday May 7th, 2012 at 8:26 pm #12856

What gateway are you using, Will? PayPal Standard and Express Checkout, ClickBank, Google Checkout, they take the user to their site and you don’t need to deal with encryption, since you’re not handling the payment information.

You’ll need SSL if you using the pro-forms with PayPal Pro or Authorize.Net, though, ’cause you’ll be getting paid on your site.

Posted: Monday May 7th, 2012 at 8:12 pm #12855

Hi Adam.

Could you please check that you have logging enabled, and then from all the log files, quote the entries related to the transactions with the problem? (x’ing out any private info, e.g. email, last name). [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite]

Thanks. :)

Posted: Monday May 7th, 2012 at 5:42 pm #12843

Hi Alan. Is your “CSV File Preference” set to Default for re-importation?

If so, could you email the CSV file so I take a look? It doesn’t need to have all the rows, just the first few is fine too. s2Member® » Private Contact Form

Posted: Monday May 7th, 2012 at 4:09 pm #12827

Could you reupload the [hilite mono]utils-conds.inc.php[/hilite] file from the s2Member zip archive? http://wordpress.org/extend/plugins/s2member/download/

Posted: Monday May 7th, 2012 at 4:07 pm #12826

Sure.

As we manage to improve these, they’ll be added to new releases and you’ll see them mentioned in the changelog.

Posted: Monday May 7th, 2012 at 4:05 pm #12825

You’re welcome.

Yeah, PayPal threw a monkey wrench into the thing. Jason’s working on the PayFlow integration now. PayPal Advanced will be further down the line.

Posted: Monday May 7th, 2012 at 4:01 pm #12824

He’s working on that now. :)

Posted: Monday May 7th, 2012 at 4:00 pm #12823

Cool. I hope they make it easy. :)

Jason said he has that replacement code in the to-do list for the next generation of s2Member.

Posted: Monday May 7th, 2012 at 3:56 pm #12822

:)

Posted: Monday May 7th, 2012 at 3:47 pm #12821

There isn’t a constant for that one, or a shortcode, this is the PHP you need:
[hilite pre_code]
// Auto EOT-Time for the current User (when applicable).
$s2member_auto_eot_time = get_user_option ("s2member_auto_eot_time");
[/hilite]

Notice that not all users have an EOT time set, so your code will have to account for that too.

I hope that helps. :)

Posted: Monday May 7th, 2012 at 3:41 pm #12820

Thanks, Alissa. I received the info. Jason should be looking at it the next time he checks his emails.

Posted: Monday May 7th, 2012 at 3:39 pm #12819

No problem. :)

Posted: Monday May 7th, 2012 at 3:38 pm #12818

I’m not sure I understood how you’re trying to do it.

You have a photo linked to a page, and the content in the page is what you want to protect? Or do you want to protect the photo?

Could you explain a bit more? Thanks!

Posted: Sunday May 6th, 2012 at 10:47 pm #12777

Hi Terry. You can evaluate s2Member’s free framework, which probably does all you need from what you mentioned.

The extra user fields can be created here [hilite path]Dashboard -› s2Member® -› General Options -› Registration/Profile Fields[/hilite] and data can be sent to your app using the the Notifications API [hilite path]Dashboard -› s2Member® -› API / Notifications -› Registration Notifications[/hilite].

I hope that helps. :)

Posted: Sunday May 6th, 2012 at 10:44 pm #12776

That’s great! Thank you for the update. :)

Posted: Sunday May 6th, 2012 at 5:16 am #12754

Hi Dave.

Level 1: Sees ONLY reports on all Small Cap Stocks
Level 2: Sees ONLY reports on all Large Cap Stocks
Level 3: Sees ALL reports

This is not something that’s achieved by default with the current release, and we’re working on making it possible soon, but for now you could customize your installation a bit to do it.

If you edit the s2Member Level 2 role, you can remove the capability for access to s2Member’s Level 1 content. http://wordpress.org/extend/plugins/user-role-editor/

I hope that helps. :)

Viewing 25 replies - 6,276 through 6,300 (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.