Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Friday Dec 14th, 2012 at 2:39 pm #34691 | |
![]() |
|
Hi Mike,
No, this is currently not possible. You can, however stop recurring billing from Authorize.net.
This will just cause s2Member not to receive any updates on the transaction from Authorize.net, and Authorize.net will still be charging the user. You’d need to have a Dashboard -› s2Member® -› PayPal® Buttons -› Subscr. Cancellation Buttons to allow your users to cancel. |
|
Posted: Friday Dec 14th, 2012 at 2:36 pm #34690 | |
![]() |
|
Rick, I’ll talk to our dev team about it. Generally users wouldn’t want to halt subscriptions, and I’m not sure if this is possible with PayPal. |
|
Posted: Friday Dec 14th, 2012 at 2:32 pm #34689 | |
![]() |
|
Boudewijn, I updated the code snippet that was in my post that you said affected your site this way. Can you try the new code? Also, I would advise against using this code in your theme’s functions.php file, as it might not load in time for the data to be filtered. |
|
Posted: Wednesday Dec 12th, 2012 at 3:20 pm #34413 | |
![]() |
|
Hi Mark, Check Dashboard -› s2Member® -› General Options -› Email Configuration for info on editing the new user notification emails. And check out Dashboard -› s2Member® -› PayPal® Options -› Signup Confirmation Email for info on changing the “Congrats, you’re approved” email. You cannot disable these emails, as they are they only way for the user to sign up correctly. |
|
Posted: Wednesday Dec 12th, 2012 at 3:08 pm #34412 | |
![]() |
|
Hi Paul, Glad to hear you fixed your problem. |
|
Posted: Wednesday Dec 12th, 2012 at 3:07 pm #34411 | |
![]() |
|
Hi John, We currently are not integrated with PayDotCom. For a list of payment gateways we *are* integrated with check Pre Sale FAQs » What payment gateways does s2Member® support? |
|
Posted: Wednesday Dec 12th, 2012 at 3:06 pm #34410 | |
![]() |
|
Hi there, You can set that when when you create the field. Use the option Yes ( editable after registration / invisible during registration ) under Allow Profile Edits* |
|
Posted: Wednesday Dec 12th, 2012 at 3:03 pm #34409 | |
![]() |
|
Yes that’s correct. That code *should* work as-is.
I’d recommend posting this on jobs.wordpress.net, or elance.com if you don’t feel comfortable continuing. I believe some of the team is on there as well. |
|
Posted: Wednesday Dec 12th, 2012 at 2:59 pm #34408 | |
![]() |
|
The duration of the cookie really depends on the affiliate software. Some software will save the cookie for a long time, and some just until the browser closes. You may want to set up some custom code to handle this. Try saving the referral ID to a custom field when the user signs up free. |
|
Posted: Wednesday Dec 12th, 2012 at 2:56 pm #34406 | |
![]() |
|
You’ll want to check out this section: Dashboard -› s2Member® -› PayPal® Pro Forms -› Specific Post/Page (Buy Now) Forms |
|
Posted: Wednesday Dec 12th, 2012 at 2:56 pm #34405 | |
![]() |
|
I took a quick look at the Xero API, and it looks like you should be able to simply set up API Notifications directly to Xero, rather than sending the info to a database, and then to Xero. You should use this part of the API for that: |
|
Posted: Wednesday Dec 12th, 2012 at 2:52 pm #34404 | |
![]() |
|
Hi Sara, I haven’t seen any scripts for this. I’d recommend checking out jobs.wordpress.net or elance.com if you’re not comfortable writing code for this. |
|
Posted: Wednesday Dec 12th, 2012 at 2:50 pm #34402 | |
![]() |
|
s2Member has functionality to do this Dashboard -› s2Member® -› PayPal® Pro Forms -› Billing Cancellation Forms
Yes. You’ll just need to set up Dashboard -› s2Member® -› PayPal® Pro Forms -› Billing Modification Forms.
You can cancel a suscription via PayPal, and then disable the user’s account by demoting them within the Admin panel.
Yes. You can find this within the user’s profile under Dashboard -> Users -> All Users.
Yes, absolutely. You’ll want to use Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals.
Yes. s2Member uses the standard WordPress Roles and Capabilities framework for all it’s user processes.
I believe you need Dashboard -› s2Member® -› General Options -› Registration/Profile Fields.
Yes. The difference is paid to upgrade to unlimited-site. |
|
Posted: Wednesday Dec 12th, 2012 at 2:44 pm #34401 | |
![]() |
|
Boudewijn, Are you saying it gives you a parse error? What exactly happens? |
|
Posted: Wednesday Dec 12th, 2012 at 2:22 pm #34399 | |
![]() |
|
Hi Richard, I’m sending this to our development team to look at. For now, can you try adding this line of code to a Must Use Plugin, by copying this code to a .php file, and adding it to your /wp-content/mu-plugins/ directory (create it if you don’t have it)?
http://fotoura.com/my-account/enter-the-international-street-photography-awards-2013/entry-success/’;
|
|
Posted: Wednesday Dec 12th, 2012 at 1:58 pm #34396 | |
![]() |
|
Hi there,
The accept_via_paypal=”paypal” (as noted in Dashboard -› s2Member® -› PayPal® Pro Forms -› Shortcode Attributes (Explained)):
Basically what this means is that the paypal=”” attribute is what controls the Pro Form’s supported payment types, and the accept_via_paypal=”” attribute is what controls what PayPal will provide as a way to complete checkout. Therefore, if you have PayPal Pro, and want to accept credit cards, you should be using the paypal=”” attribute, otherwise you should activate Express Checkout, and use the accept_via_paypal attribute. |
|
Posted: Wednesday Dec 12th, 2012 at 1:50 pm #34395 | |
![]() |
|
Hi Emmanuel, I’m going to send this to our development team, so they can run some tests on this. However I just want to bring up a point that users *cannot* access the /wp-content/plugins-s2member-files/ directory, as s2Member uses special .htaccess rules that make it impossible to access outside of s2Member’s processes./ |
|
Posted: Wednesday Dec 12th, 2012 at 1:48 pm #34394 | |
![]() |
|
Hi there, I’d recommend just using s2Member conditionals (Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals), and change the link at the top of your page, within your theme’s header.php file to be the link to your membership options page |
|
Posted: Wednesday Dec 12th, 2012 at 1:45 pm #34393 | |
![]() |
|
Hi Tearei, I’m forwarding this to our billing department. |
|
Posted: Tuesday Dec 11th, 2012 at 2:39 pm #34288 | |
![]() |
|
Hi there, It looks like it’s working for me. Did you already find your solution? |
|
Posted: Tuesday Dec 11th, 2012 at 2:37 pm #34287 | |
![]() |
|
Hi Emily, You can change both of these settings in side of Dashboard -› s2Member® -› API / List Servers -› Registration Double Opt-In Box |
|
Posted: Tuesday Dec 11th, 2012 at 2:34 pm #34286 | |
![]() |
|
Hi Emily, Glad to hear it. Let us know if you have any further issues. |
|
Posted: Tuesday Dec 11th, 2012 at 2:28 pm #34285 | |
![]() |
|
Hi Andy,
I’ll send this issue as a bug report to our dev team.
In s2Member’s processes, “level” usually refers to the s2Member level # (i.e. 1, 2, 3, 4), while role is the full role of the user (i.e. ‘admin’, ‘s2member_level0’, ‘editor’). — I don’t see anything jumping out at me in the code that’s wrong. Have you tested? |
|
Posted: Tuesday Dec 11th, 2012 at 2:24 pm #34284 | |
![]() |
|
Hi Chase, To start off, could you please verify that your PayPal IPN and PDT are set up correctly? Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration This is usually the issue here. Also, could you please set this to “real time”? Do you have logging enabled? Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging If so, can you send us a copy of your logs, with sensitive data xxx’d out? Also, can you send us the shortcode you are currently using to sign users up? Thanks. |
|
Posted: Tuesday Dec 11th, 2012 at 2:17 pm #34283 | |
![]() |
|
I’ll put this in the list of feature requests for the next major version of s2Member.
If I understand correctly, your iTunes integration works like so: 1. User signs up, and pays on a recurring basis 2. They are granted a one-time key for iTunes that grants them access to your content 3. The user eventually cancels subscription, and all access to your site is revoked. However iTunes access is not. Is that correct? I’d like clarification on this. |