cancel
Showing results for 
Search instead for 
Did you mean: 

Can not change categories

SOLVED

Can not change categories

Hi everyboody,

 

I need your help, for my magento 2.1.8 Smiley Happy

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can not change categories

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 ?

if issue solved,Click Kudos & Accept as Solution

View solution in original post

5 REPLIES 5

Re: Can not change categories

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.

if issue solved,Click Kudos & Accept as Solution

Re: Can not change categories

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

 

Re: Can not change categories

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 ?

if issue solved,Click Kudos & Accept as Solution

Re: Can not change categories

Thank you !

I did not select the right store...

Re: Can not change categories

Glad to know that you have resolved your issue , Happy to help and keep helping Smiley Happy

 

if  solution is helpful to you please click on kudos as well - so other user gets helped 

if issue solved,Click Kudos & Accept as Solution