Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    css problem Remove 'Show room only'

    Hi,

    Someone has told me before but I cannot find the thread for the following question;

    How do I remove 'Show room only' from displaying?

    http://www.slsnorthcoast.com/

    As you can see it is a non shop front.

    Thanks
    Jamie

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Remove 'Show room only'

    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
    20 years a Zencart User

 

 

Similar Threads

  1. My store is stuck on show room only... how do I change it back to using the cart?
    By kbascombe in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Jul 2009, 03:33 AM
  2. Switch off "Show Room Only" in product listing only
    By angeli in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Apr 2009, 04:32 PM
  3. replacing show room only
    By goldenhues in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Oct 2008, 03:00 AM
  4. Remove "Show room only"
    By Jaden in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 22 Jul 2007, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg