skip to Main Content

A friend of mine who running e-commerce website using Magento 2 platform. She set price attribute on her products and now she wants to change the price. She is able to find the attribute input field and changed the price and then saved and cashed out, but it doesn’t update frontend, and there is no any error show either.

I’m pretty new to Magento 2 and wondering any body has any idea what is going on?

2

Answers


  1. You must flush storage cache then run this command (from the root of magento’s directory) line to get the change applied :

    $ php bin/magento indexer:reindex
    

    Let me know if you still face the problem then.

    Login or Signup to reply.
  2. If you cannot ssh to server, you can go to admin System->Tools->Index Management to Re

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search