Cristián Lávaque
Forum Replies Created
-
Glad I could help! 😀
I started a new community forum that I’ll be in daily, more often than here, so next time you need help, feel free to start a topic there and I’ll do what I can to assist. 🙂
Cristián
You can use the show_fields attribute in the s2Member-List shortcode.
show_fields Optional, defaults to “” (an empty string, i.e., no fields). This is one of the most useful shortcode attributes. You can build a list of fields for each user. For instance, if you have Custom Registration/Profile Fields configured with s2Member you can provide a comma-delimited list of unique Field IDs here. If the user has a value for that field it will be displayed in the final output. e.g., show_fields=”user_login,user_registered,custom_field_id”. The list of field IDs can include anything compatible with s2Member’s get_user_field() function.
See the documentation here for more details: https://s2member.com/kb-article/s2member-list-shortcode-documentation/
The s2Member-List shortcode is an s2Member Pro feature.
Or are you talking about a directory generated some other way? In that case you’d need to edit it to add the column for that field, and then you can use get_user_field to populate it. See: http://s2member.com/kb-article/s2get-shortcode-documentation/
I hope that helps. 🙂
That’d be a question for iDevAffiliate.
http://help.idevaffiliate.com/
http://www.idevsupport.com/I hope that helps. 🙂
Correct, s2Member-List is an s2Member Pro feature.
I just noticed that the documentation for it doesn’t mention that: https://s2member.com/kb-article/s2member-list-shortcode-documentation/
This one makes a quick mention of it, but not as a requirement: http://s2member.com/using-the-s2member-list-shortcode/
I’ll let Jason know so he can improve it. 🙂
🙂
Oh, and you may also find this article interesting: http://s2member.com/kb-article/building-an-api-notification-handler-webhook/
I hope that helps you with the integration you need/want.
For official Pro support you’d need to submit a helpdesk ticket, this forum is not visited often by the staff.
I haven’t been in the support team for months, but am part of the s2 community, and will be helping as much as I can in the new forum. http://s2member.net/about
I’ll be happy to assist you next time, just start a topic there. 🙂
Cristián
I’m glad you sorted it out, but am sorry about the wait. I just came back here yesterday.
I’m starting a new community forum for s2, where I’ll be helping anyone (pro or free) everyday as well as I can. I’ll be there more than here.
Is there something you’re needing/wanting help with now? Or maybe something you’d like to improve?
Feel free to post there, I’ll be happy to assist. 🙂
Cristián
You can post a feature request for group accounts here: https://github.com/websharks/s2member/issues
This add-on by one of our community members, may do what you need: http://s2member.net/go/kc-groups-management
I hope that helps. 🙂
Thank you for the update! It sounds like you’re almost there.
I have another problem to solve before I can test the S2Member payments again to ensure it returns from PayPal without error and to the page I expect. If it doesn’t, I’ll use Cristian’s suggestion.
What is the problem? Maybe I can help with that too.
Looking forward to your update. 🙂
I’m glad you sorted out the 404. 🙂
I don’t know why you’re getting that other email…
Are you allowing users to set their password on registration or is WP sending it to them? WP Admin -> s2Member -> General -> Registration/profile Fields & Options -> Custom Password
Did you customize this email with s2 or is it set to default? WP Admin -> s2Member -> General -> Email -> New User
I doubt it’s s2Member, I haven’t seen others report that behavior. You may want to try the troubleshooting steps I suggest here: http://s2member.net/troubleshooting-tips-21
Let me know how it goes. 🙂
Thanks for the udpate.
The address in the pro-form is for the card payment, not shipping. Like I said, s2 doesn’t support shipping address because it’s not meant for physical products.
But I know that some have customized their installation to send a shipping address to PayPal on checkout. See the replies in this thread: https://www.s2member.com/forums/topic/paypal-pro-forms-shipping-address/#post-15285
I hope that helps as a starting point for your customization. 🙂
You can create a custom profile field for it. WP Admin -> s2Member -> General -> Registration/profile Fields
Then to show/hide content based on it you can use conditionals. WP Admin -> s2Member -> Scripting -> Conditionals
E.g.
if (get_user_field('industry') == 'plumbing') { ...I hope that helps. 🙂
Hi xealpha, did you verify that your PayPal integration is complete and correct? WP Admin -> s2Member -> PayPal Options
See also: https://www.youtube.com/watch?v=SvZxEQjezfY&list=PL8gPolqFnYqsPh9Y0TCjvwLkKuby29SYg&index=1
Enable logging before testing. Do you see any errors in the log entries for the test transaction where you’re having trouble? WP Admin -> s2Member -> Log
Are you using the Sandbox or your PayPal account?
I look forward to your update. 🙂
Thanks for the update. 🙂
‘Page Expired. Duplicate Return-Data.’
Did you register the new user account right after being returned from PayPal and then tried the registration link in the Signup Confirmation Email? Or you hadn’t registered yet when you tried the link in the email?
One thing you can try is a different URL shortening service. I’ve seen some have trouble with TinyURL expired links, but not with another, for example. WP Admin -> s2Member -> General -> URL Shortener
I look forward to your udpate. 🙂