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.

About: Marcia Lampe

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


Topics I'm Subscribed To

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
Authorize.net Error #25

By:  Marcia Lampe in: Community Forum

voices: 2
replies: 2

3 years, 8 months ago  Cristián Lávaque

S2M Pro CSV Export Data all messed up

By:  Jose Patino in: Community Forum

voices: 3
replies: 11

3 years, 11 months ago  Marcia Lampe

Pro Form variable pricing

By:  Marcia Lampe in: Community Forum

voices: 2
replies: 2

3 years, 11 months ago  Marcia Lampe

Viewing 3 topics - 1 through 3 (of 3 total)

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Authorize.net Error #25

By:  Marcia Lampe in: Community Forum

voices: 2
replies: 2

3 years, 8 months ago  Cristián Lávaque

Pro Form variable pricing

By:  Marcia Lampe in: Community Forum

voices: 2
replies: 2

3 years, 11 months ago  Marcia Lampe

Viewing 2 topics - 1 through 2 (of 2 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Friday Apr 19th, 2013 at 1:59 pm #47886

Nevermind. I contacted Authorize.net, and my account was not set up to process American Express cards. When my one transaction went through, I had used a MasterCard.

Note to other users getting frustrated: You must specifically set up your Authorize.net account to accept American Express and Discover cards, otherwise you will get an unhelpful error back from them.

Posted: Monday Jan 28th, 2013 at 3:32 pm #39793

Jose, you might want to try the AMR users plugin http://wpusersplugin.com/

I wasn’t very happy with how s2member exports the csv, but with a little tweaking, amr gave me a much prettier file.

Posted: Saturday Jan 26th, 2013 at 5:44 pm #39709

I set up something that does pretty much this. I am using an initial registration form to generate a Pro Forms shortcode.

I am passing an array of price related options to my function that calls the shortcode. I would like to store a couple of these options ($price[‘hoa_name’], $price[‘residents’]) in custom fields that are not user editable.

function ipna_call_shortcode($price) {
	if ($price['first_year']==0) {
		$attr = array(
				"level"		=> "0",
				"success"	=> "inmanpark/",
				"register"	=> "1",
				"ccaps"		=> "",
				"captcha"	=> "clean",
				"desc"		=> "Membership is free for your first year",
				"custom"	=> "localhost",
				"tp"		=> "1",
				"td"		=> "Y");	
		echo c_ws_plugin__s2member_pro_authnet_form::sc_authnet_form($attr);

	}

Is there any way to populate custom fields with the option Allow Edits set to No (uneditable and totally invisible)?

Do I need to pass the variables to the success page and run update_user_option with the passed variables?

Viewing 3 replies - 1 through 3 (of 3 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.