Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/django-oscar/django-oscar/blob/2fb7e4b9c64f07b59a04e81bacd141d9dfb5cb77/src/oscar/apps/checkout/calculators.py

 

Basket abstract models:

https://github.com/django-oscar/django-oscar/blob/2fb7e4b9c64f07b59a04e81bacd141d9dfb5cb77/src/oscar/apps/basket/abstract_models.py

Of concern, add_product automatically adds the stockrecord price by default. Might need to make price.excl_tax more intelligent in returning values.