I can’t update stock on Magento 1.9.2.3

Asked

Viewed 163 times

1

Good afternoon,

When trying to update the stock, entering the product and changing the value in the specified location, the screen is frozen and nothing happens.

All I did was reset the cache folder and Sessions, just for the sake of conscience. Other than that, I did nothing. I Googled some information, unsuccessfully.

Has anyone ever seen anything like it? How to proceed?

inserir a descrição da imagem aqui

I saw that some updates are harming tasks in Magento. This store has no updates.

1 answer

0


Does the screen get frozen with Gif? ... Take a look at the browser console. It’s probably some Javascript error! I had this mistake with one of the stores I developed. In my case it was conflict with an installed module. I found out by disabling the module in app/etc/modules/nomedomodulo.xml

You can rename the newly installed module to product.xml.disabled for example. Whenever you install something in your store and there is some kind of error, do the test to see if the features return to normal.

I also point out that you work in your store using GIT for versioning. If you don’t know, it’s worth taking a little time to learn. Because with version control, you can simply return until the moment something worked in your store, and so find out between versions what was the change that caused such error.

Hug

Browser other questions tagged

You are not signed in. Login or sign up in order to post.