Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click Bank IPN Version upgrade #304

Closed
ghost opened this issue Aug 16, 2014 · 2 comments
Closed

Click Bank IPN Version upgrade #304

ghost opened this issue Aug 16, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2014

Click Bank is forcing all users to upgrade their IPN version number to 6.0. I know s2Member uses 2.1.

Will you be updating your plugin to support this?

Secondly, I want to sell a plugin on my WP site. I have integrated my WP site with s2Member and Click Bank. I want to make it so that after each successful purchase of my plugin, my WP site generates a key and my customer is able to view this key at any time. Do you have support for that as well? Perhaps I can use the transaction ID? How can I show this when a user is logged in? Or perhaps you have a better recommendation?

thanks.

@jaswrks
Copy link
Contributor

jaswrks commented Aug 17, 2014

Click Bank is forcing all users to upgrade their IPN version number to 6.0. I know s2Member uses 2.1.

Yes, work on this is underway here. However, it seems there are some issues with v6 on the ClickBank side of things. While CB is saying that v6 is a requirement (i.e. that everyone should upgrade); in reality it appears that v6 is not actually ready-to-go yet. See: #256

Secondly, I want to sell a plugin on my WP site. I have integrated my WP site with s2Member and Click Bank. I want to make it so that after each successful purchase of my plugin, my WP site generates a key and my customer is able to view this key at any time. Do you have support for that as well? Perhaps I can use the transaction ID? How can I show this when a user is logged in? Or perhaps you have a better recommendation?

The ClickBank ID could be used, sure.
<?php echo get_user_option('s2member_subscr_id'); ?>

Or, Shortcode equivalent:
[s2Get user_field="s2member_subscr_id" /]


Every WP user also has a unique user ID in WordPress.
<?php echo get_current_user_id(); ?>

Or, Shortcode equivalent:
[s2Get user_field="ID" /]

@jaswrks jaswrks closed this as completed Aug 17, 2014
@jaswrks
Copy link
Contributor

jaswrks commented Aug 17, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant