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
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