Hi,
Right.
There are two ways to go about it for this:
- You can turn off the affiliate tab from the user control panel via the corresponding setting of the HikaShop Affiliate plugin via the Joomla plugins manager.
- You can edit the view file affiliate / show via the menu Display>Views and remove this piece of code:
<tr>
<td class="key">
<label for="data[user][user_partner_activated]">
<?php echo JText::_( 'AFFILIATE_ACCOUNT_ACTIVE' ); ?>
</label>
</td>
<td>
<?php echo JHTML::_('hikaselect.booleanlist', "data[user][user_partner_activated]" , '',1,JText::_('HIKASHOP_YES'), JText::_('HIKASHOP_NO') ); ?>
</td>
</tr>
This will remove the option to activate / deactivate their affiliate account themselves from the affiliate page.