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 Mark

About: Mark

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


Topics I'm Subscribed To

Viewing 12 topics - 1 through 12 (of 12 total)
Topic Count Last Reply
bitcoin payment gateway

By:  Mark in: Community Forum

voices: 2
replies: 1

3 years ago  sagar sarkar

New Admin UI

By:  Mark in: Community Forum

voices: 1
replies: 0

3 years, 1 month ago  Mark

Server-side registration validation

By:  Mark in: Community Forum

voices: 2
replies: 1

3 years, 7 months ago  Bruce

Infusionsoft integration

By:  Mark in: Community Forum

voices: 2
replies: 1

3 years, 12 months ago  Bruce

Adding new member signups into Salesforce

By:  Chris MacDonald in: Community Forum

voices: 3
replies: 2

4 years ago  Mark

Reporting Plugin

By:  Mark in: Community Forum

voices: 2
replies: 1

4 years ago  Cristián Lávaque

PayPal return link frustration

By:  SusanJ in: Community Forum

voices: 4
replies: 13

4 years, 9 months ago  Cristián Lávaque

Add GET query arguments to login redirect

By:  Mark in: Community Forum

voices: 3
replies: 5

4 years, 10 months ago  Jason (Lead Developer)

Add PayPal to an Authorize.net pro form

By:  Mark in: Community Forum

voices: 3
replies: 2

4 years, 10 months ago  Jason (Lead Developer)

legacy s2clean demo site

By:  Mark in: Community Forum

voices: 3
replies: 2

4 years, 10 months ago  Jason (Lead Developer)

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

My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Tuesday Dec 25th, 2012 at 2:53 pm #35487
Mark
Username: markeshark

I’m curious too – what method did you two end up going with for salesforce integration?

Posted: Thursday Dec 20th, 2012 at 10:51 pm #35199
Mark
Username: markeshark

That doesn’t appear to be it. You can check for yourself:

user: s2member
pass: s2member

Login welcome page: http://piphut.com/account/
Membership Options pagee: http://piphut.com/pricing-plans/

Any other ideas?

Posted: Friday Dec 14th, 2012 at 1:35 pm #34682
Mark
Username: markeshark

Thanks for your help Cristián but I fixed it. This turned out to be such a simple fix but I hope it helps someone else. Basically my shortcode was missing rrt=”” . That’s it.

Shortcode before:

[s2Member-Pro-AuthNet-Form level="2" ccaps="" desc="" cc="USD" custom="domain.com" ta="0" tp="0" tt="D" ra="97.00" rp="1" rt="M" rr="1" accept="visa,mastercard,amex,discover" coupon="" accept_coupons="1" default_country_code="US" captcha="0" /]

Shortcode after:

[s2Member-Pro-AuthNet-Form level="2" ccaps="" desc="" cc="USD" custom="domain.com" ta="0" tp="0" tt="D" ra="97.00" rp="1" rt="M" rr="1" rrt="" accept="visa,mastercard,amex,discover" coupon="" accept_coupons="1" default_country_code="US" captcha="0" /]

Again, I hope this helps someone else.

Posted: Wednesday Dec 12th, 2012 at 12:37 pm #34389
Mark
Username: markeshark

Your account has the free “subscriber” level. All the transaction data was recorded in the s2Member Configuration & Profile Fields of your user profile including:

Paid Subscr. Gateway: [?]
Paid Subscr. ID: [?]
Custom Value: [?]
Registration IP: [?]
Custom Capabilities: [?]

etc.

Here is ‘authnet-ipn.log’:

PHP v5.3.5 :: WordPress® v3.4.2 :: s2Member® v121204 :: s2Member® Pro v121204
Memory 35.86 MB :: Real Memory 41.25 MB :: Peak Memory 35.91 MB :: Real Peak Memory 41.25 MB
piphut.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
‘x_response_code’ => ‘1’,
‘x_response_reason_code’ => ‘1’,
‘x_response_reason_text’ => ‘This transaction has been approved.’,
‘x_avs_code’ => ‘S’,
‘x_auth_code’ => ‘062388’,
‘x_trans_id’ => ‘4857086758’,
‘x_method’ => ‘CC’,
‘x_card_type’ => ‘MasterCard’,
‘x_account_number’ => ‘XXXXXXXX’,
‘x_first_name’ => ‘Cristian’,
‘x_last_name’ => ‘xxx’,
‘x_company’ => ”,
‘x_address’ => ‘XXXXX’,
‘x_city’ => ‘XXXXX’,
‘x_state’ => ‘XX’,
‘x_zip’ => ‘XXXXXXX’,
‘x_country’ => ‘US’,
‘x_phone’ => ”,
‘x_fax’ => ”,
‘x_email’ => ‘XXXXX@websharks-inc.com’,
‘x_invoice_num’ => ‘s2-50c88aae9b7a0’,
‘x_description’ => ‘COUPON 100% off. ( Now: $0.01 / monthly ) ~ ORIGINALLY: PRO Access – $97 / Monthly’,
‘x_type’ => ‘auth_capture’,
‘x_cust_id’ => ”,
‘x_ship_to_first_name’ => ”,
‘x_ship_to_last_name’ => ”,
‘x_ship_to_company’ => ”,
‘x_ship_to_address’ => ”,
‘x_ship_to_city’ => ”,
‘x_ship_to_state’ => ”,
‘x_ship_to_zip’ => ”,
‘x_ship_to_country’ => ”,
‘x_amount’ => ‘0.01’,
‘x_tax’ => ‘0.00’,
‘x_duty’ => ‘0.00’,
‘x_freight’ => ‘0.00’,
‘x_tax_exempt’ => ‘FALSE’,
‘x_po_num’ => ”,
‘x_MD5_Hash’ => ‘xxx’,
‘x_cvv2_resp_code’ => ‘M’,
‘x_cavv_response’ => ”,
‘x_test_request’ => ‘false’,
‘s2_initial_payment’ => ‘1’,
‘s2_invoice’ => ‘2’,
‘s2_custom’ => ‘piphut.com’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Wed Dec 12, 2012 1:46:24 pm UTC’,
1 => ‘s2Member POST vars verified with Authorize.Net®.’,
2 => ‘Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.’,
),
)

Here is the paypal-ipn.log:

PHP v5.3.5 :: WordPress® v3.4.2 :: s2Member® v121204 :: s2Member® Pro v121204
Memory 42.76 MB :: Real Memory 49.25 MB :: Peak Memory 42.90 MB :: Real Peak Memory 49.25 MB
piphut.com/?s2member_paypal_notify=1&s2member_paypal_proxy=authnet&s2member_paypal_proxy_use=pro-emails,subscr-signup-as-subscr-payment&s2member_paypal_proxy_verification=e017b5306bbb5ed0818091220410e749&s2member_paypal_proxy_return_url=
User-Agent: WordPress/3.4.2; https://piphut.com
array (
‘txn_type’ => ‘subscr_signup’,
‘subscr_id’ => ‘15277621’,
‘custom’ => ‘piphut.com’,
‘txn_id’ => ‘4857086758’,
‘period1’ => ‘0 D’,
‘period3’ => ‘1 M’,
‘mc_amount1’ => ‘0.00’,
‘mc_amount3’ => ‘0.01’,
‘mc_gross’ => ‘0.01’,
‘mc_currency’ => ‘USD’,
‘tax’ => ‘0.00’,
‘recurring’ => ‘0.01’,
‘payer_email’ => ‘xxx@websharks-inc.com’,
‘first_name’ => ‘Cristian’,
‘last_name’ => ‘xxx’,
‘option_name1’ => ‘Originating Domain’,
‘option_selection1’ => ‘piphut.com’,
‘option_name2’ => ‘Customer IP Address’,
‘option_selection2’ => ‘189.226.xxx’,
‘item_name’ => ‘COUPON 100% off. ( Now: $0.01 / monthly ) ~ ORIGINALLY: PRO Access – $97 / Monthly’,
‘item_number’ => ‘2’,
‘proxy_verified’ => ‘authnet’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Wed Dec 12, 2012 1:46:27 pm UTC’,
1 => ‘s2Member POST vars verified with a Proxy Key’,
2 => ‘s2Member originating domain ( `$_SERVER[“HTTP_HOST”]` ) validated.’,
3 => ‘s2Member `txn_type` identified as ( `web_accept|subscr_signup` ).’,
4 => ‘s2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.’,
5 => ‘Signup Confirmation Email sent to: “Cristian xxx” .’,
6 => ‘Signup Notification URLs have been processed.’,
7 => ‘Signup Notification Emails have been processed.’,
8 => ‘Storing Signup Tracking Codes into a Transient Queue. These will be processed on-site.’,
9 => ‘User exists. Handling `payment` for Subscription via ( `subscr-signup-as-subscr-payment` ).’,
10 => ‘Payment Notification URLs have been processed.’,
11 => ‘Payment Notification Emails have been processed.’,
12 => ‘Storing IPN signup vars now. These are associated with a User\’s account record; for future reference.’,
),
‘subscr_gateway’ => ‘authnet’,
‘eotper’ => NULL,
‘ccaps’ => NULL,
‘level’ => ‘2’,
‘ip’ => ‘189.226.xxx’,
‘initial_term’ => ‘0 D’,
‘initial’ => ‘0.01’,
‘regular’ => ‘0.01’,
‘regular_term’ => ‘1 M’,
‘s2member_paypal_proxy’ => ‘authnet’,
‘s2member_paypal_proxy_use’ => ‘pro-emails,subscr-signup-as-subscr-payment’,
‘s2member_paypal_proxy_verification’ => ‘e017b5306bbb5ed0818091220410e749’,
)

I can create an admin account for you if you need to look deeper. Thank you for the help.. as you can imagine this is a big inconvenience for new signups and it is delaying a promotional campaign we are looking to run.

Thanks,

Mark

  • This reply was modified 4 years ago by  Mark.
Posted: Tuesday Dec 11th, 2012 at 12:41 pm #34273
Mark
Username: markeshark

*sent*

Posted: Monday Dec 10th, 2012 at 4:52 pm #34181
Mark
Username: markeshark

The Paypal IPN log reads:

‘s2member_log’ =>
array (
0 => ‘IPN received on: Mon Dec 10, 2012 6:54:36 pm UTC’,
1 => ‘s2Member POST vars verified with a Proxy Key’,
2 => ‘s2Member originating domain ( `$_SERVER[“HTTP_HOST”]` ) validated.’,
3 => ‘s2Member `txn_type` identified as ( `web_accept|subscr_signup` ).’,
4 => ‘s2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.’,
5 => ‘Signup Confirmation Email sent to: “test tester” .’,
6 => ‘Signup Notification URLs have been processed.’,
7 => ‘Signup Notification Emails have been processed.’,
8 => ‘Storing Signup Tracking Codes into a Transient Queue. These will be processed on-site.’,
9 => ‘User exists. Handling `payment` for Subscription via ( `subscr-signup-as-subscr-payment` ).’,
10 => ‘Payment Notification URLs have been processed.’,
11 => ‘Payment Notification Emails have been processed.’,
12 => ‘Storing IPN signup vars now. These are associated with a User\’s account record; for future reference.’,
)

I have the latest versions of all plugins (including s2member) and wordpress installed.

  • This reply was modified 4 years ago by  Mark.
Posted: Sunday Dec 9th, 2012 at 5:21 pm #34081
Mark
Username: markeshark

I have verified that my authorize.net IPN settings are setup exactly according to the “Authorize.net SP/IPN Integration” as set forth in the S2Member plugin.

I also went through the link you sent me and tried the server check file you recommended and got this:

“No issues. Your server configuration looks great!”

What else can we do? This is a major problem to our business.

Posted: Monday Apr 2nd, 2012 at 1:12 am #9738
Mark
Username: markeshark

For a work around (read: hack), have you looked into doing an .htaccess mod_rewrite to turn a “?merchant_return_link=click+here” http request into “?s2member_” request?

Posted: Monday Feb 27th, 2012 at 5:04 pm #6568
Mark
Username: markeshark

I’ve looked through these already, the problem is the number of filters and I’m unfamiliar with the code. I’m pretty sure one of the programmers would be able to tell us within about 30 seconds which filter to use and/or if this is possible… can we get Jason to peek at this for a second?

Posted: Monday Feb 27th, 2012 at 4:26 pm #6542
Mark
Username: markeshark

I know that will work BUT my whole question is that I want it to work WITH s2member’s settings, not override them. Knowing S2’s good framework I’m sure there is an appropriate filter that will enable me to do this and that is what I was asking for.

  • This reply was modified 4 years, 10 months ago by  Mark.
Viewing 10 replies - 1 through 10 (of 10 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.