Position sort not working on product listing page magento2.2.7 The 2019 Stack Overflow Developer Survey Results Are InCategory product positioning not workingProgrammatically assign a product's categories _AND_ sort order/positionCategory Product Page Not displaying paginationmagento 1.9 not getting the correct product url in sub category pageproduct not show in category page in magento 2.0.2Magento 2.2 - Sorting product in category page by position not workingMagento 2: Product not showing in category pageMagento 2 category listing page not show productI don't want product review to be shown on product listing pageHow to display MSRP price at product listing page and view page in magento 2.2.7?Magento Product Listing Sort By not working on some category

What do the Banks children have against barley water?

Time travel alters history but people keep saying nothing's changed

Is flight data recorder erased after every flight?

Pokemon Turn Based battle (Python)

Are there any other methods to apply to solving simultaneous equations?

What is the most effective way of iterating a std::vector and why?

Did 3000BC Egyptians use meteoric iron weapons?

Does coating your armor in silver add any effects?

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

One word riddle: Vowel in the middle

Is this app Icon Browser Safe/Legit?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

What do hard-Brexiteers want with respect to the Irish border?

When should I buy a clipper card after flying to OAK?

How to save as into a customized destination on macOS?

Can someone be penalized for an "unlawful" act if no penalty is specified?

Am I thawing this London Broil safely?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

What is the meaning of Triage in Cybersec world?

Why not take a picture of a closer black hole?

Is a "Democratic" Oligarchy-Style System Possible?

Does the shape of a die affect the probability of a number being rolled?

Is an up-to-date browser secure on an out-of-date OS?



Position sort not working on product listing page magento2.2.7



The 2019 Stack Overflow Developer Survey Results Are InCategory product positioning not workingProgrammatically assign a product's categories _AND_ sort order/positionCategory Product Page Not displaying paginationmagento 1.9 not getting the correct product url in sub category pageproduct not show in category page in magento 2.0.2Magento 2.2 - Sorting product in category page by position not workingMagento 2: Product not showing in category pageMagento 2 category listing page not show productI don't want product review to be shown on product listing pageHow to display MSRP price at product listing page and view page in magento 2.2.7?Magento Product Listing Sort By not working on some category



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















this is category admin section where I have set products position.



But not showing correct order on category page.










share|improve this question




























    1















    this is category admin section where I have set products position.



    But not showing correct order on category page.










    share|improve this question
























      1












      1








      1








      this is category admin section where I have set products position.



      But not showing correct order on category page.










      share|improve this question














      this is category admin section where I have set products position.



      But not showing correct order on category page.







      product magento2.2.7






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      dev devdev dev

      112




      112




















          1 Answer
          1






          active

          oldest

          votes


















          1














          In default Magento Version 2.2.7 product listing page category product Position working fine.



          If you have customized product collection for list page, then you have to need sorting your collection using Position like addAttributeToSort('position', 'ASC')



          Example:



          $productCollection = $this->getCategory($categoryId)->getProductCollection()->addAttributeToSelect('*')->addAttributeToSort('position', 'ASC');





          share|improve this answer

























            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%2f269372%2fposition-sort-not-working-on-product-listing-page-magento2-2-7%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            In default Magento Version 2.2.7 product listing page category product Position working fine.



            If you have customized product collection for list page, then you have to need sorting your collection using Position like addAttributeToSort('position', 'ASC')



            Example:



            $productCollection = $this->getCategory($categoryId)->getProductCollection()->addAttributeToSelect('*')->addAttributeToSort('position', 'ASC');





            share|improve this answer





























              1














              In default Magento Version 2.2.7 product listing page category product Position working fine.



              If you have customized product collection for list page, then you have to need sorting your collection using Position like addAttributeToSort('position', 'ASC')



              Example:



              $productCollection = $this->getCategory($categoryId)->getProductCollection()->addAttributeToSelect('*')->addAttributeToSort('position', 'ASC');





              share|improve this answer



























                1












                1








                1







                In default Magento Version 2.2.7 product listing page category product Position working fine.



                If you have customized product collection for list page, then you have to need sorting your collection using Position like addAttributeToSort('position', 'ASC')



                Example:



                $productCollection = $this->getCategory($categoryId)->getProductCollection()->addAttributeToSelect('*')->addAttributeToSort('position', 'ASC');





                share|improve this answer















                In default Magento Version 2.2.7 product listing page category product Position working fine.



                If you have customized product collection for list page, then you have to need sorting your collection using Position like addAttributeToSort('position', 'ASC')



                Example:



                $productCollection = $this->getCategory($categoryId)->getProductCollection()->addAttributeToSelect('*')->addAttributeToSort('position', 'ASC');






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 23 hours ago









                Teja Bhagavan Kollepara

                2,98841949




                2,98841949










                answered 23 hours ago









                Kirti NariyaKirti Nariya

                1,171415




                1,171415



























                    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%2f269372%2fposition-sort-not-working-on-product-listing-page-magento2-2-7%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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form