In-Portal Issue Tracker - In-Commerce
Viewing Issue Advanced Details
29 [In-Portal CMS] Data Management bug report always 2009-05-25 07:56 2011-09-22 09:33
alex  
alex  
critical  
closed 4.3.9  
fixed  
 
none 5.0.1  
0
0000029: For each pending order one more incomplete order is created.
For each pending order one more incomplete order is created. Because of that when search bots are indexing site a lot of incomplete empty orders are created.

Source of a problem is OrdersEventHandler::getPassedID method, which created order at the moment it is accessed from the system. Order should be created only, when product is added to shopping cart.
parent of 0000659closed  (5.0.4)alex Order thank you screen and session expiration problem 
has duplicate 0000100closed  (5.2.x)alex Redo "Order" Creation Mechanisms (Incomplete Orders) 
related to 0001156closed  (5.2.0)alex Keeping Shopping Cart between Visits 
patch incomplete_orders_fix_modules.patch (11,485) 2011-09-22 09:33
http://tracker.in-portal.org/file_download.php?file_id=1146&type=bug
Issue History
2011-11-02 03:43 alex Relationship added related to 0001156
2011-09-22 09:33 alex File Added: incomplete_orders_fix_modules.patch
2011-06-18 04:24 alex Relationship added parent of 0000659
2011-06-18 04:24 alex Changeset removed 5.0.x r12294
2009-11-27 03:43 alex Changeset attached 5.0.x r12294
2009-10-03 07:56 administrator Note Added: 0000702
2009-10-03 07:56 administrator Status resolved => closed
2009-10-03 07:32 administrator Priority normal => critical
2009-10-03 07:32 administrator Type @60@ => bug report
2009-07-29 09:12 alex Fixed in Version => 5.0.1
2009-07-29 09:12 alex Target Version 5.1.0 => 5.0.1
2009-07-29 09:11 alex Note Added: 0000195
2009-07-29 09:11 alex Status reviewed and tested => resolved
2009-07-29 09:11 alex Resolution open => fixed
2009-07-29 09:11 alex Changeset attached 5.0.x r12147
2009-07-27 23:53 Dmitry Note Added: 0000192
2009-06-26 21:42 Dmitry Type bug report => @60@
2009-06-26 21:40 Dmitry Note Added: 0000108
2009-06-26 21:40 Dmitry Target Version 5.0.1 => 5.1.0
2009-06-26 01:31 alex Relationship added has duplicate 0000100
2009-06-07 06:49 alex Reproducibility @70@ => always
2009-05-25 15:32 Dmitry Status active => reviewed and tested
2009-05-25 15:32 Dmitry Assigned To => alex
2009-05-25 15:31 Dmitry version => 4.3.9
2009-05-25 15:31 Dmitry Target Version => 5.0.1
2009-05-25 07:56 alex New Issue

Notes
(0000108)
Dmitry   
2009-06-26 21:40   
Things noted by me in the duplicate task (closed now):


Currently we are getting tons of Incomplete Orders (3 on each add to cart or visit to the products page) due to specifics of current session handling mechanisms.

I believe we need to have it working this way:

- Incomplete Order created ONLY when user adds Product to a Cart
- 1 Incomplete Order per session/user

Once user completed the order and purchase the product - no new Incomplete Order created until user adds another Product to his Cart.
(0000192)
Dmitry   
2009-07-27 23:53   
Let's move forward with this for 5.1.0
(0000195)
alex   
2009-07-29 09:11   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000029: For each pending order one more incomplete order is created.
(0000702)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.1 version, because version was already released.