PDA

View Full Version : Category Names appearing above products


GerryB
09-06-06, 04:36 PM
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>

GerryB
09-06-06, 06:40 PM
duh; that worked great. Thanks so much!