• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

User Upgrades (subscriptions) - Require Shipping / Postal Address.

PVO_Dave

Active member
Hi All,

We require a postal address so we can send out member packs, no option to 'require' this at registration.

Found out though, you can add the hidden value. To do so.

Edit: account_upgrades

Find:

Code:
<input type="hidden" name="no_shipping" value="1" />

Change to

Code:
<input type="hidden" name="no_shipping" value="2" />

0 = Optional
1 = No Adress
2 = Prompt and require address

Hope that helps someone :D

Dave.
 
Thank you very much. It is much needed for us and when people pay to upgrade, it will save a shipping address for us.
Is this shipping address viewable from ACP?
 
Top Bottom