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?
Hi @bigbob2
Kindly refer below link for your issue:
https://github.com/magento/magento2/issues/10729
It may help!
Thank you.
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!
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.