-
Notifications
You must be signed in to change notification settings - Fork 119
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
Decimal for quantity unit #761
Comments
I tried this: 1. OrderItem extension
app/_config/extensions.yml
2. ShoppingCartController extension
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wonder how to get around with the problem that quantity is now integer only.
that's a problem when client is selling things in cubic metres. For example, if someone buy something and he/she wants 1.1 cubic of it.
Currently, we have to set the price per 1/10th cubic metre. and web users need to buy 11 quantity for 1.1 m3.
But this is a not intuitive for vendors or web users.
The text was updated successfully, but these errors were encountered: