• 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:

    1. In the product list, I search for a product using its SKU code.
    2. The search results display the product(s) as expected.
    3. I update the price of one of the products and then click on the “Save all changes” button.
    4. 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.

    • This topic was modified 3 months, 1 week ago by cownected.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support storeapps-support

    (@storeappsorg)

    @cownected

    Thank you for highlighting this issue and providing detailed steps to reproduce it.

    As checked, we can reproduce the issue. We have taken note of it and will surely keep you posted.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.