Kryptronic Software Support Forum

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.

#1 04-16-2007 17:15:05

cnyservices
Member
From: Syracuse, NY
Registered: 12-21-2005
Posts: 47
Website

Do not allow upgrades for retail accounts

I want to remove the option for retail users to upgrade to a wholesale account.  Whats the best way to accomplish this?
Dave


David M. Huntington
CNY Computer Services
wwwcnyservices.com

Offline

 

#2 04-16-2007 17:52:46

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Do not allow upgrades for retail accounts

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:

Code:

<?php if ($showacctup) { ?>

     <li><a href="<?php print $link_acctupgrade; ?>" title="Request Account Upgrade">Request Account Upgrade</a></li>

<?php } ?>

John

Offline

 

#3 04-16-2007 17:57:50

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Do not allow upgrades for retail accounts

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

 

#4 04-16-2007 20:04:55

cnyservices
Member
From: Syracuse, NY
Registered: 12-21-2005
Posts: 47
Website

Re: Do not allow upgrades for retail accounts

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


David M. Huntington
CNY Computer Services
wwwcnyservices.com

Offline

 

Board footer