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

Fixes Price Not Being Shown Correctly On Front End #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gassman123
Copy link

When an item would be classified as trash it's price would be shown wrong on the front end. This is because it would ONLY multiply the items price by the trash rate. In the back end the trash multiplier is added on TOP of the item type rate. This would lead to the user getting a 'not enough value' error on the front end because the items price would be higher on the backend than it was shown to the user on the front end.

When an item would be classified as trash it's price would be shown wrong on the front end. This is because it would ONLY multiply the items price by the trash rate. In the back end the trash multiplier is added on TOP of the item type rate. This would lead to the user getting a 'not enough value' error on the front end because the items price would be higher on the backend than it was shown to the user on the front end.
@iDefineHD
Copy link
Collaborator

Sorry, have been busy over the holidays, will look into your PR and merge once I have looked over it,

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.

2 participants