Magento LayoutXML Update Default Products per Page Gridchange default limit of products per page in admin panelremove js from products gridProduct Grid Showing Please select products for attributes update while updating attributes from mass actionSet Default limit of per page in custom gridHow to change the number of items per row in products grid?How can I make product list page show 5 products per row instead of 3?Display bestsellers products on products catalog pageMove category description from admin panel (Layout Update XML) in Magento 2Update product quantity from grid dashboardMagento 2 error in [unknown object].fireEvent(): event name: tinymceSetContent error message: Cannot read property 'serialize' of undefined

What is the hottest thing in the universe?

Is it OK to draw different current from L1 and L2 on NEMA 14-50?

What are the advantages of this gold finger shape?

When did Bilbo and Frodo learn that Gandalf was a Maia?

Scam? Phone call from "Department of Social Security" asking me to call back

Bringing Power Supplies on Plane?

Why aren't rainbows blurred-out into nothing after they are produced?

Is it possible to know the exact chord from the roman numerals

How do I ask for 2-3 days per week remote work in a job interview?

Is this n-speak?

Shifting tenses in the middle of narration

Good textbook for queueing theory and performance modeling

How can God warn people of the upcoming rapture without disrupting society?

Why aren't rockets built with truss structures inside their fuel & oxidizer tanks to increase structural strength?

Is there a fallacy about "appeal to 'big words'"?

Why is there a dummy union member in some implemetations of std::optional?

Did DOS zero out the BSS area when it loaded a program?

How far did Gandalf and the Balrog drop from the bridge in Moria?

How much can I judge a company based on a phone screening?

Does an Irish VISA WARNING count as "refused entry at the border of any country other than the UK?"

Do I have to cite common CS algorithms?

Escape Velocity - Won't the orbital path just become larger with higher initial velocity?

Link for download latest Edubuntu

Will using a resistor in series with a LED to control its voltage increase the total energy expenditure?



Magento LayoutXML Update Default Products per Page Grid


change default limit of products per page in admin panelremove js from products gridProduct Grid Showing Please select products for attributes update while updating attributes from mass actionSet Default limit of per page in custom gridHow to change the number of items per row in products grid?How can I make product list page show 5 products per row instead of 3?Display bestsellers products on products catalog pageMove category description from admin panel (Layout Update XML) in Magento 2Update product quantity from grid dashboardMagento 2 error in [unknown object].fireEvent(): event name: tinymceSetContent error message: Cannot read property 'serialize' of undefined






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








0















I cannot edit my magento theme for now - I'm trying to do this through the back admin. I am also by no means an expert, so please forgive me.



I need one category to have a default grid value of 48 products instead of our set default value of 24. 48 is a value that is allowed in our product grid.



I tried the following code by entering it into the category Design Layout Update XML section, but it is not working.



<referenceContainer name="content"> 
<block class="MagentoThemeBlockHtmlPager" name="product_list_toolbar_pager"><action method="setDefaultGridPerPage">
<argument name="limit" xsi:type="string">48</argument>
</action>
</block>
</referenceContainer>


How can I go about changing the default value via back admin?



Thanks in advanced!










