Does Magento 2.0 has Make Model Year functionality built-in?












0















I did some research for my client in the past for the "Model/Make/Year" module for Magento 1.9 and found some that could be suitable. However, the proposal was delayed up until now, which Magento 2.0 just recently released.



As I looked into the module for Model/Make/Year, I do not see anything that would be explicitly for Magento 2.0 (from looking at Magento connect https://www.magentocommerce.com/magento-connect/magento-2). Those that I found in the past did not specify that they support Magento 2.0 either.



Anyone else has experience implement this feature on Magento 2.0 yet? Does the functionality already exist by default, do you use any module, or do you end up implementing one yourself?



Thank you,










share|improve this question



























    0















    I did some research for my client in the past for the "Model/Make/Year" module for Magento 1.9 and found some that could be suitable. However, the proposal was delayed up until now, which Magento 2.0 just recently released.



    As I looked into the module for Model/Make/Year, I do not see anything that would be explicitly for Magento 2.0 (from looking at Magento connect https://www.magentocommerce.com/magento-connect/magento-2). Those that I found in the past did not specify that they support Magento 2.0 either.



    Anyone else has experience implement this feature on Magento 2.0 yet? Does the functionality already exist by default, do you use any module, or do you end up implementing one yourself?



    Thank you,










    share|improve this question

























      0












      0








      0








      I did some research for my client in the past for the "Model/Make/Year" module for Magento 1.9 and found some that could be suitable. However, the proposal was delayed up until now, which Magento 2.0 just recently released.



      As I looked into the module for Model/Make/Year, I do not see anything that would be explicitly for Magento 2.0 (from looking at Magento connect https://www.magentocommerce.com/magento-connect/magento-2). Those that I found in the past did not specify that they support Magento 2.0 either.



      Anyone else has experience implement this feature on Magento 2.0 yet? Does the functionality already exist by default, do you use any module, or do you end up implementing one yourself?



      Thank you,










      share|improve this question














      I did some research for my client in the past for the "Model/Make/Year" module for Magento 1.9 and found some that could be suitable. However, the proposal was delayed up until now, which Magento 2.0 just recently released.



      As I looked into the module for Model/Make/Year, I do not see anything that would be explicitly for Magento 2.0 (from looking at Magento connect https://www.magentocommerce.com/magento-connect/magento-2). Those that I found in the past did not specify that they support Magento 2.0 either.



      Anyone else has experience implement this feature on Magento 2.0 yet? Does the functionality already exist by default, do you use any module, or do you end up implementing one yourself?



      Thank you,







      magento2 module extensions






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 10 '16 at 15:04









      frostshoxxfrostshoxx

      3301417




      3301417






















          2 Answers
          2






          active

          oldest

          votes


















          0














          No, no such functionality exists out-of-box, and I'm not aware of any third-party extensions implementing it yet.



          You could do a naive implementation with normal layered navigation. Set up dropdown-type or multiselect product attributes for each (make/model/year), make them filterable, and set them for each product. People can select them on category sidebars. You could also set up more advanced customization based on that.






          share|improve this answer
























          • Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

            – frostshoxx
            Feb 10 '16 at 19:19



















          0














          You can search on google with key word: "part finder for magento 2". We using extension http://www.mlx-store.com/magento2-extensions/catalog/part-finder-make-model-year-for-magento-2.html for our store






          share|improve this answer








          New contributor




          David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "479"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101244%2fdoes-magento-2-0-has-make-model-year-functionality-built-in%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            No, no such functionality exists out-of-box, and I'm not aware of any third-party extensions implementing it yet.



            You could do a naive implementation with normal layered navigation. Set up dropdown-type or multiselect product attributes for each (make/model/year), make them filterable, and set them for each product. People can select them on category sidebars. You could also set up more advanced customization based on that.






            share|improve this answer
























            • Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

              – frostshoxx
              Feb 10 '16 at 19:19
















            0














            No, no such functionality exists out-of-box, and I'm not aware of any third-party extensions implementing it yet.



            You could do a naive implementation with normal layered navigation. Set up dropdown-type or multiselect product attributes for each (make/model/year), make them filterable, and set them for each product. People can select them on category sidebars. You could also set up more advanced customization based on that.






            share|improve this answer
























            • Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

              – frostshoxx
              Feb 10 '16 at 19:19














            0












            0








            0







            No, no such functionality exists out-of-box, and I'm not aware of any third-party extensions implementing it yet.



            You could do a naive implementation with normal layered navigation. Set up dropdown-type or multiselect product attributes for each (make/model/year), make them filterable, and set them for each product. People can select them on category sidebars. You could also set up more advanced customization based on that.






            share|improve this answer













            No, no such functionality exists out-of-box, and I'm not aware of any third-party extensions implementing it yet.



            You could do a naive implementation with normal layered navigation. Set up dropdown-type or multiselect product attributes for each (make/model/year), make them filterable, and set them for each product. People can select them on category sidebars. You could also set up more advanced customization based on that.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 10 '16 at 15:14









            Ryan HoerrRyan Hoerr

            8,54443144




            8,54443144













            • Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

              – frostshoxx
              Feb 10 '16 at 19:19



















            • Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

              – frostshoxx
              Feb 10 '16 at 19:19

















            Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

            – frostshoxx
            Feb 10 '16 at 19:19





            Thank you for the insight. Drop down filter based on attribute sounds like the simplest path at the moment.

            – frostshoxx
            Feb 10 '16 at 19:19













            0














            You can search on google with key word: "part finder for magento 2". We using extension http://www.mlx-store.com/magento2-extensions/catalog/part-finder-make-model-year-for-magento-2.html for our store






            share|improve this answer








            New contributor




            David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              You can search on google with key word: "part finder for magento 2". We using extension http://www.mlx-store.com/magento2-extensions/catalog/part-finder-make-model-year-for-magento-2.html for our store






              share|improve this answer








              New contributor




              David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                You can search on google with key word: "part finder for magento 2". We using extension http://www.mlx-store.com/magento2-extensions/catalog/part-finder-make-model-year-for-magento-2.html for our store






                share|improve this answer








                New contributor




                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                You can search on google with key word: "part finder for magento 2". We using extension http://www.mlx-store.com/magento2-extensions/catalog/part-finder-make-model-year-for-magento-2.html for our store







                share|improve this answer








                New contributor




                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 4 hours ago









                DavidDavid

                1




                1




                New contributor




                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101244%2fdoes-magento-2-0-has-make-model-year-functionality-built-in%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Polycentropodidae

                    Magento 2 Error message: Invalid state change requested

                    Paulmy