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: Matt Miller

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
Subscriber gets wrong access level

By:  Matt Miller in: Community Forum

voices: 1
replies: 0

4 years, 5 months ago  Matt Miller

PayPal button gives wrong subscription

By:  Matt Miller in: Community Forum

voices: 2
replies: 3

4 years, 6 months ago  Matt Miller

problems assigning role with S2

By:  Christopher Bovey in: Community Forum

voices: 2
replies: 1

4 years, 6 months ago  Raam Dev

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
Subscriber gets wrong access level

By:  Matt Miller in: Community Forum

voices: 1
replies: 0

4 years, 5 months ago  Matt Miller

PayPal button gives wrong subscription

By:  Matt Miller in: Community Forum

voices: 2
replies: 3

4 years, 6 months ago  Matt Miller

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

My Latest Replies (From Various Topics)

Viewing 2 replies - 1 through 2 (of 2 total)
Author Replies
Author Replies
Posted: Friday Jul 6th, 2012 at 12:45 pm #18492
Matt Miller
Username: jmm7574

Anyone know how to change that snippet of code so it will give my users an S1 membership instead of a regular Subscriber membership?

Posted: Thursday Jul 5th, 2012 at 4:26 pm #18411
Matt Miller
Username: jmm7574

Here it is. I’ve added the tags that keep the payment button from going to the bottom of the page.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <div style="display: none;">
 <input type="hidden" name="business" value="jmattmiller16@gmail.com" />
 <input type="hidden" name="cmd" value="_xclick" />
 <!-- Instant Payment Notification & Return Page Details -->
 <input type="hidden" name="notify_url" value="http://teamup-tn.com/?s2member_paypal_notify=1" />
 <input type="hidden" name="cancel_return" value="http://teamup-tn.com/" />
 <input type="hidden" name="return" value="http://teamup-tn.com/?s2member_paypal_return=1" />
 <input type="hidden" name="rm" value="2" />
 <!-- Configures Basic Checkout Fields -->
 <input type="hidden" name="lc" value="" />
 <input type="hidden" name="no_shipping" value="1" />
 <input type="hidden" name="no_note" value="1" />
 <input type="hidden" name="custom" value="teamup-tn.com" />
 <input type="hidden" name="currency_code" value="USD" />
 <input type="hidden" name="page_style" value="paypal" />
 <input type="hidden" name="charset" value="utf-8" />
 <input type="hidden" name="item_name" value="TEAM Up Tennessee one-year membership" />
 <input type="hidden" name="item_number" value="1::1 Y" />
 <!-- Configures s2Member's Unique Invoice ID/Code  -->
 <input type="hidden" name="invoice" value="<?php echo S2MEMBER_VALUE_FOR_PP_INV(); ?>" />
 <!-- Identifies/Updates An Existing User/Member ( when/if applicable )  -->
 <input type="hidden" name="on0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>" />
 <input type="hidden" name="os0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>" />
 <!-- Identifies The Customer's IP Address For Tracking -->
 <input type="hidden" name="on1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON1; ?>" />
 <input type="hidden" name="os1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS1; ?>" />
 <!-- Controls Modify Behavior At PayPal® Checkout -->
 <input type="hidden" name="modify" value="0" />
 <!-- Customizes Prices, Payments & Billing Cycle -->
 <input type="hidden" name="amount" value="15" />
 <!--<input type="hidden" name="src" value="BN" />-->
 <!--<input type="hidden" name="srt" value="" />-->
 <!--<input type="hidden" name="sra" value="1" />-->
 <!--<input type="hidden" name="a1" value="0" />-->
 <!--<input type="hidden" name="p1" value="0" />-->
 <!--<input type="hidden" name="t1" value="D" />-->
 <!--<input type="hidden" name="a3" value="15" />-->
 <!--<input type="hidden" name="p3" value="1" />-->
 <!--<input type="hidden" name="t3" value="Y" />-->
 <!-- Displays The PayPal® Image Button -->
 </div>
 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="width:auto; height:auto; border:0;" alt="PayPal®" />
</form>
Viewing 2 replies - 1 through 2 (of 2 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.