[TYPO3-shop] tt_products 2.4.10

Franz Holzinger franz at fholzinger.com
Thu Jun 1 20:43:34 CEST 2006


Hello Robert,

> If you want to introduce a new marker (i.e. if the ###FIELD_NAME###
> cannot be changed) it could have the name ###FIELD_ID### and could be
> rendered as something like ttp_basket_id_1 (or whatever naming
> convention you use).
> 
you have e.g.

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

and now you want to have instead

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

?


So we need now a good naming scheme for the ###FIELD_ID### values.

Any opions on this matter?

Greets,

Franz



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