Hello
I could swear i saw an option for this once.
But i can't find it now (if there really is one).
I would like to stop showing the parent term "icon" - the one that appears on the upper right corner of every product grid.
|
Ubercart |
|
|
|
||
|
Tue, 10/21/2008 - 05:36
Hello I could swear i saw an option for this once. I would like to stop showing the parent term "icon" - the one that appears on the upper right corner of every product grid.
Category image
Hi, I believe you add or remove that image in the category, term - here: /admin/content/taxonomy/edit/term/ Hope that helps
Removing Small Catalog Icon
Find the uc_catalog.css file. On or about line 3 under img.category add display:none; That should take care of removing the small icon.
Re: Removing Small Catalog Icon
> Find the uc_catalog.css file. On or about line 3 under img.category add display:none; Thanks Alaska, this worked.
Re: Removing Small Catalog Icon
You can also override your theme's css class by adding: img.category{to your theme's style.css file, avoiding touch the module file. Best Regards.
Icon
Glad that it worked for you. Did the same on this end. Now working on hacking the cart files to remove all of the subtotals, price, qty, etc. i.e. there is a need to only use the cart and catalog as a order device. Prices and discounts will be applied when the order is received. It is a way to keep prices non published and only available to select wholesalers. So far so good, but it will not be compatible with a version newer than 1.6 as new files will over write the mods. But usually do not upgrade as there is always the chance of something that did work will not. Just seemed a bit easier than trying to over ride with a hook which I know very little about. |
|