Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 How to not display the manufacturer to customers
Author « Topic »  

agull
Starting Member

Australia
30 Posts

Posted - 08/05/2020 :  23:51:52  
Hi,

We have all our products setup with their Manufacturer however we do not want this information displayed to our customers. This has worked well except now we want to start using other product attributes that we do want displayed. We are finding that the manufacturer is also being displayed in the list along with the other product attributes. Is there a parameter or a way we can not display the product attribute = 0 or have we set this up incorrectly?

Thanks
Anne

dbdave
ECT Moderator

USA
10245 Posts

Posted - 08/06/2020 :  06:49:01  
Hi, if this is the product filters, try adding

#scri1 { display: none;}

To your css file.
That's how I do it.

David

agull
Starting Member

Australia
30 Posts

Posted - 08/06/2020 :  16:13:25  
Great, thank you David. That worked a treat!

Anne

dbdave
ECT Moderator

USA
10245 Posts

Posted - 08/06/2020 :  18:38:35  
Good news Anna...

David

agull
Starting Member

Australia
30 Posts

Posted - 08/10/2020 :  01:44:43  
Is there a way to prevent the 'filter by products' label displaying on pages where we don't want to use any filters but still need to keep the manufacturer name in our database? All pages are showing the filter label regardless of whether the products have filters.

On the pages where we don't want the label displayed, I have tried the following in the header but it's not working:
<style>
.prodfilter{display:none;}
.prodfilterbar{display:none;}
</style>

Is there a way to switch off the label display? The label with no filters next to it is looking a little weird.

Thanks
Anne

dbdave
ECT Moderator

USA
10245 Posts

Posted - 08/10/2020 :  06:52:57  
Hi, I use the side filer on large screens, and then the top filter on smaller views.
I use the following to hide everything on the top filter until I want it to show.

div.prodfilterbar {
display: none;
}

Can you confirm it's the top filter you want to hide, and if so, try that?

Thanks,
David

agull
Starting Member

Australia
30 Posts

Posted - 08/11/2020 :  00:32:02  
Thanks David. Yes it is the top filter that we want to hide.

I had tried using div.prodfilter originally and it hadn't worked either. However I now realise that I had been adding this to a
static category page when I really should have been adding something to our products.php file.

Is there a way of hiding the top filter display in products.php such that it doesn't show when the only product filter is manufacturer but does show when there are multiple product attributes?

Thank you for your help with this!

cheers
Anne
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000