RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

the shippable item check in the checkout controller does not work #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The line 'conditions = {'checkout-select-shipping' : 'checkShippableCart'}' in 
checkout.py does not 
ever end up calling checkShippableCart( ) to determine if there are shippable 
line items in the cart.  
This means that checkout is screwy for non-shippable orders - yikes!

Original issue reported on code.google.com by lst...@gmail.com on 26 Feb 2008 at 3:11

GoogleCodeExporter commented 9 years ago
This works for me. It is calling the method checkShippableCart with no problem.

Original comment by lucielej...@gmail.com on 6 Mar 2008 at 3:05

GoogleCodeExporter commented 9 years ago
This has since been fixed by Kapil.

Original comment by lst...@gmail.com on 6 Mar 2008 at 7:44