[Typo3-shop] Some questions about tt_products
Volker Graubaum
vg_typo3 at e-netconsulting.de
Wed Jun 22 16:31:01 CEST 2005
Hi Menno,
>>>3. I have read the question from Rainer Suthoelder about product
>>>variations. Do I add different prices for the variations the same way?
>>> for t-shirts with different color and size enter "red;green;blue" in
>>>variant1 and "S;X;XL;XXL" in variant2. Then for pricing "1;2;3;4"?
>>> Or do I have to make a new product for every variation/price?
>>
>>It is only possible to enter one price for one product. You can apply
>>different attributes but only one price and maybe a discount price.
>>This is because of the database records, where you only have a price
>>varchar(20) which can hold only one price. But you can misuse the
>>accessory field to hold an addition to the price e.g. for a frame of a
>>picture. So you can combine this to have 2 prices for one product.
>
>
> I think it will be the easiest way to enter the different colours as a
> different product. It is not something like red +2.00, Blue +1.50. They all
> have complete different prices.
The other way is distributing the commerce extension :-)
There you have products->articles->attributes, like you mentionend :-)
Greetings Volker
More information about the TYPO3-project-tt-products
mailing list