-
Notifications
You must be signed in to change notification settings - Fork 16
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
Round subtotals and totals only #22
Comments
The current module architecture does not allow this. This problem will be resolved in the future. |
@karliuka, is there any update on this? Thanks :) |
sorry. it's still in progress) |
We now implemented this on our own. I added some hints to https://magento.stackexchange.com/a/363949/142. |
this is great, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I download your extension to round my CHF prices.
All product prices have the correct round price, but on my shop I can sell products by meter, so for example, I have a product with price 7.90 CHF / meter, if I buy 0.6m, the price will be 4,74 CHF, and I need that this price to be round to 4.75 CHF.
Is possible to round subtotal and totals, but not the base product price?
Thank you
The text was updated successfully, but these errors were encountered: