[Typo3-shop] Choosable Item Variants

Franz Holzinger franz at fholzinger.com
Mon Sep 19 18:14:38 CEST 2005


> 
> useArticles, boolean
> If you want to use products in different variants you have to set this
> to 1. The instock of the articles table will be used instead of the
> products table.
> 
> So I added plugin.tt_products.useArticles = 1 to my setup and put the
> marker ###display_variant1### into the html template, but it is not
> parsed by the extension, but output directly in the frontend.
> 
> Is this the correct marker to use? Do I have to configure anything else?

See the Danish template as an example.



###ITEM_LIST_TEMPLATE###:

<!-- ###display_variant2### -->
						  ###GW2B### Size: ###GW2E### <SELECT style="font-size: 10px"
						  name="###FIELD_SIZE_NAME###"
rows="1">###PRODUCT_SIZE###</SELECT><br>
						  <!-- ###display_variant2### -->




###BASKET_PAYMENT_TEMPLATE### :

<td valign=top>
###GW1B###<b>###PRODUCT_TITLE###<!-- ###display_variant2### --> (Size
###FIELD_SIZE_VALUE###)<!-- ###display_variant2### --></b>###GW1E###
</td>


selectSize=1


Franz



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