Raam Dev

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Nov 20th, 2012 at 5:36 pm #32161 | |
![]() |
|
Hi Philip, Regarding refunds, please see s2Member® » Terms » Refund Policy. I’ve been helping you troubleshoot the unusual problem that you describe in this thread and I’m happy to continue troubleshooting these issues with you. |
|
Posted: Tuesday Nov 20th, 2012 at 5:27 pm #32159 | |
![]() |
|
If you search the user_meta table for entries that have ‘s2′, you should find the ones related to IPs. I don’t have an official list of new features / enhancements that Jason (the lead developer) is working on for the next major release of the software, but we have had several requests for the ability to see IP access logs in a report form, or at the very least improve how they’re stored in the database so that extensions/hacks can be written to show that data, so I know it’s being considered. |
|
Posted: Tuesday Nov 20th, 2012 at 5:21 pm #32158 | |
![]() |
|
In that case, the only variable is the route being taken to access the IPN URL… PayPal’s servers try to access it and they get a 403… you try to access it and it’s successful. That means that your web server is probably blocking a PayPal IP address or there’s something else blocking PayPal from requesting the IPN URL. Have you tested it again recently to confirm this issues is still occurring? It could’ve been a temporary glitch. |
|
Posted: Tuesday Nov 20th, 2012 at 5:18 pm #32157 | |
![]() |
|
Could you please copy/paste here the shortcode for your PayPal Pro-Form? Also, have you enabled logging in Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging? |
|
Posted: Tuesday Nov 20th, 2012 at 5:16 pm #32156 | |
![]() |
|
Hi Laeon, I’m not familiar with the details of such an integration, so unfortunately I don’t have any advice. You might try posting your question in the Community Forum to see if anyone else has done something similar. I also cannot speculate on a release date for the next major release, but I agree it would be nice to see a beta by Christmas! :) We can hope! |
|
Posted: Tuesday Nov 20th, 2012 at 5:08 pm #32154 | |
![]() |
|
Hi John, To accomplish that, you’ll probably need to disable the s2Member CSS altogether (see How can I prevent s2Member® Pro from loading it’s default CSS?) and then manually style the entire Pro-Form yourself, adjusting the various field sizes as you see fit. |
|
Posted: Tuesday Nov 20th, 2012 at 4:59 pm #32152 | |
![]() |
|
Eduan’s code was missing a ? in one of the tags. Please try this fixed code:
|
|
Posted: Tuesday Nov 20th, 2012 at 4:55 pm #32149 | |
![]() |
|
There are a variety of possible reasons why such an email would go to spam. Google’s spam filters look for things in emails that indicate it might be spam, including words in the subject line, body of the message, TO email (“FakeGray” might be considered a spammy name to Google), and even things far more “background” like which server on the Internet that email was sent from (if you’re on a shared hosting server and another website on the same server was spammy, the IP address for that server might have been added to a spam list that Google looks at). So my recommendation is to try different TO and FROM email addresses and see if they still go to spam. You can also try configuring WordPress to send all your emails through Google’s SMTP server, so that the emails get authenticated that way instead of being sent directly from your web server. This usually solves most problems. (See Troubleshooting Email Delivery Problems.) |
|
Posted: Tuesday Nov 20th, 2012 at 4:47 pm #32145 | |
![]() |
|
Philip, What type of PayPal service are you using? PayPal Standard? PayPal Express? PayPal Pro? If you’re accepting credit cards directly on your site, you must have the PayPal Pro service. A credit card should not go through unless you’ve properly configured s2Member with your PayPal settings. I cannot think of any scenario where someone could submit a payment and have that payment just go into thin air. If the payment isn’t going anywhere, an error will result and the payment will not go through. In addition to checking what type of PayPal service you’re running, I also recommend enabling logging in s2Member (Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging). The logs in wp-content/plugins/s2member-logs/ may give some clue as to what’s going on (you’ll need to run a test again and observe the failure so that s2Member can generate logs). |
|
Posted: Tuesday Nov 20th, 2012 at 4:40 pm #32142 | |
![]() |
|
Hi Simone, s2Member can certainly handle these scenarios. All of the various membership durations can be found in Dashboard -› s2Member® -› PayPal® Buttons -› Membership Level # Buttons for the Framework and additionally in Dashboard -› s2Member® -› PayPal® Pro Forms -› Membership Level # Forms if you have s2Member Pro. With s2Member Framework, you are limited to 4 membership levels + free level. If you need 6 levels of membership, you’ll need to upgrade to s2Member Pro, which allows you to add an unlimited number of membership levels. Upgrades or downgrades from one level to another, including changes to subscription rate and amount, is handled with Dashboard -› s2Member® -› PayPal® Buttons -› Subscr. Modification Buttons in s2Member Framework and additionally with Dashboard -› s2Member® -› PayPal® Pro Forms -› Billing Modification Forms in s2Member Pro. With regards to bank transfers: You would need to handle the bank transfer outside s2Member and then manually “approve” the users’ account when you’ve confirmed the transfer. Approving an account would simply involve changing the users’ role from Level 0 (Free Subscriber) to the correct paid membership level. With s2Member Pro, you can create a page specifically for people wanting to pay via bank transfer and on that page show them a Free Registration Form (Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms) along with instructions for submitting the bank transfer. To differentiate regular Free Subscribers from Free Subscribers who paid via Bank Transfer, you could create a Custom Registration Field (Dashboard -› s2Member® -› General Options -› Registration/Profile Fields) that asks the user to include the bank transfer receipt number so that you can use that to match their account to the actual bank transfer when you go to confirm it. |
|
Posted: Tuesday Nov 20th, 2012 at 4:14 pm #32139 | |
![]() |
|
Hi Macks, Yes, this is certainly possible with s2Member. You would need to make use of the Custom Capabilities feature. The free version of s2Member uses the WordPress Registration system, which means everybody signs up in the same place no matter what (/wp-login.php?action=register). If you’re selling multiple products, you probably want to create a separate form for each product (pre-configured to give access to the additional content through Custom Capabilities) and probably embed each form on the sales page for each product. For that you would need to use the Pro-Forms feature, which is only available with s2Member Pro. |
|
Posted: Tuesday Nov 20th, 2012 at 4:04 pm #32138 | |
![]() |
|
Technical support question, not Pre-Sale (wrong forum).
Moving this thread into Community Forum so you have a chance to receive assistance from other site owners. If you’d like priority support from s2Member®, please re-post this topic in our Customer Support Forum and we’ll take a closer look for you. For further details, please read our Support Policy. |
|
Posted: Tuesday Nov 20th, 2012 at 4:03 pm #32136 | |
![]() |
|
Hi Charles, While the data is stored somewhere in the database, it’s not displayed anywhere or available in a report. We recognize that this would be a nice feature to have and we’re looking at including such a reporting feature in the next major release of the plugin. |
|
Posted: Tuesday Nov 20th, 2012 at 4:01 pm #32135 | |
![]() |
|
Hi Leo, If you want to apply this to all pages automatically, you can use a custom WordPress Page Template. With that, you could create a WordPress Page template that is customized to include that conditional PHP code and then when you publish a new page you simply select the page template you created. Creating a custom WordPress Page Template is outside the scope of s2Member Support, but if you need assistance with that I can recommend wordpress.stackexchange.com or the WordPress.org Support Forums. Alternatively, you might want to post a job on jobs.wordpress.net. |
|
Posted: Tuesday Nov 20th, 2012 at 3:54 pm #32133 | |
![]() |
|
In that case I would suspect that your user(s) thought they paid, when in fact they did not. If the logs don’t show any activity, then it’s very unlikely the user paid for an upgrade using an s2Member-generated button on your site. |
|
Posted: Tuesday Nov 20th, 2012 at 3:46 pm #32132 | |
![]() |
|
Hi Jorge, That article explains how to add Custom Capabilities. Please see the section above the graphic that explains how you can use the PayPal Item ID to pass Custom Capabilities to s2Member in the button. |
|
Posted: Tuesday Nov 20th, 2012 at 3:45 pm #32131 | |
![]() |
|
Yes, you could use the s2Member Custom Registration/Profile Fields feature (Dashboard -› s2Member® -› General Options -› Registration/Profile Fields) to create your own set of fields (e.g., User 1, User 2, etc.) so that the person signing up and fill in those details. Then you can manually look at their profile to see what they input for those fields and create the additional users manually using that info. |
|
Posted: Tuesday Nov 20th, 2012 at 2:57 pm #32129 | |
![]() |
|
Hi Terry, Such a customization is outside the scope of the s2Member support (see Support Policy). If you need to hire a programmer to help code this feature, we recommend posting a job on jobs.wordpress.net. You can see an example of you can update an s2Member Custom Registration Field here. |
|
Posted: Tuesday Nov 20th, 2012 at 2:52 pm #32128 | |
![]() |
|
Brian, If PayPal is reporting the IPN HTTP Response as 403, that means PayPal is trying to send an IPN message to your IPN URL (see Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration) and the web server is returning a 403 (forbidden) error. I recommend checking with your web host to see if maybe that URL was blocked somewhere (possibility in an .htaccess file or a firewall or the web server configuration). |
|
Posted: Tuesday Nov 20th, 2012 at 2:47 pm #32126 | |
![]() |
|
Chase, I just clicked on http://www.s2member.com/forums/topic/integrate-eway/#post-14539 and it took me straight to the post where there’s an edit box at the bottom letting me post a reply. Is that not what you see? |
|
Posted: Tuesday Nov 20th, 2012 at 2:45 pm #32125 | |
![]() |
|
That’s why clicking “Edit Profile” from the drop-down menu at the top right-hand side of the webpage sends you to the Login Welcome Page. That Edit Profile link you’re clicking is not part of s2Member, but part of WordPress (it’s called the WordPress Admin Bar, which can be shown to regular users as well as Administrators). Since all s2Member users are regular users and not Administrators, we recommend disabling the WordPress Admin Bar for s2Member users (you can disable the admin bar in the user’s profile, or you can find a WordPress plugin that disables it for all users by default). |
|
Posted: Tuesday Nov 20th, 2012 at 2:41 pm #32124 | |
![]() |
|
Hi Goose, Please see my replies below:
Yes, this is absolutely possible. Normally I would recommend using the s2Member Shortcode Conditionals (Dashboard -› s2Member® -› API / Scripting -› Simple/Shortcode Conditionals), however if you have several thousand posts, it would be a lot easier to edit your theme’s single.php file and add the necessary PHP conditionals (Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals) to check if the user is logged in. You can use the WordPress the_excerpt() function (docs here) to show the excerpt along with a register link to anyone who isn’t logged in.
Yes, you can restrict categories of content in Dashboard -› s2Member® -› Restriction Options -› Category Access Restrictions. Then, you show existing members an upgrade button (Dashboard -› s2Member® -› PayPal® Buttons -› Subscr. Modification Buttons) to allow that user to upgrade their account to a Level that gives access to the category of content. |
|
Posted: Tuesday Nov 20th, 2012 at 2:37 pm #32122 | |
![]() |
|
Hi Terence, I don’t have any details about how we might integrate with Bitcoin. I just know that it’s being considered as an option in the next major release of the software. |
|
Posted: Tuesday Nov 20th, 2012 at 2:35 pm #32121 | |
![]() |
|
Glad I could help! :) |
|
Posted: Tuesday Nov 20th, 2012 at 2:35 pm #32120 | |
![]() |
|
Hi Brett, Thanks for the update. I haven’t even heard of “Referenced Transactions” before, so I’m not sure. Let us know if you still have issues after that feature gets added to your PayPal account. |