Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-b1
-
Fix Version/s: 3.2.0
-
Component/s: None
-
Labels:None
Description
When a service is added, a quantity of 0 can be entered, (e.g. for universal module service options), and when added through checkout, is converted to a quantity of 1. Instead, an error should be displayed that the quantity should be 1+.
Issue Links
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to CORE-782 [ CORE-782 ] |
Cody Phillips (Inactive)
made changes -
Link | This issue relates to CORE-782 [ CORE-782 ] |
Cody Phillips (Inactive)
made changes -
Cody Phillips (Inactive)
made changes -
Cody Phillips (Inactive)
made changes -
Cody Phillips (Inactive)
made changes -
Paul Phillips
made changes -
Fix Version/s | 3.2.0-b3 [ 10503 ] | |
Fix Version/s | 3.2.0-b2 [ 10501 ] |
Paul Phillips
made changes -
Fix Version/s | 3.2.0 [ 10502 ] | |
Fix Version/s | 3.2.0-b3 [ 10503 ] |
Cody Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cody Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This issue appears to request that:
The above can't be handled gracefully in the Order plugin because it must support display items in the order summary (that may not necessarily be in the cart). For example:
The above requirements insist that any service with quantity zero not appear in the summary. This would prevent that item's configurable options from being shown in the order summary as well. I don't believe that is the desired behavior.
According to
CORE-1121, any service with quantity of 0 will result in error when adding, so checkout is blocked.So, what, exactly, is the purpose and goal of not allowing items with 0 quantity through the Order plugin?