Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove "Show room only"

Remove "Show room only"

Locked

Views: 3,412

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
21 Jul 2007, 8:48 AM
#1
jaden avatar

jaden

New Zenner

Join Date:
Oct 2006
Posts:
63
Plugin Contributions:
0

Remove "Show room only"

Hi Guys (and Gals)

I am customising the trublu template by qhome. I am using it as a 'non' shopping cart web page, I am very happy with how I can edit out almost all shopping parts. My questionis how can I remove 'Show Room Only' and not have anything??

Thanks
Jamie
https://www.slsnorthcoast.com

21 Jul 2007, 11:58 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove "Show room only"

I did not see the text 'Show Room Only' on yur site??

Did you remove it or is this what you meant?

21 Jul 2007, 11:41 PM
#4
jaden avatar

jaden

New Zenner

Join Date:
Oct 2006
Posts:
63
Plugin Contributions:
0

Re: Remove "Show room only"

Hi again Cobra,

At the bottom of the page I linked you can (or I can) see a red dotted box with the words 'show room only' in red. This is what I would like to remove. I will try on the PC at work tomorrow to see if it shows up, I have cleard my chace and it is still there.

Yeah GSIS, the monkey works every time for a bit of comical relief!
:laugh:

Thanks again.

22 Jul 2007, 12:13 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove "Show room only"

You really need to eliminate the excel past here....and update to 1.3.7 as you have stylesheet_original and stylysheet_new.... and these fight with each other.

But find or add to the style sheet:

#cartAdd {
        display: none:
        }

Now this will eliminate this for all pages added as products - you might be better off creating these as ezpages though

22 Jul 2007, 12:32 AM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove "Show room only"

Or you could make them as Document-General product type, which has no add to cart function to worry about.

22 Jul 2007, 7:02 AM
#7
jaden avatar

jaden

New Zenner

Join Date:
Oct 2006
Posts:
63
Plugin Contributions:
0

Re: Remove "Show room only"

Mmmmmm,

I do have the latest Zen Cart but I do belive the Template mod I am using is built on a past version.

I tried to edit the css and no joy. Even when I go into my product type and change it to Document-General it still has a show room only box! It would be good to turn it off in the admin section.

I want the customer to be able to add there own sections and not have to create Ezy pages (not that I have leant yet :lookaroun). I will keep trying what you guys have suggested, maybe I have missed something.

Thanks

22 Jul 2007, 7:06 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove "Show room only"

You still have both of the stylesheets I referenced and as I stated these fight each other - so which one did you try to add the statement display none to?

22 Jul 2007, 7:17 AM
#9
jaden avatar

jaden

New Zenner

Join Date:
Oct 2006
Posts:
63
Plugin Contributions:
0

Re: Remove "Show room only"

The new.

I could not find cartAdd in the original css.

22 Jul 2007, 7:20 AM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove "Show room only"

O after N - these are processed in alpha order so try finding this in the original or adding

22 Jul 2007, 7:33 AM
#11
jaden avatar

jaden

New Zenner

Join Date:
Oct 2006
Posts:
63
Plugin Contributions:
0

Re: Remove "Show room only"

The monkey on the left side has just told me that I had to delete all the other text inbetween those brackets! Not just add 'display: none:' I should read more carefully!

Now there is only show room only in black letters left! Where does this text hide?

Thanks for your patience kobra.

22 Jul 2007, 1:40 PM
#12
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Remove "Show room only"

You can't change the product type after a product is created - it has to be set before you start.

And make sure you have a semicolon (not a colon) after none```
#cartAdd {
display: none;
}