Hi everyboody,
I need your help, for my magento 2.1.8
I'm trying to simply change the name, or the description of my categories.
The change is saved in the back office, but it is not done on the front...
Thank you for your help !
Yoann
Solved! Go to Solution.
Thanks for you reply.
could you please confirm - that you are changing catgory details for specific store/storeview same you are checking at frontend ?
have you selected store from the top of the category page at backend ?
Might be you are changing for specific store and on frontend you are checking another store ?
You might have issue of cache and indexer.
do one thing open your ssh terminal and run below commands .
php bin/magento indexer:reindex php bin/magento cache:clean php bin/magento cache:flush
You can also clear the cache from backend - Logged in to you Magento 2 Admin panel then click on System menu -> Tools -> Cache Management -> On the next screen you have seen two buttons Flush cache storage and Flush Magento Cache.
Click on both the button and clear the cache.
Then check at frontend.
It will show updated changes on the frontend.
Hi,
Thank you for your reply.
I'll have to specify it, but the caches have been emptied and the problem is noticeable.
Thank you,
Best
Thanks for you reply.
could you please confirm - that you are changing catgory details for specific store/storeview same you are checking at frontend ?
have you selected store from the top of the category page at backend ?
Might be you are changing for specific store and on frontend you are checking another store ?
Thank you !
I did not select the right store...
Glad to know that you have resolved your issue , Happy to help and keep helping
if solution is helpful to you please click on kudos as well - so other user gets helped