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

bugfix #2813 – changed price resolving method #21

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

winniepukki
Copy link
Contributor

Comment on lines -228 to +232
'price' => $price,
'price_without_tax' => $priceWithoutTax,
'price' => $productPriceIncTax,
'price_without_tax' => $productPriceExcTax,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are not using $price and $priceWithoutTax, please clean the code and remove unused variables and methods.

Copy link
Contributor

@zans-laksa zans-laksa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review didn't pass.

@winniepukki
Copy link
Contributor Author

@zans-laksa ping-ping

Copy link
Contributor

@zans-laksa zans-laksa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review passed.

@carinadues carinadues merged commit bf00c1d into master Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Grouped and downloadable products have a negative amount for excl. tax price
3 participants