13 Commits (72e60e9f95ca1842617528d55014d03441d1d9f7)

Author SHA1 Message Date
  Joey Jurjens 72e60e9f95 Change basket quantity error message in tests as well. 2 years ago
  Joey b39920547d
If a product has a option it cannot be oversold (#4096) 2 years ago
  Voxin Muyli 0a01977e9c
Predefined product options (#3795) 3 years ago
  Orinda Harrison(Mitch) b02c1cc99d
Treat empty basket quantity on basket line form as zero (#3679) 4 years ago
  PlayDay dd5a151af2 Add new type field for product.Option and enhanced form rendering for options based on their type. 6 years ago
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 years ago
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock 7 years ago
  Samir Shah 941aeb9462 Decouple price and availability in base strategies. 7 years ago
  Alexander Gaevsky e60bb4e99b Set maximum line quantity on basket page. 7 years ago
  Alexander Gaevsky 82d9e7d264 Make product unavailable if price is empty to avoid exception when adding product without price to basket 10 years ago
  Alexander Gaevsky 938821987f Move formset classes to separate modules to make it easier to override them 9 years ago
  Michael van Tellingen be8a2795c7 Rename test file to match module tested. 8 years ago
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 8 years ago
  Alexander Gaevsky df3fec5706 Fix basket quantity threshold for the updated basket line quantity. 9 years ago
  Martijn Jacobs 3b6bbd4b55 Added tests for the basketline formset to make sure the queryset is ordered 9 years ago
  David Winterbottom 48b4b71436 Validate that basket additions have the same currency as the basket 11 years ago
  David Winterbottom 8ad5126c08 Test basket's strategy class is correctly exercised by form 11 years ago
  David Winterbottom 4f271abf76 Restructure add-to-basket form and view 11 years ago
  David Winterbottom 8ba283e8c4 Adjust AddToBasket form to require purchase info 11 years ago
  David Winterbottom 0e4a487621 Add simple tests for AddToBasketForm 11 years ago
  David Winterbottom 9857614501 Add tests for BasketLineForm 11 years ago