Currently nop 2.x is supporting excel import by product only. For example, if I have inventory based on products by size, I cannot upload inventory based on that. I have 22 size 10 Hatties and not 22 Hatties for example.
Is there a fix to this in nop or upgrade path for this? We cannot update inventory via excel at the moment and it becomes extremely tedious to do this individually through the GUI for customers.
I got around this in my instance by making my own ImportService based on the original.
This all occurs in the ImportProductsFromXlsx function:
There will be some tweaking to do there. I would have dumped my function here but I moved away from that process. If all your ProductVariants are next to each other in the Excel file and the Product name matches, you should be able to get multiple variants on one product with little hassle.
I’m on version 2.3