[ic] Discount of x% on >2 items

Mark Johnson mark at endpoint.com
Sun Jan 17 14:05:46 UTC 2010


On 01/16/2010 11:26 PM, Mark Johnson wrote:
> If you're looking for the test within item-based discounts:
> 
> [discount sku|ALL_ITEMS] @$Items > 2 ? $s * (100 - x)/100 : $s [/discount]

Bah. Clearly I was too tired to reply last night:

[discount sku|ALL_ITEMS] $Tag->nitems > 2 ? $s * (100 - x)/100 : $s
[/discount]

Thanks,
Mark



More information about the interchange-users mailing list