[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Simple discount question
I'm sure the solution to this is extremely simple, but I've not been able
to figure out how to do it.
I've implemented a 20% store-wide discount with [discount ALL_ITEMS] $s *
.8 [/discount]. This works fine, however now I can only get the
discounted total to display, whereas I also want to display the
non-discounted total.
I've tried: [subtotal] [total-cost] and a whole lot of different
things but everything returns the discounted total.
Any help is greatly appreciated.
Thanks.
-Ben