Re: [PHP] Weight function.

2002-10-17 Thread Jason Wong
On Thursday 17 October 2002 14:34, Steve Jackson wrote: Hi all. Wondering if anyone can shed some light! I have a problem whereby I need to define the weight of a selection of items in a shopping cart in order to calculate a shipping cost. Basically I have 5 products (at the moment) which

RE: [PHP] Weight function.

2002-10-17 Thread Steve Jackson
Thanks. I have just this minute got it working. Basically the same function I used for determining price of the cart items could be used for determining weight. All I needed to do was assign my DB with a field called weight and call that instead of price from the DB so my calculate weight

Re: [PHP] Weight function.

2002-10-17 Thread Jason Wong
On Thursday 17 October 2002 15:52, Steve Jackson wrote: Thanks. I have just this minute got it working. Basically the same function I used for determining price of the cart items could be used for determining weight. All I needed to do was assign my DB with a field called weight and call

RE: [PHP] Weight function.

2002-10-17 Thread Steve Jackson
[mailto:[EMAIL PROTECTED]] Sent: 17. lokakuuta 2002 12:39 To: [EMAIL PROTECTED] Subject: Re: [PHP] Weight function. On Thursday 17 October 2002 15:52, Steve Jackson wrote: Thanks. I have just this minute got it working. Basically the same function I used for determining price of the cart