You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I want to remove the option for retail users to upgrade to a wholesale account. Whats the best way to accomplish this?
Dave
Offline
You will have to get to this one with either a cli or ftp window but go to your {private}/apps/ccp0/ccp/includes and edit the accountmenuli.php look for:
<?php if ($showacctup) { ?>
<li><a href="<?php print $link_acctupgrade; ?>" title="Request Account Upgrade">Request Account Upgrade</a></li>
<?php } ?>John
Offline
On secound thought you can just go to Home > Kryptronic Hybrid X Core > Settings: Application Settings Menu and change the setting for Wholesale System Status*.
Sorry I went the long way arround for this one.
John
Offline
The problem here is if I make it false, wholesale users dont see the wholesale prices. I want both wholesasle and retail users to use the site, but I dont want to offer to upgrade to a wholesale account to a retail customer. How do we eliminate that part?
Dave
Offline