cancel
Showing results for 
Search instead for 
Did you mean: 

Making changes in Admin not showing on website?!*!

Making changes in Admin not showing on website?!*!

Hi

Im making simple changes to a product,  my web developer has told me to

- go to system

- cache management

-select all, refresh, submit

 

He has also told me to flush cache storage and flush magento cache.

Ive done all this and still the changes I make to the product are not showing on the website.

 

All advice greatly appreciated!

2 REPLIES 2

Re: Making changes in Admin not showing on website?!*!

It can be due to reindex, depending on the mode (by schedule, or update on save).

Try to run reindex from command line:

php bin/magento indexer:reindex

Also make sure that you've configured cron job, because it's dealing with index process in the background. Official Magento documentation can be found at: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html

 

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: Making changes in Admin not showing on website?!*!

Thank you.