[ic] Discount of x% on >2 items

Grant emailgrant at gmail.com
Sun Jan 17 20:36:44 UTC 2010


>> 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

Thanks everyone.  The above looks pretty slick.  Before I saw it I
came up with something else that is working for me.

Does there exist anything along the lines of
[subtotal-before-discount] or [discount-amount]?

- Grant



More information about the interchange-users mailing list