[ic] Multiple discounts

Aaron Hazelton interchange-users@icdevgroup.org
Mon Jul 22 20:56:01 2002


Tim Eaton wrote:
<!-- snip -->
>  [discount 1589-04] $s = 99 [/discount]
>  [discount 1589-05] $s = 99 [/discount]
> 
> [elseif ordered 1589-02]
>  [discount 1589-01] $s = 99 [/discount]
>  [discount 1589-03] $s = 99 [/discount]
<!-- snip -->

FYI: wherever you put it.... I made the same
mistake before:
   it is     [elsif]
   NOT  [elseif]
  (notice the missing "e")
you can thank me later for the avoided headache

=Aaron=