View Issue Details

IDProjectCategoryView StatusLast Update
0001356OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:23
ReporterMBa Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.3.0 revision 26948 
Summary0001356: cart wrong maximum summary with bundled products
DescriptionCart dont check the amount of subbundled products and these products as a own product correctly.
Additional InformationThere is a product (product a) with a 'bundled product' (product b).
Product b have a stock of 1 and delivery status='if out of stock not orderable'.

You put product a in cart:
- product a:amount=1
- product b(as bundle):amount=1
This is right.

But then you add product b as a normal product in cart:
- product a:amount=1
- product b(as bundle):amount=1
- product b(as product):amount=1
=> product b(total):amount=2

There is no error message, that this cart or product b is actual not possible to order with this amount. (image1.png)

When you put product b to a amount of 2 you get a errormessage (image2.png)
=>product b(total):amount=3
'Not enough items of this product in stock! Available: 1'.
But this sould happen before.
TagsOrder
Attached Files
Archiv.zip (327,057 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities