[TYPO3-commerce] Spooky table tags
Barbara Wijbenga
bwijbenga at chello.nl
Thu Nov 1 11:34:55 CET 2007
In my product template, I replaced this:
<!-- ###SELECT_ATTRIBUTES### begin-->
<table class="com-select-attributes" cellspacing="0" cellpadding="0"
border="0">
<tr class="com-select-row">
<td>###SELECT_ATTRIBUTES_ICON### ###SELECT_ATTRIBUTES_TITLE###</td>
<td>###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT### </td>
</tr>
</table>
<!-- ###SELECT_ATTRIBUTES### end -->
with:
<!-- ###SELECT_ATTRIBUTES### begin-->
###SELECT_ATTRIBUTES_VALUE### ###SELECT_ATTRIBUTES_UNIT### -
<!-- ###SELECT_ATTRIBUTES### end -->
And I've cleared the cache and all.
But still, my html code is:
<table class="com-select-attributes" cellspacing="0" cellpadding="0"
border="0">
Circa 300 stuks
</table>
I don't know where it gets the table tags from, because they're not in my
template anymore!
Where can I delete them?
Thanks,
Barbara
More information about the TYPO3-project-commerce
mailing list