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

Allow instances to choose what available units for products/variants #6082

Closed
andrewpbrett opened this issue Sep 22, 2020 · 4 comments · Fixed by #6145
Closed

Allow instances to choose what available units for products/variants #6082

andrewpbrett opened this issue Sep 22, 2020 · 4 comments · Fixed by #6145
Assignees

Comments

@andrewpbrett
Copy link
Contributor

What is the problem we are solving

With #5888 two new options (pounds and ounces) were introduced for product/variant units. The dropdown is now pretty big and could get bigger if we wanted to further support other units (many people in the US sell fruit by the pint or the quart), making it even more unwieldy to wade through a long list of options.

This would allow shops to ignore units that they never use.

Going further, we could also allow instances to choose the default available units for new shops on their instance (metric units only for most of the world, for example).

Success factors = expected outcome

Happier admin users, easier product/variant creation

Useful information for inception

Link to the "Product Development - Backlog" item in Discourse

@andrewpbrett
Copy link
Contributor Author

@jaycmb
Copy link
Collaborator

jaycmb commented Sep 23, 2020

As commented in #5888, for now the most simple solution for

  1. Allow user to hide / display options imperial vs metric or both when creating products

would be having a multi-select tick box with

  • Imperial
  • Metric

(for use-cases like for example I as user in France, who won´t ever want to sell in oz just don´t want to have those imperial units in my unit size list)

Other issues, like

  1. Allow user to convert created products from one unit type to other, (i.e. a way that product units can be re-calculated automatically when for example producers expand the hubs or shops they are selling to and different units are needed)
  2. Allow instances to choose the default available units for new shops on their instance (metric units only for most of the world, for example)

need some inception work and also feedback from users / customer support.
Pinging @RachL here

@andrewpbrett andrewpbrett changed the title Allow enterprises to choose what available units for products/variants Allow instances to choose what available units for products/variants Oct 6, 2020
@andrewpbrett
Copy link
Contributor Author

andrewpbrett commented Oct 6, 2020

Reopening per conversation with Jana. Some countries legally prohibit products from being sold in units other than metric, so allowing instances to choose what units are available seems to be the way to go and a necessary addition to the original work.

@jaycmb
Copy link
Collaborator

jaycmb commented Oct 7, 2020

As agreed in yesterday´s product curation meeting the 2 options were discussed to see if there is a simple solution to the concerns regarding compliance in EU and possible confusion of users

1. Enterprise Level: Allow enterprises to hide / display options imperial vs metric or both when creating products

2. Instance Level: Allow instances to choose the default available units for new shops on their instance (metric units could per default for most of the world)

Option 2) seemed to be simple and makes more sense as the Imperial Units are not of interest for most instances. Andy was willing to have a look into 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 a pull request may close this issue.

2 participants