cancel
Showing results for 
Search instead for 
Did you mean: 

Updates not going live

Updates not going live

Sorry if I sound new.  Website was just updated to Magento 2.3.4

 

When I go in the backend and add a product, image, text, etc...it doesn't show up on the LIVE website even when I click save.  Are there difference steps needed to show updates on the live website that I don't know about? Sorry again, I had Magento 1.9 and it was instant saving and goes live on the website.

1 REPLY 1

Re: Updates not going live

Could be you have to refresh cache?

Admin PanelSystemCache Management

or from command line

php bin/magento cache:flush

or could be you need to reindex?

run 

php bin/magento indexer:reindex

 

Or maybe you are performing the changes on the wrong scope? Make sure you are doing it on the correct store.