[TYPO3-shop] tt_products 2.4.10

Franz Holzinger franz at fholzinger.com
Thu Jun 8 09:39:46 CEST 2006


Franz Holzinger a écrit :
> 
> As far as the numbers at the end are concerned:
> Wouldn't it be better to have the itemnumbers here instead of counted
> numbers? So e.g. the article with itemnumber 2334 could always be shown
> in a special color.
> 

This is not necessary, because there already exists the marker
###PRODUCT_ITEMNUMBER### which could be used instead of ###FIELD_ID###.

e.g.
<INPUT size="8" maxlength="10" type="text" name="###FIELD_NAME###"
value="###FIELD_QTY###" id="###PRODUCT_ITEMNUMBER###">

However this could be made configurable in order to achieve that the
same CSS template could be used without need for modifications. So maybe
###FIELD_ID### is still the better choice here.

<INPUT size="8" maxlength="10" type="text" name="###FIELD_NAME###"
value="###FIELD_QTY###" id="###FIELD_ID###">

Greets,

Franz




More information about the TYPO3-project-tt-products mailing list