简体   繁体   中英

Magento 2 Changes Made in Admin Panel do not appear on the Client's Page

The problem:

Changes (eg changing products' names) and adding new features (eg a new Cart Price Rule) do not work on the Client's Page. All of the changes I do are visible on the Admin Panel right away.

What I've tried:

  1. Refreshing cache (System => Tools => Cache Management)
    I am selecting 14 out of 15 checkboxes as my senior collegue has said, selecting the "configuration" checkbox may (and probably will) crash the whole site, besides I have been told this "configuration" checkbox has nothing to do with this problem.

  2. Flushing Cache
    I have tried both of the options, "Flush Cache Storage" & "Flush Magento Cache"

  3. Reindexing
    I have typed bin/magento indexer:reindex into the OKD console. The output of reindexing is alright, as you can see:
    重建索引

I could not find any other possible solutions to this problem online, or any other up-to-date post on this topic.

Do you have multistore website ?

if yes then make changes in the desired store to get the changes reflected on frontend.

About your questions, try the below codes/methods to see whether it fixes your problem:

In order to clean a cache in Magento 2 please go to Admin Panel > System > Cache Management .

Admin Panel > System > Cache Management

Press the Flush Magento Cache button.

Flush Magento Cache button

Once the cache has been flushed you will see the success message.

Success message

All the process

If you can connect to website, you using CLI

bin/magento cache:clean 
bin/magento c:c 
bin/magento cache:flush 
bin/magento c:f

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM