Magento2.2.7 PLP sorting breaks after we place ordersMagento 2 product list sortingMagento sorting collection only sorting first 20 productsMagento error ERR_TOO_MANY_REDIRECTS, when sorting productsMagento 2 - Cant place orders after migrationAdd condition after place order button clickedMagento 2 - Products not appearing in categories on frontendMagento 2.2.5: Error on cron:run after every production deploymentMagento 2: Zend_Http_Exception Invalid header line detectedConvert from Cloud Enterprise to Enterprise issueSorting on parent categories
What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?
Where can I find the list of all tendons in the human body?
arcpy.GetParameterAsText not passing arguments to script?
Are there mythical creatures in the world of Game of Thrones?
Creating Fictional Slavic Place Names
Can I ask a publisher for a paper that I need for reviewing
Pros and cons of writing a book review?
How do I get a list of only the files (not the directories) from a package?
Does nuclear propulsion applied to military ships fall under civil or military nuclear power?
Orientable with respect to complex cobordism?
Is it possible to kill all life on Earth?
Can a helicopter mask itself from Radar?
California: "For quality assurance, this phone call is being recorded"
The term for the person/group a political party aligns themselves with to appear concerned about the general public
Accidentally cashed a check twice
The qvolume of an integer
If a massive object like Jupiter flew past the Earth how close would it need to come to pull people off of the surface?
Question about IV chord in minor key
How can a single Member of the House block a Congressional bill?
Are grass strips more dangerous than tarmac?
What if you don't bring your credit card or debit for incidentals?
How can I stop my presentation being derailed by audience questions?
Modern approach to radio buttons
Infinitely many hats
Magento2.2.7 PLP sorting breaks after we place orders
Magento 2 product list sortingMagento sorting collection only sorting first 20 productsMagento error ERR_TOO_MANY_REDIRECTS, when sorting productsMagento 2 - Cant place orders after migrationAdd condition after place order button clickedMagento 2 - Products not appearing in categories on frontendMagento 2.2.5: Error on cron:run after every production deploymentMagento 2: Zend_Http_Exception Invalid header line detectedConvert from Cloud Enterprise to Enterprise issueSorting on parent categories
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Whenever we place an order on store front and come back to any category page, the sorting is not working(sorting breaks) . To fix this we needed to run a reindex on the below indexers and clear the cache
php bin/magento indexer:reindex catalog_product_attribute
php bin/magento indexer:reindex catalog_product_price
php bin/magento indexer:reindex catalog_product_flat
After running these commands , sorting works fine. But if we place next order, again it breaks and this continues.
magento2 sorting place-order
add a comment |
Whenever we place an order on store front and come back to any category page, the sorting is not working(sorting breaks) . To fix this we needed to run a reindex on the below indexers and clear the cache
php bin/magento indexer:reindex catalog_product_attribute
php bin/magento indexer:reindex catalog_product_price
php bin/magento indexer:reindex catalog_product_flat
After running these commands , sorting works fine. But if we place next order, again it breaks and this continues.
magento2 sorting place-order
add a comment |
Whenever we place an order on store front and come back to any category page, the sorting is not working(sorting breaks) . To fix this we needed to run a reindex on the below indexers and clear the cache
php bin/magento indexer:reindex catalog_product_attribute
php bin/magento indexer:reindex catalog_product_price
php bin/magento indexer:reindex catalog_product_flat
After running these commands , sorting works fine. But if we place next order, again it breaks and this continues.
magento2 sorting place-order
Whenever we place an order on store front and come back to any category page, the sorting is not working(sorting breaks) . To fix this we needed to run a reindex on the below indexers and clear the cache
php bin/magento indexer:reindex catalog_product_attribute
php bin/magento indexer:reindex catalog_product_price
php bin/magento indexer:reindex catalog_product_flat
After running these commands , sorting works fine. But if we place next order, again it breaks and this continues.
magento2 sorting place-order
magento2 sorting place-order
edited May 24 at 6:01
Savan Patel
612318
612318
asked May 24 at 5:42
Manaf P MManaf P M
1617
1617
add a comment |
add a comment |
0
active
oldest
votes
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%2f275938%2fmagento2-2-7-plp-sorting-breaks-after-we-place-orders%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f275938%2fmagento2-2-7-plp-sorting-breaks-after-we-place-orders%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