[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Excluding items from display - sometimes
On 11 Oct 2002 at 11:24, Chris Bartholomew wrote:
> 2. Now, what I would REALLY like is when they go to check OUT, that
> is when they get the "Alert" or notification that they are eligible
> for the free product. They would then go to a page and make their
> selection and go back to checkout.
>
You'll need something like this on basket or checkout page
[tmp freespecial][calc][subtotal noformat=1][calc][/tmp]
[if scratch freespecial >= 25]
some message with link to "SPECIALS"
[/if]
Nora