diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Negative values for quantity #119

Closed emilian closed 11 years ago

emilian commented 11 years ago

It is possible to enter negative quantities for accessories by modifying the hidden quantity field, and it's also possible to add/update the cart using negative quantities for a regular product.

We need to make sure the quantities are positive and not negative.

emilian commented 11 years ago

Also works when adding an accessory via the link on the "added to cart" page. This is the view that handles the accessory:

https://github.com/diefenbach/django-lfs/blob/master/lfs/cart/views.py#L195