Versions Compared

Key

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

...

It looks like, out of the box, there exists the idea of FixedPrice strategies for products. I think this method should be flexible enough to support other types of pricing, but I'm not sure how to set up and configure prices in order to represent them.

 

 

Places where the abstract models refer to retail prices (not from the policy)

...

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

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

...