| View previous topic :: View next topic |
| Author |
Message |
Jim Ward Silver

Joined: 08 Sep 2008 Posts: 26
|
Posted: Wed Dec 02, 2009 1:13 pm Post subject: Bug in restore of saved cart (fixed in 3.1.5.3) |
|
|
Create a product with an attribute that has multiple options.
Create a cart with a couple of the same products and chose the first option and then one of the others.
Save the cart
Pick up the cart.
The products will all have the same option selected.
It seems to me that the methods
com.softslate.commerce.businessobjects.order.BasicCartProcessor.getOrderAttribute(...)
and
com.softslate.commerce.businessobjects.order.BasicOrderProcessor.reprocessOrder(Order order)
are not complementary. no String array of attribute options will be created for a key just the same value over and over.
Thanks,
Jim Ward |
|
| Back to top |
|
 |
dtobey Site Admin

Joined: 14 Mar 2006 Posts: 505 Location: Schenectady, New York
|
Posted: Thu Dec 03, 2009 8:30 pm Post subject: |
|
|
Thanks for this report. We'll look into it and hopefully post a patch soon.
Best,
dave _________________ David Tobey
SoftSlate, LLC |
|
| Back to top |
|
 |
dtobey Site Admin

Joined: 14 Mar 2006 Posts: 505 Location: Schenectady, New York
|
Posted: Tue Jan 26, 2010 2:34 pm Post subject: |
|
|
This bug should be fixed with the latest release, 3.1.5.3.
You're correct that the attributes were not correctly replicated in the reprocessOrder method.
Thanks!
dave _________________ David Tobey
SoftSlate, LLC |
|
| Back to top |
|
 |
|