Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Suppressing Listheader in Featured Products

$
0
0
Hi,

is there a better (or more elegant) possibility to suppress the "listheader.template" in a module that shows featured products than putting something like

< style type="text/css" >
.ListHeader
{
visibility:hidden !important;
display:none !important;
width:0 !important;
min-width:0 !important;
height:0 !important;
min-height:0 !important;
}
</ style >

in the "productlistfeatured.template"?

Somthing like

[TAG:Test:(test if this module uses the productlistfeatured.template)]
(content of listheader.template)
[TAG:END]

in the listheader.template? What's the syntax for this?

Best wishes
Michael

Viewing all articles
Browse latest Browse all 4081

Trending Articles