[TYPO3-shop] tt_products 2.4.10

Robert Markula robert.markula at gmx.net
Wed Jun 21 16:37:34 CEST 2006


Tim Riemenschneider wrote:
> Robert Markula schrieb:
>> The itemnumber cannot be used because according to the XHTML 1.0 
>> strict/CHTML 1.1 specification the id must begin with a letter, not a 
>> digit.
>>
> This is easy:
> instead of
> <INPUT size="8" maxlength="10" type="text" name="###FIELD_NAME###"
> value="###FIELD_QTY###" id="###PRODUCT_ITEMNUMBER###">
> 
> use
> <INPUT size="8" maxlength="10" type="text" name="###FIELD_NAME###"
> value="###FIELD_QTY###" id="item_###PRODUCT_ITEMNUMBER###">
> 
> that is, simply put a constant prefix into the template.
> cu
>   Tim

Hi Tim!
You're right, this is a possible solution. But in the meantime, with 
tt_products 2.4.11, Franz has integrated the new marker ###FIELD_ID###. 
This has the advantage that the ###FIELD_ID### is unified on all 
tt_product installations.

Cheers,
Ro



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