View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001356 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-10-01 12:20 | 2012-12-10 13:23 |
Reporter | MBa | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001356: cart wrong maximum summary with bundled products | ||||
Description | Cart dont check the amount of subbundled products and these products as a own product correctly. | ||||
Additional Information | There 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. | ||||
Tags | Order | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||