On Boonex Demo, Account page, under Account Control block, Profile section, Membership, there is a link labeled Upgrade Options (see attached image).
How does one get this to appear?
Can see this in the code (file /public_html/inc/profiles.inc.php) but have no idea how to enable it via the administration interface.
if($bOfferUpgrade && BxDolRequest::serviceExists('membership', 'get_upgrade_url'))
$sViewActions = _t('_MEMBERSHIP_UPGRADE_FROM_STANDARD', BxDolService::call('membership', 'get_upgrade_url')) . '<span class="sys-bullet"></span>' . $sViewActions;
Any help would be greatly appreciated.
Thanks in advance!