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

                    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