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.

Redirection after bill modification

Home Forums Community Forum Redirection after bill modification

Tagged: ,

This topic contains 1 reply, has 2 voices. Last updated by  Cristián Lávaque 3 years, 10 months ago.

Topic Author Topic
Posted: Sunday Mar 10th, 2013 at 11:32 pm #44238

Hi,
I read one forum topic about this and i did all the steps:
1) I created a filter in the s2-hacks.php:

function s2_billing_info_updated_thankyou(){
    	return 'http://mydomian/suscripcion-actualizada/';
    }
    add_filter('ws_plugin__s2member_redirection_url_after_modification', 's2_billing_info_updated_thankyou');

2) I follow the steps specified in s2member plugin: PayPal® PDT Identity Token. I configured my paypal account and included the token in the plugin section. I included the http://mydomain/?s2member_paypal_notify=1
as my auto-return URL

3) I checked the paypal-rtn.log; but i have the follow

's2member_log' => 
  array (
    0 => 'Test preview of Return Page `proxy_use`: ( `x_preview` ).',
    1 => 'Redirecting Customer to the Home Page (after displaying preview information).',
  ),

4) i checked the IPN in my paypal account and it is on

I don’t see any error in logs. The response message are ok; when i update the bill information it is returning back to the update form and it, is displaying the right messages, for both success and failed operation.

What i’m missing?
Thank you.

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Tuesday Mar 12th, 2013 at 12:30 pm #44398

Hi Margaret.

I included the http://mydomain/?s2member_paypal_notify=1 as my auto-return URL

That’s the IPN URL, the return one would be http://mydomain/?s2member_paypal_return=1
[hilite path]Dashboard -› s2Member® -› PayPal® Options -› PayPal® PDT Integration[/hilite]

See if that helps solve the problem. :)

Also, to specify a custom page to show the user after the transaction, you could use the success attribute in your shortcode. [hilite path]Dashboard -› s2Member® -› PayPal® Pro Forms -› Custom Return URLs Upon Success[/hilite]

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

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.