Letractively / ateam-webstore

Automatically exported from code.google.com/p/ateam-webstore
0 stars 0 forks source link

Multiple choices for shipping options #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an item to cart and checkout
2.
3.

What is the expected output? What do you see instead?
I see the same option multiple times

Please use labels and text to provide additional information.

The error is because the service is sending all shipping options instead of 
just the one corresponding with the correct number of items.

Original issue reported on code.google.com by scott.si...@gmail.com on 1 Dec 2011 at 3:50

GoogleCodeExporter commented 8 years ago
I couldn't think of good way to handle this, so for now I'm grabbing the 
shipping codes associated to a qty of 2.  This removed the dupes. I don't think 
we *need* to do anything more, but if anyone wants to clean this up, the code 
is in OrderHandler.getOrderShippingView()

Original comment by B.J.D...@gmail.com on 1 Dec 2011 at 7:57