I have a monthly subscription setup with Amember and Paypal. I want to get address information from Paypal automatically, without having to have members enter their address into Amember. I know if I request a payment through Paypal or if a customer sends me a payment, I receive the address information from Paypal... but when it's a subscription that started via Amember, the shipping address isn't displayed in Paypal. How can I force Paypal to show me the shipping address? I suspect Amember is coding something in the Paypal payment link that is making Paypal not display/collect the shipping address. Any ideas to make this happen? I'd be happy to pay someone to tweak the Amember code for me! Thanks!
Hi, Edit /amember/plugins/payment/paypal_r/paypal_r.inc.php and remove this: Code: 'no_shipping' => 1, there should be two places in the file where you need to do above.