Statistics: Posted by Eduan — November 20th, 2011, 2:34 pm
Statistics: Posted by alione — November 20th, 2011, 1:07 pm
Statistics: Posted by alione — November 19th, 2011, 10:44 pm
*PayPal® Pro is NOT Absolutely Required* s2Member is very flexible. It is now possible to integrate Pro Forms without a PayPal® Pro account, whereby the enhanced Form Shortcodes that s2Member provides can be integrated ONLY with PayPal® Express Checkout. In other words, if you get declined for PayPal® Pro service, you can still use s2Member Pro Forms. Ask PayPal® to activate Express Checkout for you. ( it's free ). Once Express Checkout is enabled, you will have access to your PayPal® API Credentials. Log into your PayPal® account, and navigate to Profile -> API Access (or Request API Credentials). You'll choose ( Request API Signature ). Now ... here is the tricky part; whenever you generate a Pro Form Shortcode with s2Member, be sure to change accept="paypal,visa,mastercard,amex,discover,maestro,solo" to just accept="paypal"; thereby excluding the on-site credit card processing functionality; which is available only with PayPal® Pro.
Statistics: Posted by Raam Dev — November 19th, 2011, 9:43 pm
Statistics: Posted by alione — November 19th, 2011, 9:23 pm
Statistics: Posted by Raam Dev — November 19th, 2011, 7:44 pm
Statistics: Posted by immanence — November 18th, 2011, 7:53 pm
<?php
function set_cookie_s2member_seekings_custom (){
if (!empty($_GET['s2member_seeking]'))
{
setcookie('custom_redirectto_page', $_GET['s2member_seeking']);
}
}
add_action('init', 'set_cookie_s2member_seekings_custom');
?>
Statistics: Posted by Bruce C — November 16th, 2011, 1:55 pm
<?php
function custom_url_on_registration ()
{
header ('Location: http://yoursite.com/wp-login.php?redirect_to=/page=1');
exit ();
}
add_action('user_register', 'custom_url_on_registration');
?>
Statistics: Posted by Bruce C — November 16th, 2011, 1:42 pm
Statistics: Posted by Julien — November 16th, 2011, 3:47 am
[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze Member / Description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="yoursite.com" ta="0" tp="0" tt="D" ra="0.01" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" <?php $_g = stripslashes_deep($_GET); if (isset($_g['_s2member_seeking']['_uri']) { echo 'success="' . site_url() . '/wp-login.php?action=register&redirect_to=' . base64_decode($_g['_s2member_seeking']['_uri']) . '"'; } ?> /]
Statistics: Posted by Cristián Lávaque — November 12th, 2011, 2:05 am
Statistics: Posted by Julien — November 10th, 2011, 7:55 am
Statistics: Posted by Eduan — October 15th, 2011, 10:14 am
Statistics: Posted by s_d_p — October 13th, 2011, 12:55 pm