Community Support Forums — WordPress® ( Users Helping Users ) — 2011-01-13T09:55:07-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=59 2011-01-13T09:55:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=5549#p5549 <![CDATA[Re: Non-PayPal payment integration?]]>
Any word on third party payment gateway status? My client had *thought* they were going to use PayPal Pro, but has decided on their current smaller third party gateway :(

Thanks!

Darlene

Statistics: Posted by joadard — January 13th, 2011, 9:55 am


]]>
2010-09-07T17:08:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2998#p2998 <![CDATA[Re: Non-PayPal payment integration?]]> Hi David. Thanks for the follow-up.
The code sample that I provided above, should be integrated into a WordPress® theme, or into another plugin of your own. Here is an example of how to integrate it into your theme.

Inside the functions.php file for your WordPress® theme, insert a snippet like this:
Code:
add_action("init", "redirect_2_register");
function redirect_2_register(){
    if($_GET["redirect_2_register"]){
        $link = ws_plugin__s2member_register_link_gen ($subscr_id, $custom, $item_number, $shrink);
        wp_redirect($link);
        exit;
    }
}
 

Of course, you'll need to modify this in order to validate whatever information
you're passing through, but here is how a link might look:
Code:
http://path/to/wordpress/?redirect_2_register=1

Statistics: Posted by Jason Caldwell — September 7th, 2010, 5:08 pm


]]>
2010-09-03T10:38:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2897#p2897 <![CDATA[Re: Non-PayPal payment integration?]]> Still struggling to figure out where that code in your above post goes. Do I put it in my php thank you page? or in a page on my site somewhere?

Once I can get this part done, I can open my beta test to a few dozen people.
Your help would be wonderful.
Thanks
David

Statistics: Posted by crossfire — September 3rd, 2010, 10:38 am


]]>
2010-09-01T14:50:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2856#p2856 <![CDATA[Re: Non-PayPal payment integration?]]> I know nodda about php, and even less with s2Member (but leaning!).

Can I be so bold as to show the script I'm using?
http://rebranderxt.com/dlfiles/thankyou.zip

I got this script to work with CB's "test purchase" system and my "rbxt-thanks.php" page, protecting a “test.pdf” doc and trying to protect a link. It worked well (but it saw the link as a document so that was a bit awkward.

But I don't know where to nest the function code that you provided above so it pops up as a link on my "rbxt-thanks.php" thank you page. Thanks for any help you may offer.
David

Statistics: Posted by crossfire — September 1st, 2010, 2:50 pm


]]>
2010-09-01T03:19:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2831#p2831 <![CDATA[Re: Non-PayPal payment integration?]]> Hi David. Thanks for the great question.

Yes. You can use this function to create a link that will allow Paid Registration Access.

Code:
$link = ws_plugin__s2member_register_link_gen
($subscr_id, $custom, $item_number, $shrink); 

$subscr_id = the Clickbank transaction ID.
$custom = $_SERVER["HTTP_HOST"] ( must match the domain hosting the s2Member installation )
$item_number = 1,2,3 or 4 ( the Level number that a paid Customer will go in as during registration )
$shrink = ( false ) return the URL in full format, or ( true / return a tinyURL for emailing ).


Sending a Customer to the link produced by this function, will ultimately set three encrypted cookies, that s2Member will read in automatically, and ALLOW registration temporarily ( one time ).

Additional details ( optional ).

$item_number could also include
Custom Capabilities, and/or a fixed term length.

$item_number = 1,2,3, or 4
-- OR --
$item_number = level:custom capabilities:fixed term
( ex: 1:music,videos:1 M )

Which means:
Level #1 access, + music,videos as Custom Capabilities - account expires in 1 month.

Statistics: Posted by Jason Caldwell — September 1st, 2010, 3:19 am


]]>
2010-09-01T01:38:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2823#p2823 <![CDATA[Re: Non-PayPal payment integration?]]>
Hi Jason,
David Luce here. New s2Member user.
Very cool stuff here.
I'm working on a Clickbank work-around, until you have your CB tool ready.
(actually, this work-around might work for Free s2Member users as well)

Here is what I'm thinking, and my question(s)..
The process flow would be...
1) Valid CB purchase.
2) Send user to a Thankyou.php page protected with a CB Download Protection script.
3) the Thankyou.php page would have "a special s2Member" link that either
a) Temporarily turns on "Open Registration/Free Subscribers", letting the buyer to register at level zero. or
b) Temporarily turns on "Paid Registration", registering the buyer at level 1 (or 2 or 3, etc)
Assumption: I'd like to keep "Open Registration / Free Subscribers" set to no.

Sooooooo, The magic s2Member TRICK (and my real question) would be point #3 above.
Is there a way to create some MAGIC link that can temporarily allow for a registration at some specified level, even with Open Reg set to No???
Thanks
David

Statistics: Posted by crossfire — September 1st, 2010, 1:38 am


]]>
2010-08-18T11:45:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2467#p2467 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by HCWorks — August 18th, 2010, 11:45 am


]]>
2010-08-17T13:24:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2368#p2368 <![CDATA[Re: Non-PayPal payment integration?]]>
Very soon. No fixed release date yet though.

