Cristián Lávaque
Forum Replies Created
-
Thanks for the udpate. 🙂
🙂
Ah ok, so you’re not using s2Member, but Paid Membership Pro? Sorry for misunderstanding you earlier.
Then their forum may be a better place to find someone that can help you with it. https://wordpress.org/support/plugin/paid-memberships-pro
I hope you sort it out without much trouble! 🙂
Cristián
Thanks for the update. 🙂
I’m still not sure I understand what you’re trying to do with s2Member. I imagine that LearnDash already lets you sell the course and only allow access to users that paid for it. What do you want/need to add s2Member for?
The same file would not be counted again, the count is for unique file downloads within the time period in your setting. WP Admin -> s2Member -> Download -> Basic
Repeated downloads of the same exact file are NOT tabulated against the totals below. Once a file has been downloaded, future downloads of the same exact file, by the same exact Member will not be counted against them. In other words, if a Member downloads the same file three times, the system only counts that as one unique download.
I hope that helps. 🙂
Great! Thanks for the update. 🙂
Cristián
Did you verify that every requisite described in this article is met? http://s2member.com/kb-article/security-badges/
One that I’ve found is normally missed, is logging: having it disabled and leaving no log files in the /wp-content/plugins/s2member-logs/ folder. http://s2member.com/kb-article/security-badges/#toc-23bfae2c
I hope that helps. 🙂
Importing users in bulk with s2Member Pro’s Importer won’t also add them to MailChimp, if I remember correctly.
You need to add them to MC yourself using their interface for that. I think this article covers that: http://kb.mailchimp.com/lists/growth/import-subscribers-to-a-list
I hope that helps. 🙂
yes it is a one-time page only…. So everyone gets it just one time and after login to the homepage. Just one customer comes back at the welcome page everytime.
Peter, how did you set it to be one-time only? Could you show me a screenshot of your configuration for it?
Are you using the One-Time Offers feature? WP Admin -> s2Member -> General -> One-Time Offers
The Login Welcome Page will be shown to a user each time he logs in, so if you say that it’s shown only once (I assume it’s just after the first login), I’d like to know what you did to achieve it.
Looking forward to your update. 🙂
With s2Member Pro, you have the login widget, which could be added to a widget area or included via PHP in any page/post you want. WP Admin -> s2Member -> Scripting -> Pro Login Widget via PHP
If you want to use wp-login.php, you could hide the default registration link with CSS and add your custom one to the pro-form page from here: WP Admin -> s2Member -> General -> Login/Registration Design -> Footer
I hope that helps. 🙂
You can create a custom profile field for it and in the field’s label add a link to the page with your policy. WP Admin -> s2Member -> General -> Registration/Profile Options & Fields -> Add New Field
See also: https://www.s2member.com/forums/topic/force-terms-conditions-at-checkout/#post-34729
I hope that helps. 🙂
Is the transaction a real purchase or are you using PayPal’s sandbox? https://www.youtube.com/watch?v=08t45PYeHxk
If you add an email to the Notifications API, do you getting an email after the payment? WP Admin -> s2Member -> Notifications -> Payment -> Send An Email
Could you show me screenshots of your s2-iDev integration as directed in the article you linked to? I’d like to see what you have hoping I can notice what may be wrong.
Looking forward to your update. 🙂
You can display a users list without a search just using
[s2Member-List /]See: https://s2member.com/kb-article/s2member-list-shortcode-documentation/
I hope that helps. 🙂
I’d suspect Mod Security… See: http://s2member.net/mod-security-503-403-errors-166
I hope that helps. 🙂
Cristián
To change the text, I’d look in s2member-pro\includes\classes\gateways\stripe\stripe-utilities.inc.php for the apply_coupon function, search for the _x string that may be used for the success message, and try changing it with a hack. http://s2member.com/kb-article/quick-translation-changing-wordsphrases/
I hope that helps. 🙂