GithubHelp home page GithubHelp logo

m2-core-bug-configurable-attribute-options-sorting's Introduction

m2-core-bug-configurable-attribute-options-sorting

Fixes a Magento bug where the configurable attributes' options are not sorted by position in the front-end.

Let's pretend you have a configurable attribute called size and you have entered some options for that attribute in the admin in the order you want them to appear in the FE :

Small
Medium
Large

The options' order gets saved in thesort_order column of the eav_attribute_option table.

Because Magento doesn't use the sort_order data when it loads the attributes options. You might end up with the attributes showing in the following order on the product page in the front-end.

Medium
Small
Large

This module sorts the attribute's options by the sort_order field, thereby ensuring that the attributes are displayed in the correct order on the FE.

m2-core-bug-configurable-attribute-options-sorting's People

Watchers

Jamie Huskisson avatar Leo Gumbo avatar James Cloos avatar Shane Osbourne avatar Paweł Knap avatar John Knowles avatar Dwayne Codling avatar Ed Bennett avatar  avatar Anthony Bates avatar Yunus Tabakoğlu avatar Jamelle Gordon avatar Maciej Sławik avatar Drew Garratt avatar Clark Seanor avatar Rakesh  Jesadiya avatar Harry Ashton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.