[TYPO3-shop] Custom price
Franz Holzinger
franz at ttproducts.de
Sat Dec 5 09:21:36 CET 2009
Jeff Fenu a écrit :
> Hello,
>
> I'm sorry for my poor English...
>
>
> I use a shop with tt_product and I have a problem that I want to resolve:
>
> For example, I have a product called "PrimChair" in category "Chairs".
> Basic price of this product is 100.-
>
> I want to apply a percentage on the category of this product, which will
> display final price.
> (For example: 150% on category "Chairs", product's price "PrimChair" is
> 150.-)
>
> I want to apply a percentage on the category for each usergroup.
> (For example: resellers->120%, retailers->150% etc...)
>
> Final price must appear to the usergroup watching this product,
> calculated by a percentage assigned to the category.
>
>
> How is this possible to do it?
In tt_products 2.8.0 you can use the discountprice setup together with a
WHERE statement:
discountprice.50 {
type = count
sql.where = category = 3
prod.type = percent
prod.0 = 15
}
15% reduction for products of category 3. You can use TypoScript
conditions to make this available only to special FE user groups.
- Franz
More information about the TYPO3-project-tt-products
mailing list