Moving from Magento: Easily change stock

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
We have a Magento website and are moving to NopCommerce v4.1.
I'm not a NopCommerce developer but know some C# and HTML/Javascript/CSS

In Magento we have a plugin that allows me to quickly change the stock amount in the product list in the dashboard.
The stock is shown as a textbox. After leaving this textbox the value is saved using AJAX.

Out of the box, Nop cannot do this. I tried looking for a plugin in the marketplace but couldn't find one.
Is this something that could be easily implemented (preferable by myself)?

Any suggestion is much appreciated.
4 years ago
pmeems wrote:
We have a Magento website and are moving to NopCommerce v4.1.
I'm not a NopCommerce developer but know some C# and HTML/Javascript/CSS

In Magento we have a plugin that allows me to quickly change the stock amount in the product list in the dashboard.
The stock is shown as a textbox. After leaving this textbox the value is saved using AJAX.

Out of the box, Nop cannot do this. I tried looking for a plugin in the marketplace but couldn't find one.
Is this something that could be easily implemented (preferable by myself)?

Any suggestion is much appreciated.

Hi
I don't quite get what you need but I assume that Bulk Edit feature (out of the box) is what you need; NopAdmin plugin might be another option and a third would be to import a 2 column Excel with SKU and stock for products you want to update.
4 years ago
Thanks. Bulk Edit is indeed what I was looking for.
Great to see these kind of features are default NOP functionality.

I find it a bit hard to find documentation for newbies like me but I'm very thankful for the support in this forum.

The more I understand of NOP the more I love it!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.