Hello, anyone please help me..
how can i do if my user when click a button and become as company from individual?
i found this code from user-profile.php
<div class="row">
<label for="b_company"><?php _e('User type', 'stela'); ?></label>
<div class="input-box"><?php UserForm::is_company_select(osc_user()); ?></div>
</div>
And this code i modified for that button UPGRADE MEMBER
<a class="card alerts round3 tr1" id="" href="" target="" onclick="">
<div class="icon">
<i class="fa fa-gear tr1"></i>
</div>
<div class="header"><?php _e('Upgrade Member', 'stela'); ?></div>
<div class="description"><?php _e('Become our merchant, lets go now upgrade you membership', 'stela'); ?></div>
</a>
See attach file below
Please help me modified this code...