latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Home Forums Rob

About: Rob

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To


Topics I've Started


My Latest Replies (From Various Topics)

Viewing 7 replies - 1 through 7 (of 7 total)
Author Replies
Author Replies
Posted: Monday Nov 12th, 2012 at 8:34 am #31305
Rob
Username: digitsoft

I mean there should be a default built-in to S2 so that I don’t have to create a custom field or jump through any custom coding to store and display the Clickbank receipt per user.

So if I select Clickbank as my payment gateway, then the Users page would show the CBReceipt by default and the actual Clickbank receipt number would be displayed per user.

Posted: Sunday Nov 11th, 2012 at 1:45 pm #31258
Rob
Username: digitsoft

BTW – I know the receipt is stored in usermeta already, but storing it in a defined or custom field like CBReceipt and displaying it with members would be awesome for those using CB.

Posted: Sunday Nov 11th, 2012 at 1:41 pm #31257
Rob
Username: digitsoft

That’s what I needed…will test, but looks like it will at least store the CB receipt.

I still think it would be great to have storing the receipt (and possibly other info) as an option on S2Member/Clickbank Options

Appreciate the code, support, and awesome product!

Rob

Posted: Friday Nov 2nd, 2012 at 7:11 pm #30518
Rob
Username: digitsoft

Thanks for all of the info…

I was able to easily set $cbreceipt in clickbank-return.php:

if(!empty($_GET['txn_id']))
{
			$cbreceipt = $_GET['txn_id'];
}

It’s easy to display it on the clickbank-return page (works fine), but is there a way to auto-populate a custom reg field on the signup page that follows?

My goal was to auto-populate the Custom Registration/Profile Field I created when they setup their username etc..,.

Since the user account is created on the reg form, the receipt would have to be inserted/updated AFTER they create their account – therefore couldn’t trigger it with the payment api. I only need to set the initial receipt….

Could I use %%txn_id%% as the default text value for the custom field?

Posted: Thursday Nov 1st, 2012 at 10:45 am #30315
Rob
Username: digitsoft

I’ll give it try, but honestly this should be part of S2.

I don’t know of any other Clickbank payment options that don’t gather and store this info…very odd that S2 doesn’t. This should be fairly simple to incorporate, so hopefully it makes it into an upcoming release.

Posted: Tuesday Oct 30th, 2012 at 4:33 pm #30202
Rob
Username: digitsoft

It may be more than just S2….

1. Are you on a shared hosting account? If so, it adds far too many variables and most are not properly configured to run WP with optimal settings.

2. Check how much memory your site is using when all plugins are enabled
Here’s a plugin to see: http://wordpress.org/extend/plugins/tpc-memory-usage/

32 meg is the default for WP and you may need to increase the memory for PHP & WP…

Posted: Monday Sep 3rd, 2012 at 10:18 am #23945
Rob
Username: digitsoft

Alright..that worked…got the users and meta data…and still took more to get what I needed.

Took an hour or so to figure out the rest….learned about json & unserialize ;)

Thanks…

Viewing 7 replies - 1 through 7 (of 7 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.