[Typo3-shop] Diskussion about product variations

Franz Holzinger franz at fholzinger.com
Tue Nov 9 08:15:27 CET 2004


Volker Graubaum schrieb:

> Hi Group,
> 
> zk_products give a few possibilities, but what`s about
> Price/stock/article_number etc. Normally it could change, especially if 
> you will bild a bigger shop with ERP connections or functions
> 
> No. LV2317-012 Levis 501 blue 32/32 --> 79€ Stock: 6
> No. LV2317-014 Levis 501 blue 36/34 --> 69€ Stock: 1
> No. LV2317-016 Levis 501 green --> 59€ Stock: 3
> No. LV2317-017 Levis 501 green 36/34 --> 39€ Stock 0
> 
> When you just say Stock 10, someone could order a green 36/34 short
> 
> So I would say something like
>     Products    --> Product Variation    <--    Variations
> 

To implement this case I suggest to rebuild that article description 
system which is used here:

No. LV2317-012 Levis 501 blue 32/32
LV2317 ... short name of the article
012    ... variation number
Levis 501 blue 32/32 ... descriptive text for the variation number 012
Levis 501 ... name of product
blue ... color
32 ... size1
32 ... size2

So for each product in the tt_products a corresponding entry in a 
variation table is needed. Each article type will need its own article 
description table.

To understand this right we need the advice of the owner of a shop which 
uses this kind of article description.


Franz






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