Bug Report: Issue When Updating Product Price via SKU Search in Stock Manager Pl
-
In the Stock Manager plugin for WordPress, I encountered an issue while trying to update a product’s price. Here’s the step-by-step process to reproduce the issue:
- In the product list, I search for a product using its SKU code.
- The search results display the product(s) as expected.
- I update the price of one of the products and then click on the “Save all changes” button.
- After clicking “Save all changes,” the product list disappears.
When inspecting the page in the browser console, I noticed the following two errors:
react-dom.production.min.js:198 TypeError: Cannot read properties of undefined (reading 'length') at Products.js:20:22 at Array.map (<anonymous>) at Function.mapToProps (Products.js:19:35)
Products.js:20 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at Products.js:20:22 at Array.map (<anonymous>) at Function.mapToProps (Products.js:19:35)
Additional Observation:
When I return to the product list and search for the same product again, I notice that the price has not been updated.Could you please investigate this issue? Let me know if you need further details or access to the environment for debugging.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.