Please perform this simple, but very important update next time you get around to it.
In
s2member\includes\templates\buttons\paypal-checkout-button.html
and
s2member\includes\templates\buttons\paypal-sp-checkout-button.html
you have
- Code:
<input type="hidden" name="no_shipping" value="1" />
Please simply change that (in both files) to:
- Code:
<input type="hidden" name="no_shipping" value="0" />
This does not change anything from the user's standpoint, nor the administrator's, but it does allow the address fields - when available, as they are nearly all the time - to come through from Paypal, where they can be accessed in the following hooks:
ws_plugin__s2member_during_paypal_notify_after_subscr_signup_wo_update_vars
s_plugin__s2member_during_paypal_notify_during_subscr_signup_w_update_vars
ws_plugin__s2member_during_paypal_notify_during_subscr_eot_refund_reversal
Once you do this, I can remove the LAST REMAINING HACK from my client's WP configuration!
Thanks in advance,
MartyStatistics: Posted by martonic — August 23rd, 2010, 7:00 pm
]]>