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

EAV Attributes Unit (e.g. mm, ml, oz) #676

Closed
SRaromicon opened this issue Sep 25, 2014 · 8 comments
Closed

EAV Attributes Unit (e.g. mm, ml, oz) #676

SRaromicon opened this issue Sep 25, 2014 · 8 comments
Assignees

Comments

@SRaromicon
Copy link

It would be great to get an extra field for attributes, that holds the unit of an numeric / decimal attribute.

Now you have to save every attribute, which has an unit like mm, oz or V, as an attribute of type varchar.
In very large stores with more than 2000 attributes the varchar table becomes very large and the other tables are not used, because you need the unit of meassurement.

@verklov verklov self-assigned this Sep 29, 2014
@verklov
Copy link
Contributor

verklov commented Sep 29, 2014

Thanks for your suggestion, @SRaromicon! We will review it and let you know our decision.

@verklov verklov assigned tanya-soroka and unassigned verklov Sep 29, 2014
@kuafucode
Copy link

Also, it would be great if measurement attribute has automatic conversion
between stores in different measurement system. E.g. 1 (inch) in Store A in
imperial will be converted to 2.54 (cm) in Store B in metric automatically.

On Mon, Sep 29, 2014 at 11:31 AM, Sergey Verklov, Senior Product Manager <
[email protected]> wrote:

Thanks for your suggestion, @SRaromicon https://github.com/SRaromicon!
We will review it and let you know our decision.


Reply to this email directly or view it on GitHub
#676 (comment).

@choukalos
Copy link

Who else would like this functionality? @ilol & I have this on our radar ( post 2.0 release; TBD at present ) but would like to get a feel for how many in the community would value this feature. Thanks!

@RahulKachhadia
Copy link
Member

+1

@paales
Copy link
Contributor

paales commented Oct 6, 2014

I'd like to see this functionality in the form of attribute renderers. An attribute might have a unit, It might be an image, it might be a calculation. Is it an idea to implement frontend renderers for all the attributes?

@gfxguru
Copy link

gfxguru commented Oct 6, 2014

+1

On Mon, Oct 6, 2014 at 8:13 AM, Paul Hachmang [email protected]
wrote:

I'd like to see this functionality in the form of attribute renderers. An
attribute might have a unit, It might be an image, it might be a
calculation. Is it an idea to implement frontend renderers for all the
attributes?


Reply to this email directly or view it on GitHub
#676 (comment).

@vpelipenko
Copy link
Contributor

Internal ticket: MAGETWO-29013

magento-team pushed a commit that referenced this issue Oct 6, 2015
[Connect] Install components in the Web Setup Wizard
@piotrekkaminski
Copy link
Contributor

Thank you for your submission.

We recently made some changes to the way we process GitHub submissions to more quickly identify and respond to core code issues.

Feature Requests and Improvements should now be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here).

We are closing this GitHub ticket and have moved your request to the new forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests