[TYPO3-shop] restrict discountprice to articleID

Franz Holzinger franz at fholzinger.com
Mon Nov 24 22:55:57 CET 2008


G.Unger a écrit :

> getDiscountPrice=1
> discountprice {
> 
>  10.type = count
>  10.field = price
>  10.additive = 1
>  10.prod.1 = 30.95
>  10.prod.3 = 27
    10.sql.where = uid=1
> 
> }
> 
> i tried
> - sql.where and where ... like 10.sql.where = and even 10.where = ... 
> followed by sql

This requires tt_products 2.8.0.

And you must set:

getDiscountPrice = 1

if you want to have this also for normal buyers outside of the discount 
group.

- Franz


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