Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
CodexiLab edited this page Feb 14, 2020 · 7 revisions

Set default package for accounts Company type

  1. Go to 'Manage packages', click on 'Show filters'.

  2. In User type select Company, then click on Apply filters.

Filters of packages table

  1. Hover over the packages table, click on Set as default package link.

Set as default package

Now every time someone registers as a Company type account, they will automatically be assigned the default package for Company type accounts. This whole procedure also applies to User-type accounts.


To assign package manually to a User

  1. Go to Users section.

  2. Hover over the users table, click on Assign package.

Assing package

  1. Select a package and click on Assign

Select package

When a package is assigned or reassigned, the used item counter returns to zero: [Used 0 / 100 Total].


To assign packages massively

To assing packages massively from 'Mange users', uncomment the line 138 of main index.php file. And the following code paste it in oc-admin/themes/modern/users/index.php since line 279:

<?php osc_run_hook('extension_user_bulk'); ?>

Assign packages massively