- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Changes to categories not showing on front end
I just changed the name of a category and added some new ones. None of the changes would show on the front end until I did the following:
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Now the new categories are showing, but the one I changed the name of is still showing the old name. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Changes to categories not showing on front end
Hi @bigbob2
Kindly refer below link for your issue:
https://github.com/magento/magento2/issues/10729
It may help!
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Changes to categories not showing on front end
Hi @bigbob2 ,
Try to check your categories settings at store view level as well from switching from top left corner store switcher.
Hope it may helps you!
Problem Solved! Click Kudos & Accept as a Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Changes to categories not showing on front end
That was it thank you! I switched out of single store mode, then changed the category view to default store and made the name change again.