- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020
03:41 PM
11-10-2020
03:41 PM
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.
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2020
04:25 PM
11-15-2020
04:25 PM
Re: Updates not going live
Could be you have to refresh cache?
Admin Panel> System> Cache 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.