[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Shipping Question...
Try this
On Thu, Jul 29, 1999 at 04:03:41PM +0000, Jason Korkin wrote:
> Hi all,
> How can I get the total number of items in my cart so that I can use it
> for a custom formula...? any ideas? I would like to do something like:
>
> 25.00 + (3.00 * ([quantity]-1))
>
25.00 + (3.00 * ([nitems] -1))
[nitems] will return the number of items in the shopping cart. It does include quantities so if you have 6 of item1 & 2 of item3 then [nitems]==8
> where the quantity is the total quantity in my cart... any ideas?
>
> Thanks,
>
> Jason Korkin.
---
Brian Kohles
brian@mediabang.com