Statistics: Posted by Jason Caldwell — August 17th, 2010, 1:24 pm


]]>
2010-08-17T13:02:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=2367#p2367 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by Guest — August 17th, 2010, 1:02 pm


]]>
2010-07-15T20:54:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=1592#p1592 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by Jason Caldwell — July 15th, 2010, 8:54 pm


]]>
2010-07-15T01:28:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=1568#p1568 <![CDATA[Re: Non-PayPal payment integration?]]>
Jason Caldwell wrote:
insurance wrote:This sounds great. Great plugin by the way. I know that Clickbank has a few APIs as well. What are the chances of getting a pluggin that works with the Clickbank payment system?

Chances are very high. s2Member Pro is going to be released soon with support for PayPal Pro. Once we make our way through the release of s2Member Pro, the future development of s2Member Pro will be focused on integrating other payment gateways. This is a long-term goal. Nothing right away :-)


Just curious about Clickbank and if you've got a rough ETA.

thanks,
Scott

Statistics: Posted by Scott — July 15th, 2010, 1:28 am


]]>
2010-06-19T19:39:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=893#p893 <![CDATA[Re: Non-PayPal payment integration?]]> http://www.s2member.com/

Statistics: Posted by Jason Caldwell — June 19th, 2010, 7:39 pm


]]>
2010-06-08T10:33:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=767#p767 <![CDATA[Re: Non-PayPal payment integration?]]>
THanks!

Statistics: Posted by pdblizzard — June 8th, 2010, 10:33 am


]]>
2010-06-08T10:20:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=764#p764 <![CDATA[Re: Non-PayPal payment integration?]]>
Right now the site I am testing the system in is a beta site for a client who would like to potentially use your system. Is it possible for us to be part of the Beta program?

Any updates on how the Beta is going would be great!

Thanks so much!

Darlene

Statistics: Posted by joadard — June 8th, 2010, 10:20 am


]]>
2010-05-19T05:35:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=461#p461 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by insurance — May 19th, 2010, 5:35 am


]]>
2010-05-19T03:31:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=439#p439 <![CDATA[Re: Non-PayPal payment integration?]]>
ryannagy wrote:
I use E-Junkie which specifically uses paypal for sales. Any chance that would allow me to integrate e-junkie as a payment processor? The reason that I want to do so is because of its affiliate system. I will be doing a one-time payment online conference and I think that s2 will be perfect for giving access to the mp3 of the conference presentations. Though, I do need a way to pay my affiliates.

Thanks!

- Ryan

(I have just set up a basic s2 website. Amazingly clear set-up instructions.)

We've not tested E-Junkie yet. I suspect that it WILL work though. I'll get back to you on this topic once we've tested it. If you test it yourself, please report back.

Statistics: Posted by Jason Caldwell — May 19th, 2010, 3:31 am


]]>
2010-05-19T03:29:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=438#p438 <![CDATA[Re: Non-PayPal payment integration?]]>
insurance wrote:
This sounds great. Great plugin by the way. I know that Clickbank has a few APIs as well. What are the chances of getting a pluggin that works with the Clickbank payment system?

Chances are very high. s2Member Pro is going to be released soon with support for PayPal Pro. Once we make our way through the release of s2Member Pro, the future development of s2Member Pro will be focused on integrating other payment gateways. This is a long-term goal. Nothing right away :-)

Statistics: Posted by Jason Caldwell — May 19th, 2010, 3:29 am


]]>
2010-05-18T17:58:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=409#p409 <![CDATA[Re: Non-PayPal payment integration?]]>
Thanks!

- Ryan

(I have just set up a basic s2 website. Amazingly clear set-up instructions.)

Statistics: Posted by Guest — May 18th, 2010, 5:58 pm


]]>
2010-05-15T17:54:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=365#p365 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by insurance — May 15th, 2010, 5:54 pm


]]>
2010-05-13T14:54:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=299#p299 <![CDATA[Re: Non-PayPal payment integration?]]> Statistics: Posted by Jason Caldwell — May 13th, 2010, 2:54 pm


]]>
2010-05-13T09:46:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=287#p287 <![CDATA[Re: Non-PayPal payment integration?]]>
Thank you!

Darlene

Statistics: Posted by joadard — May 13th, 2010, 9:46 am


]]>
2010-05-13T00:32:39-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=257#p257 <![CDATA[Re: Non-PayPal payment integration?]]>
This is an incomplete list, covering the major additions.
s2Member Pro will be a module for the free version of s2Member. You will need to have the free version installed, and then add the Pro module to your installation. This will be a very simple process.

The Pro Module, will feature:

  • Support for PayPal Pro Integration.
  • Recurring billing support.
  • Will support all existing s2Member features.
  • Customizable checkout form on your site. The Customer will never be sent to PayPal.
  • Optional Express Checkout for Customers who would prefer to use PayPal instead of a credit card.
  • Customizable purchase receipts; in place of the current emails sent by PayPal Standard.
  • Combination checkout/registration/upgrade system on YOUR site. Bypassing the additional step of Registration after checkout, as required by the existing PayPal Standard integration.
  • Import/Export feature for Users/Members.

Statistics: Posted by Jason Caldwell — May 13th, 2010, 12:32 am


]]>
2010-05-12T09:39:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=59&p=226#p226 <![CDATA[Non-PayPal payment integration?]]>
I apologize in advance if this topic has already been covered somewhere. I tried to search and see if I could find the information elsewhere.

Is it possible to integrate this plug-in into a third party API? For example, we are running a store on our site and I was wondering if I could link this to our online store somehow so that it was listed as a 'product' for sale or at least so we could use the same merchant payment gateway.

Thank you!

Darlene

Statistics: Posted by joadard — May 12th, 2010, 9:39 am


]]>