In a custom template is there a way to apply a css class to a [-- Loop Product --] statement which during generation is converted to a <tr>? So what I would end up with is <tr class="classname">
Thanks,
Thomas
[-- LOOP PRODUCTS --]
[-- IF VAR.bgColor 0 --]
<tr style="background: #ffffff">
[-- VAR.bgColor 1 --]
[-- ELSE --]
<tr style="background: #E0E0E0">
[-- VAR.bgColor 0 --]
[-- END_IF --]
<td class="productRow">
[-- PRODUCT --]
[-- VAR.idCounter INC --]
</tr>
[-- END_LOOP PRODUCTS --]
Users browsing this forum: No registered users and 86 guests