Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unavailable pricing fixes. #2294

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

sasha0
Copy link
Member

@sasha0 sasha0 commented Apr 11, 2017

Fixes #1795.

…the `FixedRateTax` and `DeferredTax` pricing strategy mixins.
@codecov
Copy link

codecov bot commented Apr 11, 2017

Codecov Report

Merging #2294 into master will increase coverage by 0.05%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2294      +/-   ##
==========================================
+ Coverage   82.88%   82.94%   +0.05%     
==========================================
  Files         325      325              
  Lines       15408    15408              
==========================================
+ Hits        12771    12780       +9     
+ Misses       2637     2628       -9
Impacted Files Coverage Δ
src/oscar/apps/partner/strategy.py 82.9% <100%> (+0.85%) ⬆️
src/oscar/models/fields/__init__.py 98.7% <0%> (+1.29%) ⬆️
src/oscar/core/compat.py 90.52% <0%> (+3.15%) ⬆️
src/oscar/core/application.py 93.47% <0%> (+8.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7e7bf2...3e4dda9. Read the comment docs.

@sasha0 sasha0 merged commit 37115ee into django-oscar:master Apr 11, 2017
MrVoltz pushed a commit to EndevelCZ/django-oscar that referenced this pull request Aug 21, 2018
MrVoltz pushed a commit to EndevelCZ/django-oscar that referenced this pull request Aug 21, 2018
Revert changes in django-oscar#1913 and django-oscar#2294 that required a stock record to have price_excl_tax set in order to report the product as available.

Add separate checks to the basket form/add logic that checks at the time of
adding a product to the basket whether a price exists, and report an error if it doesn't.

Fixes django-oscar#2664.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant