I'm not quite sure what your error is. I suspect the cart add isn't work as you expect. If I had to guess, I would say there is something wrong with your 'tsize' widget because it's returning None. This is causing problems trying to find the right product. Did you make a mistake in your template in this area?
-Chris On Mon, Sep 21, 2009 at 10:21 AM, Arek <[email protected]> wrote: > > Hi everyone, > > > all worked fine until I've modified form at product page, now when > adding product to cart i get this in satchmo.log. > I've reversed changes to product template but the cart is always > empty. I dont know what 'cart changed signal' is. Any help would be > much appreciated. > > > 2009-09-21 15:53:39,815 shop.views.cart: DEBUG found product: A > Streetcar Named Desire > 2009-09-21 15:53:39,821 shop.views.cart: DEBUG product a-streetcar- > named-desire is active > 2009-09-21 15:53:39,854 shop.listeners: DEBUG caught cart changed > signal - remove_order_on_cart_update > UG caught cart changed signal - remove_order_on_cart_update > te > Mon, 21 Sep 2009 15:53:39 shop.views.cart DEBUG FORM: <QueryDict: > {u'tsize': [u'none'], u'buybutton': [u'Submit'], u'buybutton.y': > [u'14'], u'buybutton.x': [u'28'], u'productname': [u'a-streetcar-named- > desire'], u'tshirtcolor': [u'sage'], u'quantity': [u'1']}> > Mon, 21 Sep 2009 15:53:39 shop.views.cart DEBUG found product: A > Streetcar Named Desire > Mon, 21 Sep 2009 15:53:39 shop.views.cart DEBUG product a-streetcar- > named-desire is active > Mon, 21 Sep 2009 15:53:39 shop.listeners DEBUG caught cart changed > signal - remove_order_on_cart_update > > > Many thanks, > > Arek > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
