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)

stored version of the price in the eventual order:

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

for display purposes only:

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