Community Support Forums — WordPress® ( Users Helping Users ) — 2011-11-04T00:26:10-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15773 2011-11-04T00:26:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50981#p50981 <![CDATA[Re: PayPal Pro Forms Return URL Help - Billing Modification]]>

Statistics: Posted by Cristián Lávaque — November 4th, 2011, 12:26 am


]]>
2011-11-03T19:23:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50953#p50953 <![CDATA[Re: PayPal Pro Forms Return URL Help - Billing Modification]]>

Statistics: Posted by Eduan — November 3rd, 2011, 7:23 pm


]]>
2011-11-03T19:22:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50952#p50952 <![CDATA[Re: PayPal Pro Forms Return URL Help - Billing Modification]]> Statistics: Posted by ryanseo — November 3rd, 2011, 7:22 pm


]]>
2011-11-03T16:44:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50949#p50949 <![CDATA[Re: PayPal Pro Forms Return URL Help - Billing Modification]]> Statistics: Posted by ryanseo — November 3rd, 2011, 4:44 pm


]]>
2011-11-03T16:21:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50948#p50948 <![CDATA[Re: PayPal Pro Forms Return URL Help - Billing Modification]]>
From my understanding, I'm using both of these in the right context but they don't seem to be working. I may be missing steps altogether.

Statistics: Posted by ryanseo — November 3rd, 2011, 4:21 pm


]]>
2011-11-03T16:19:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15773&p=50947#p50947 <![CDATA[PayPal Pro Forms Return URL Help - Billing Modification]]>
I'm trying to configure the custom url on return while using PayPal's Sandbox for testing.

I'm trying to work with PayPal using s2member to return after a successful paypal pro billing modification to a template that will show them the proper template they need. Within this template is supposed to be 3 options based on the return of the updated billing modification and out 1 of 3 forms for them to create a post (conditonalized based on current updated role of user).

I've looked at a couple of other threads and saw a filter to use:

Code:
add_filter ("ws_plugin__s2member_redirection_url_after_modification", "my_redirection_url_after_modification");
function my_redirection_url_after_modification ($s2member_default_value, $vars = array ())
    {
        return ($my_custom_url = "http://example.com/thanks-for-upgrading/");
        // print_r($vars); for debugging, if you need more information before creating this URL.
    }


This doesn't seem to be working for me on the billing update modifications pro forms.

Also, when I try to add the success="returnurltosendto" parameter it doesn't return to the URL placed in this.

Is there something I'm doing wrong? I noticed that some people are saying to enable an option within Web Payments Pro that allows you to have a Auto Return PDT/Identity Token , but I don't see this option anywhere within the Sandbox. Is this available to the sandbox? Thanks

Statistics: Posted by ryanseo — November 3rd, 2011, 4:19 pm


]]>