share|improve this question






























    0















    I cannot edit my magento theme for now - I'm trying to do this through the back admin. I am also by no means an expert, so please forgive me.



    I need one category to have a default grid value of 48 products instead of our set default value of 24. 48 is a value that is allowed in our product grid.



    I tried the following code by entering it into the category Design Layout Update XML section, but it is not working.



    <referenceContainer name="content"> 
    <block class="MagentoThemeBlockHtmlPager" name="product_list_toolbar_pager"><action method="setDefaultGridPerPage">
    <argument name="limit" xsi:type="string">48</argument>
    </action>
    </block>
    </referenceContainer>


    How can I go about changing the default value via back admin?



    Thanks in advanced!










    share|improve this question


























      0












      0








      0








      I cannot edit my magento theme for now - I'm trying to do this through the back admin. I am also by no means an expert, so please forgive me.



      I need one category to have a default grid value of 48 products instead of our set default value of 24. 48 is a value that is allowed in our product grid.



      I tried the following code by entering it into the category Design Layout Update XML section, but it is not working.



      <referenceContainer name="content"> 
      <block class="MagentoThemeBlockHtmlPager" name="product_list_toolbar_pager"><action method="setDefaultGridPerPage">
      <argument name="limit" xsi:type="string">48</argument>
      </action>
      </block>
      </referenceContainer>


      How can I go about changing the default value via back admin?



      Thanks in advanced!










      share|improve this question














      I cannot edit my magento theme for now - I'm trying to do this through the back admin. I am also by no means an expert, so please forgive me.



      I need one category to have a default grid value of 48 products instead of our set default value of 24. 48 is a value that is allowed in our product grid.



      I tried the following code by entering it into the category Design Layout Update XML section, but it is not working.



      <referenceContainer name="content"> 
      <block class="MagentoThemeBlockHtmlPager" name="product_list_toolbar_pager"><action method="setDefaultGridPerPage">
      <argument name="limit" xsi:type="string">48</argument>
      </action>
      </block>
      </referenceContainer>


      How can I go about changing the default value via back admin?



      Thanks in advanced!







      magento2 layout product-grid






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 3 at 3:02









      meweb432344meweb432344

      133 bronze badges




      133 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0














          To set a default grid value of 48 products for one category, you have to set
          "Products per Page on Grid Allowed Values" configuration in Store > Configuration > Catalog >Catalog > Store Front > Products per Page on Grid Allowed Values add 48.
          enter image description here
          You will have to then move to catalog > categories (select the category in which you have to set default grid value to 48) > Design > Layout Update XML add below lines



          <referenceBlock name="product_list_toolbar">
          <action method="setDefaultGridPerPage">
          <argument name="limit" xsi:type="string">48</argument>
          </action>
          </referenceBlock>





          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%2f284282%2fmagento-layoutxml-update-default-products-per-page-grid%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









            0














            To set a default grid value of 48 products for one category, you have to set
            "Products per Page on Grid Allowed Values" configuration in Store > Configuration > Catalog >Catalog > Store Front > Products per Page on Grid Allowed Values add 48.
            enter image description here
            You will have to then move to catalog > categories (select the category in which you have to set default grid value to 48) > Design > Layout Update XML add below lines



            <referenceBlock name="product_list_toolbar">
            <action method="setDefaultGridPerPage">
            <argument name="limit" xsi:type="string">48</argument>
            </action>
            </referenceBlock>





            share|improve this answer





























              0














              To set a default grid value of 48 products for one category, you have to set
              "Products per Page on Grid Allowed Values" configuration in Store > Configuration > Catalog >Catalog > Store Front > Products per Page on Grid Allowed Values add 48.
              enter image description here
              You will have to then move to catalog > categories (select the category in which you have to set default grid value to 48) > Design > Layout Update XML add below lines



              <referenceBlock name="product_list_toolbar">
              <action method="setDefaultGridPerPage">
              <argument name="limit" xsi:type="string">48</argument>
              </action>
              </referenceBlock>





              share|improve this answer



























                0












                0








                0







                To set a default grid value of 48 products for one category, you have to set
                "Products per Page on Grid Allowed Values" configuration in Store > Configuration > Catalog >Catalog > Store Front > Products per Page on Grid Allowed Values add 48.
                enter image description here
                You will have to then move to catalog > categories (select the category in which you have to set default grid value to 48) > Design > Layout Update XML add below lines



                <referenceBlock name="product_list_toolbar">
                <action method="setDefaultGridPerPage">
                <argument name="limit" xsi:type="string">48</argument>
                </action>
                </referenceBlock>





                share|improve this answer













                To set a default grid value of 48 products for one category, you have to set
                "Products per Page on Grid Allowed Values" configuration in Store > Configuration > Catalog >Catalog > Store Front > Products per Page on Grid Allowed Values add 48.
                enter image description here
                You will have to then move to catalog > categories (select the category in which you have to set default grid value to 48) > Design > Layout Update XML add below lines



                <referenceBlock name="product_list_toolbar">
                <action method="setDefaultGridPerPage">
                <argument name="limit" xsi:type="string">48</argument>
                </action>
                </referenceBlock>






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 3 at 5:10









                Mona MehtaMona Mehta

                1057 bronze badges




                1057 bronze badges






























                    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%2f284282%2fmagento-layoutxml-update-default-products-per-page-grid%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

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

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?