[TYPO3-shop] 5% discount
Franz Holzinger
franz at fholzinger.com
Fri Dec 14 07:55:08 CET 2007
John Nicholas a écrit :
> Franz Holzinger wrote:
>> Birgit Rühring a écrit :
>>> is it possible to configure a discount for the whole basket (not per
>>> article)?
>>>
>>>
>>> If the costumer buys 3 articles total (may be one per each article)
>>>
>>>
>>> we give 5% off the normal price
>>
>> This comes with tt_products 2.7.0
>>
> I need this feature as well but just for the same usergroup that is
> using Price2. Will that be possible?
This has not been implemented to have a simple reduction in percentage.
You will have new discount price possibilities with tt_products 2.7.0:
discountprice.50 {
type = count
sql.where = color = 'rot'
prod.type = percent
prod.0 = 6
}
This will give 6 % rebate for all red products. You can add a TypoScript
IF condition to make this available only for a special group.
> What is the current timeframe for 2.7
See http://ttproducts.org .
- Franz
More information about the TYPO3-project-tt-products
mailing list