Hi,

I'm trying to import a csv file with just the GUID | Stock levels but I'm not seeing the update happen. Stock levels are correct when you create a new node from an import, but not on update.

Is this something that's supposed to work (ie is it just me?)?

Thanks,
m

Comments

micheleannj’s picture

Status: Active » Needs review

Here's the fix for this:

In uc_feeds_nodeapi

Add


  case "update";
  uc_stock_adjust($node->model, $node->stock);
  break;

Will try to roll a patch...

Robin Millette’s picture

Assigned: Unassigned » Robin Millette

I'm working on fitting this patch with #1031700: Stock Levels with a new dev release out soon.

Anonymous’s picture

Hi Robin, are you working on a version 7x?

Robin Millette’s picture

I'm not planning a D7 version, at least not for a while. Dubs is the main project maintainer. I took the project in to release a D6 version since a friend is working on an Ubercart D6 site. Me, I've moved on to Commerce for my D7 needs.

Anonymous’s picture

@Robin - Thanks for the quick response

dubs’s picture

I think this was applied. Please reopen if not. D7 version coming soon...

dubs’s picture

Status: Needs review » Closed (fixed)