[TYPO3-commerce] ctegory_product.tpl question

Robert Wildling robertwildling at gmail.com
Tue Oct 25 16:15:39 CEST 2011


Again me - with another question:

in the above metioned template there is this section:

<!-- ###SELECT_ATTRIBUTES### begin-->
<tr class="com-select-row-odd">	
<td>###SELECT_ATTRIBUTES_ICON### ###SELECT_ATTRIBUTES_TITLE###</td>
<td>###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT### </td>
</tr>
<!-- ###SELECT_ATTRIBUTES### end -->

<!-- ###SELECT_ATTRIBUTES###2 begin-->
<tr class="com-select-row-even">	
<td>###SELECT_ATTRIBUTES_ICON### ###SELECT_ATTRIBUTES_TITLE###</td>
<td>###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT### </td>
</tr>
<!-- ###SELECT_ATTRIBUTES###2 end -->


2 questions:

1) the "odd" and "even" positions are mixed up compared to the articles 
and products attributes section (there "odd" is for the XXX2 row).

2) It says: "###SELECT_ATTRIBUTES###2" - having the number 2 AFTER the 3 
pound symbols. That doesn't make much sense to - shouldn't it be before 
the pound symbols?
It would fit beeter to the TS in the template section:
templateMarker {
	list_selectAttributes.0 = SELECT_ATTRIBUTES
	list_selectAttributes.1 = SELECT_ATTRIBUTES2
}


Could this be a little bug?
Thanks!

Regards,
Robert


More information about the TYPO3-project-commerce mailing list