Bounteous-Inc/Magento-Multi-Location-Inventory

How do you use import /export to mass change product

Opened this issue · 5 comments

I was trying to do mass upload but quantity is the total of every location, can one have location attributes in the export?

I am interested as well on this

Hi guys I've built this functionality in my fork, see pull request #25

Hello James

Thanks for contribution

However, looks like I have some files missing suck the /Index folder
located
in app/code/community/Demac/MultiLocationInventory/Model/Stock/Status

Do you know where can I get it?

Thanks

On Wed, Sep 2, 2015 at 8:06 PM, James notifications@github.com wrote:

Hi guys I've built this functionality in my fork, see here:

#25
#25


Reply to this email directly or view it on GitHub
#31 (comment)
.

Hi navitelia,

Demac haven't accepted my pull request so if you want to use the import/export functionality then use the develop branch of my fork:

https://github.com/arkadedigital/Demac-Multi-Location-Inventory-Magento-Module/tree/develop

@jharrisonau I'm using your develop branch. I'm trying to use Magmi Datapump API like this:
"$newProductData = array(
'sku' => $sku,
'stock_location' => $code,
'qty' => $stock
);"

But it doesn't update the stock of this stock_location. Is anything am I doing wrong?