XF 1.5 Force Upgrade Paypal to request address

Mr Lucky

Well-known member
is there any way to make the upgrade button force the user to give their address?

I asked Paypal if I can have address details shown in my account when people use the upgrade button, and they replied that this is a user setting which is part of the button configuration, and that I should speak to the developer of the cart or whatever platform the button is part of (ie xenforo)

Can anyone help please?
 
In template account_upgrades try setting no_shipping value to 2. Edit this line:
Code:
<input type="hidden" name="no_shipping" value="1" />
 
Top Bottom