Author |
Topic  |
|
cooper
Ecommerce Template Guru
USA
2773 Posts |
Posted - 04/02/2021 : 08:47:18
|
Greetings!
I have a site where all the products are from a single supplier so there is currently no need offer to filter by brand. I know I can remove the BRAND on the product record, but then Google Merchant asks for the brand.
So is there a way to remove it from the side bar filter in the admin area of the cart?
Thank you!
Bill
|
|
dbdave
ECT Moderator
USA
9160 Posts |
Posted - 04/02/2021 : 09:53:35
|
Hi Bill, when you say brand, I expect you mean the manufacturer. This is always the first of the attributes and I hide this too. It's different for the top filer bar than it is for the side filter. I use both filters, so I hide them with the following css
#ectpatgrp0 {display: none;} #scri1 {display: none;}
Of course, you can combine those like so... #ectpatgrp0, #scri1 {display: none;}
Thanks, David |
Edited by - dbdave on 04/02/2021 09:54:03 |
 |
|
Vince
Administrator
39997 Posts |
Posted - 04/03/2021 : 04:59:39
|
Hi All The first "Product Attribute" is normally called the brand or manufacturer as it is normally the brand or manufacturer but really it can be anything. Also, it is optimized so pulling results from this first attribute will be a bit faster, and it's done that way as this is often the one that is assigned to all products and is most heavily employed. So I wouldn't hide it, but rather use it for your most heavily used attribute.
Vince
Click Here for Shopping Cart Software Click Here to sign up for our newsletter Click Here for the latest updater |
 |
|
cooper
Ecommerce Template Guru
USA
2773 Posts |
Posted - 04/05/2021 : 09:32:30
|
David,
Your tip worked like a charm!
Bill
|
 |
|
dbdave
ECT Moderator
USA
9160 Posts |
Posted - 04/05/2021 : 13:00:29
|
 |
 |
|
|
Topic  |
|