|
Previous
·
Next
|
colink
|
Date: 5/10/2008 6:57 pm · Subject: C2: Inventory control error handling · Rating: 0
Should objects be throwing exceptions to indicate problems with inventory control, like asking for more of an object than are available?
Or is there a more preferred way to do it?
|
| Back to Top |
Rate [ | ]
|
| |
JT
|
Date: 5/10/2008 8:40 pm · Subject: Re: C2: Inventory control error handling · Rating: 0
No. Set the max available method and then the cart will automatcally take care of everything.
JT On May 10, 2008, at 6:58 PM, <ckuskie@sterlink.net> wrote:
colink wrote:
Should objects be throwing exceptions to indicate problems with inventory
control, like asking for more of an object than are available?
Or is there a more preferred way to do it?
http://www.plainblack.com/webgui/dev/discuss/c2-inventory-control-error-handling
--
Plain Black, makers of WebGUI http://plainblack.com
|
| Back to Top |
Rate [ | ]
|
| |
colink
|
Date: 5/10/2008 10:00 pm · Subject: Re: C2: Inventory control error handling · Rating: 0
On Saturday 10 May 2008, jt@plainblack.com wrote:
>
> No. Set the max available method and then the cart will automatcally take care of everything.
>
Okay, so, from your email yesterday, I'll have addToCart decrement
the quantity by 1, since I'm not adding a quantity field to the
add to cart form in the Product.
If you have a little time some time this week (15-20 minutes), it
would help me to talk through some more of this high level stuff,
since you have already thought through it pretty well. (error handling,
quantity management, etc.)
Colin
|
| Back to Top |
Rate [ | ]
|
| |
JT
|
Date: 5/11/2008 8:35 am · Subject: Re: C2: Inventory control error handling · Rating: 0
No prob. I'll be on IRC most of the day today and all week.
JT On May 10, 2008, at 10:00 PM, <ckuskie@sterlink.net> wrote:
colink wrote:
On Saturday 10 May 2008, jt@plainblack.com wrote:
>
> No. Set the max available method and then the cart will
automatcally take care of everything.
>
Okay, so, from your email yesterday, I'll have addToCart decrement
the quantity by 1, since I'm not adding a quantity field to the
add to cart form in the Product.
If you have a little time some time this week (15-20 minutes), it
would help me to talk through some more of this high level stuff,
since you have already thought through it pretty well. (error handling,
quantity management, etc.)
Colin
http://www.plainblack.com/webgui/dev/discuss/c2-inventory-control-error-handling/2
--
Plain Black, makers of WebGUI http://plainblack.com
|
| Back to Top |
Rate [ | ]
|
| |
|
|
|