View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006023 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2015-01-21 09:08 | 2024-09-25 11:53 |
Reporter | [email protected] | Assigned To | |||
Priority | low | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.8.6 / 5.1.6 | ||||
Summary | 0006023: Products sorting in basket vs sorting in database/order history | ||||
Description | The following behaviour regarding products sorting during checkout and after (CE): * products sorting from basket is preserved in email send to customer * in customer order history, the products are sorted differently that in basket (probably by art. no) * in table oxorderarticles - same as order history Tested also on professional-edition online demo with same results (could not test oxorderarticles, as no access). | ||||
Steps To Reproduce | Add the following items to basket, in the same order (with demo data): 1. Kite NBK EVO 2010 Item #: 1211 2. Kite RRD PASSION 2010 Item #: 1206 3. Binding LIQUID FORCE TRANSIT BOOT 2010 Item #: 2402 4. Binding O'BRIEN DECADE CT 2010 Item #: 2401 Finalize order. Compare sorting in Order history and database oxorderarticles with sorting in basket/ email => it is not the same. | ||||
Additional Information | Relevant for: * customer comparing email info with Order history in Oxid account * eShop owner when checking email info against Order history (eg. if customer calls/ emails for questions regarding the order) * special relevance with order having many items | ||||
Tags | Order, Product domain and basket rewrite, Sorting | ||||
Theme | |||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
this bug exist since oxid version 2,0 over 8 years, and if someone orders 60 items in a b2b shop then the item order on the orderconfirmation, is also different to the packing list, and invoice which makes control by customer items bought=items received very troublesome, resulting in a bad customer experience. |
|
worst if like in our case we create picking slips , packing lists and invoices over our ERP system |
|
It would also be great if an article, which is newly added to the basket, is shown on top of the basket. At least make it configurable!!! oxbasket::addToBasket() { ... $this->_aBasketContents = array($sItemId => $oBasketItem) + $this->_aBasketContents; // Instead of: // $this->_aBasketContents[$sItemId] = $oBasketItem; ... } |
|
This is not a bug, but a feature request and will be handled in 0006068 |