Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-15T15:15:55-05:00 http://www.primothemes.com/forums/feed.php?f=40&t=13152 2011-08-15T15:15:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=13152&p=31647#p31647 <![CDATA[s2Member v110815 / Source Code: s2member\i...]]>
s2Member v110815
Source Code: s2member\includes\templates\buttons\paypal-checkout-button.html
Docs updated: August 15, 2011, 4:16 pm

Open for public discussion.
(!-- s-words :: --)Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code jQuery(window).load(function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli'+location.hash).addClass('hilite'); }); jQuery(window).bind('hashchange', function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli').removeClass('hilite'); jQuery('olli'+location.hash).addClass('hilite'); }); [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html form action="https://%%endpoint%%/cgi-bin/webscr" method="post" input type="hidden" name="business" value="%%paypal_business%%" / input type="hidden" name="cmd" value="_xclick-subscriptions" / !-- Instant Payment Notification & Return Page Details -- input type="hidden" name="notify_url" value="%%notify_url%%" / input type="hidden" name="cancel_return" value="%%cancel_return%%" / input type="hidden" name="return" value="%%return%%" / 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="%%custom%%" / 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="%%level_label%% / description and pricing details here." / input type="hidden" name="item_number" value="%%level%%" / !-- 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="0.01" /-- input type="hidden" name="src" value="1" / input type="hidden" name="srt" value="" / input type="hidden" name="sra" value="1" / input type="hidden" name="a1" value="0.00" / input type="hidden" name="p1" value="0" / input type="hidden" name="t1" value="D" / input type="hidden" name="a3" value="0.01" / input type="hidden" name="p3" value="1" / input type="hidden" name="t3" value="M" / !-- Displays The PayPal® Image Button -- 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 [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code(!-- :: s-words --)

Statistics: Posted by System Robot — August 15th, 2011, 3:15 pm


]]>
2011-07-11T17:32:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=13152&p=27815#p27815 <![CDATA[s2Member v110710 / Source Code: s2member\i...]]>
s2Member v110710
Source Code: s2member\includes\templates\buttons\paypal-checkout-button.html
Docs updated: July 11, 2011, 6:32 pm

Open for public discussion.
(!-- s-words :: --)Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code jQuery(window).load(function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli'+location.hash).addClass('hilite'); }); jQuery(window).bind('hashchange', function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli').removeClass('hilite'); jQuery('olli'+location.hash).addClass('hilite'); }); [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html form action="https://%%endpoint%%/cgi-bin/webscr" method="post" input type="hidden" name="business" value="%%paypal_business%%" / input type="hidden" name="cmd" value="_xclick-subscriptions" / !-- Instant Payment Notification & Return Page Details -- input type="hidden" name="notify_url" value="%%notify_url%%" / input type="hidden" name="cancel_return" value="%%cancel_return%%" / input type="hidden" name="return" value="%%return%%" / input type="hidden" name="rm" value="2" / !-- Configures All Of The 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="%%custom%%" / 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="%%level_label%% / description and pricing details here." / input type="hidden" name="item_number" value="%%level%%" / !-- 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="0.01" /-- input type="hidden" name="src" value="1" / input type="hidden" name="srt" value="" / input type="hidden" name="sra" value="1" / input type="hidden" name="a1" value="0.00" / input type="hidden" name="p1" value="0" / input type="hidden" name="t1" value="D" / input type="hidden" name="a3" value="0.01" / input type="hidden" name="p3" value="1" / input type="hidden" name="t3" value="M" / !-- Displays The PayPal® Image Button -- 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 [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code(!-- :: s-words --)

Statistics: Posted by System Robot — July 11th, 2011, 5:32 pm


]]>
2011-07-09T06:13:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=13152&p=25447#p25447 <![CDATA[s2Member v110815 / Source Code: s2member\i...]]>
s2Member v110815
Source Code: s2member\includes\templates\buttons\paypal-checkout-button.html
Docs updated: August 15, 2011, 4:16 pm

Open for public discussion.
(!-- s-words :: --)Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code jQuery(window).load(function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli'+location.hash).addClass('hilite'); }); jQuery(window).bind('hashchange', function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli').removeClass('hilite'); jQuery('olli'+location.hash).addClass('hilite'); }); [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html form action="https://%%endpoint%%/cgi-bin/webscr" method="post" input type="hidden" name="business" value="%%paypal_business%%" / input type="hidden" name="cmd" value="_xclick-subscriptions" / !-- Instant Payment Notification & Return Page Details -- input type="hidden" name="notify_url" value="%%notify_url%%" / input type="hidden" name="cancel_return" value="%%cancel_return%%" / input type="hidden" name="return" value="%%return%%" / 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="%%custom%%" / 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="%%level_label%% / description and pricing details here." / input type="hidden" name="item_number" value="%%level%%" / !-- 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="0.01" /-- input type="hidden" name="src" value="1" / input type="hidden" name="srt" value="" / input type="hidden" name="sra" value="1" / input type="hidden" name="a1" value="0.00" / input type="hidden" name="p1" value="0" / input type="hidden" name="t1" value="D" / input type="hidden" name="a3" value="0.01" / input type="hidden" name="p3" value="1" / input type="hidden" name="t3" value="M" / !-- Displays The PayPal® Image Button -- 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 [ full view ]s2member\includes\templates\buttons\paypal-checkout-button.html Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code(!-- :: s-words --)

Statistics: Posted by System Robot — July 9th, 2011, 6:13 am


]]>