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;
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
add a comment |
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
add a comment |
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
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
magento2 layout product-grid
asked Aug 3 at 3:02
meweb432344meweb432344
133 bronze badges
133 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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>
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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>
add a comment |
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.
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>
add a comment |
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.
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>
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.
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>
answered Aug 3 at 5:10
Mona MehtaMona Mehta
1057 bronze badges
1057 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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