Jamie, I take it you have no intention of using zencart to perform e-commerce on this website...
If so, you can "remove" the Show Room Only line by doing this:-
Using FTP, download a COPY of this file (english.php) to your hard drive. it's in:-
/includes/languages/english.php
Using a good text editor (NOT notepad) such as Crimson Editor, find the following:
Around Line #515
PHP Code:
: // set for show room only
define('TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM','Show Room Only');
Remove the words Show Room Only as follows:
PHP Code:
define('TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM','');
Be careful NOT to remove the single quote marks enclosing this phrase.
SAVE the file.
Upload this file to your over-rides folder. (includes/languages/your_template/english.php