Eduan

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Saturday May 4th, 2013 at 10:37 pm #49230 | |
![]() |
|
Hello Razib, I’m afraid that’s not currently implemented in s2Member. You’ll have to either implement this into s2Member yourself, or do a script that works with s2Member to accomplish this. – Eduan |
|
Posted: Saturday May 4th, 2013 at 10:36 pm #49229 | |
![]() |
|
Hello Cheryl, Could you please make sure that logging is enabled? You can do that under Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration. – Eduan |
|
Posted: Saturday May 4th, 2013 at 10:35 pm #49228 | |
![]() |
|
Hmm… I can’t provide any more help on this… :/ I’ll leave this topic open so that others can help you. :) – Eduan |
|
Posted: Saturday May 4th, 2013 at 10:32 pm #49227 | |
![]() |
|
Hello Thierry, I’m afraid I don’t understand the problem. You want to create a subscription button that bills the user for 4 months and then stops? Or a buy-now button that bills the user once but only lasts 4 months (the access that is)? Could you please clarify on this? Thanks! – Eduan |
|
Posted: Saturday May 4th, 2013 at 4:26 pm #49219 | |
![]() |
|
Glad I was able to help Janelle. :) |
|
Posted: Saturday May 4th, 2013 at 4:15 pm #49218 | |
![]() |
|
I see. I’ll notify Jason of this so that he can check if he wants to solve it or not. :) Or so that he can notify us of the real problem. – Eduan |
|
Posted: Saturday May 4th, 2013 at 4:09 pm #49217 | |
![]() |
|
For that you need to be a moderator like I am I believe. However we prefer to not delete any posts unless they’re spam. If you run into any problems in the future and you manage to solve them please just post an answer saying how you solved it, so that other users may benefit. :) – Eduan |
|
Posted: Saturday May 4th, 2013 at 4:08 pm #49216 | |
![]() |
|
Hello Ravva, While it is possible to integrate the PayU payment gateway, it would require a big amount of knowledge regarding s2Member and code in general. Check this FAQ for integrating s2Member with other payment gateways: Pre Sale FAQs » Can I add support for other payment gateways? Note if you encounter into any problems while developing this integration or while using it, we will not provide any help. – Eduan |
|
Posted: Saturday May 4th, 2013 at 4:04 pm #49215 | |
![]() |
|
Glad you were able to solve the issue Jeff. :) |
|
Posted: Saturday May 4th, 2013 at 4:01 pm #49214 | |
![]() |
|
Hello Jacob, I’m afraid this kind of thing isn’t integrated into s2Member. You would have to integrate this into WordPress itself. So while I can’t really provide any help, I can tell you where to find it. :) You would have to hire a freelancer that adds this functionality in for you. Or you can find a freelancer that modifies an already existing plugin in order to integrate it with s2Member. In any case, I personally can’t provide any help because of lack of knowledge, and this kind of answer isn’t found in the customer support forums either, so you’ll have to hire a freelancer to add this in for you. – Eduan |
|
Posted: Friday May 3rd, 2013 at 8:26 pm #49168 | |
![]() |
|
Hello George, What are your settings under Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration? If there’s any kind of logging enabled then the s2Member security badge won’t give a green status. – Eduan |
|
Posted: Thursday May 2nd, 2013 at 10:22 pm #49073 | |
![]() |
|
Hello Ed, I’m not sure. Let me ask Jason since he’s the expert on the entirety of s2Member. :) – Eduan |
|
Posted: Thursday May 2nd, 2013 at 9:18 pm #49070 | |
![]() |
|
Could you please post the shortcode you’re using? I want to see if there’s anything strange with your shortcode. – Eduan |
|
Posted: Thursday May 2nd, 2013 at 6:09 pm #49045 | |
![]() |
|
I see. It’s possible that’s the problem. The folder inside the s2member-pro folder shouldn’t be used… in fact I’m not sure why it’s there. You should put your files in the folder under wp-content/plugins/s2member-files. If I understood correctly, even if you move the folder to this folder (the one outside s2member-pro) it still doesn’t work correct? – Eduan |
|
Posted: Thursday May 2nd, 2013 at 6:00 pm #49044 | |
![]() |
|
Hello there, So if I understood correctly, you’re using several payment gateways, one button for each, in order to allow the user to buy one specific post/page access. Correct? Or are you using Several buttons of the same payment gateway? Could you please clarify on that bit? Thanks! – Eduan |
|
Posted: Thursday May 2nd, 2013 at 5:27 pm #49040 | |
![]() |
|
I think I understand now. So basically one page is showing the content of several pages correct? If that’s the case, then the reason may be actually quite simple. The theme is calling for those pages and getting their content in a way s2Member does not monitor. So s2Member isn’t even aware that those pages were called, and so it can’t protect them. That’s just what I think though, I’m not sure if that’s the case or not. So does protecting pages normally and accessing them normally (i.e. through their URL) work correctly? – Eduan |
|
Posted: Thursday May 2nd, 2013 at 2:49 pm #49029 | |
![]() |
|
As Bruce pointed out in his earlier post, please send these credentials through the private contact form: – Eduan |
|
Posted: Thursday May 2nd, 2013 at 11:44 am #49021 | |
![]() |
|
Hello Janelle, The problem here is that this shortcode is not meant to work with non-logged-in users. This shortcode is to modify/see an already existing account. If the user is not logged in this shortcode does not have the info to generate output, thus it doesn’t work. Your users would register using the buttons generated under Dashboard -› s2Member® -› PayPal® Buttons in order to pay for access. And if you want to offer your access for free your users would have to access the page under http://www.domain.com/wp-login.php?action=register. Hope this helps. :) |
|
Posted: Thursday May 2nd, 2013 at 11:41 am #49020 | |
![]() |
|
Oh I see what you mean. Yeah it’s possible, with the free version even.
For that you can offer a buy-now button, it would simply include the discount already, so they pay once for less because the discount is included at button generation.
Here it gets a little more complicated. The user can pay for 1 year of access, for example, in 3 payments. So every 4 months (12 months / 3) he will pay part of the 1 year access. That’s possible. But he can’t pay for 1 year of access in the first three months, making it a monthly payment. I hope that makes it clear of what’s possible and what isn’t. It would be exactly the same in the pro version. So you can try to work it out with the free version, and if it works like you want it you can just upgrade to the pro version if you want. – Eduan |
|
Posted: Thursday May 2nd, 2013 at 11:04 am #49014 | |
![]() |
|
Hello there, I’m afraid I don’t understand the question… Isn’t this how it already works? Users that are paying for access pay through PayPal and only after the payment has been confirmed do they get redirected to a registration page for them to register their user(name). This is if you’re using the PayPal buttons. And if a free user wants to register he just doesn’t pay, and goes directly to creating his user(name). Taking this into account, how is it working right now, and how do you want it to work? Are you using the pro-forms or the buttons? – Eduan |
|
Posted: Thursday May 2nd, 2013 at 10:58 am #49012 | |
![]() |
|
That’s strange. It’s possible I was mistaken about the ra bit. In any case, you can re-generate the buttons so that you don’t have to modify them manually, this would be a wise thing to do to check what attribute is the one that controls the price for example. – Eduan |
|
Posted: Wednesday May 1st, 2013 at 9:51 pm #48971 | |
![]() |
|
So, you have two s2member-files folders? Would you please confirm the exact location of these (as in wp-content/plugins/s2member-files). Also, does this article help? Knowledge Base » Resolving Problems with File Downloads – Eduan |
|
Posted: Wednesday May 1st, 2013 at 9:46 pm #48970 | |
![]() |
|
Hello Ken, Could you please describe the problem you’re having? We do not offer support through any medium besides these forums: s2Member® » Support Policy – Eduan |
|
Posted: Wednesday May 1st, 2013 at 9:41 pm #48968 | |
![]() |
|
Hello George,
Yes. Check under Dashboard -› s2Member® -› General Options -› Registration/Profile Fields.
This is a feature that WordPress would control. And if I remember correctly, no he can’t. He can cancel his PayPal subscription if he has one, but he can’t delete his user account (again, if I remember correctly). – Eduan |
|
Posted: Wednesday May 1st, 2013 at 9:39 pm #48967 | |
![]() |
|
Hello Ben, Could you please try these common troubleshooting tips? Thanks!: – Eduan |