View Full Version : Category Names appearing above products
Hello - does anyone know how I can get the Category Name NOT to appear above the products? I have created custom headers for each category and I don't want the category name to automatically appear. In Merchant2 i was able to just check a box in that category, and then the name would or would not appear. I want the category tree, just not the category name above the products. thanks
Vic - WolfPaw Computers
09-06-06, 04:46 PM
In your CTGY page template, look for this:
<mvt:if expr="NOT ISNULL l.settings:category_title:image">
<img src="&mvte:category_title:image;" alt="&mvte:category:name;" border="0">
<mvt:else>
<mvt:item name="fonts" param="hdr_font">
<b>&mvte:category:name;</b>
</mvt:item>
</mvt:if>
And remove <b>&mvte:category:name;</b>
duh; that worked great. Thanks so much!
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.