Closed (outdated)
Project:
Commerce Migrate Ubercart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2011 at 10:32 UTC
Updated:
8 Jan 2021 at 09:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bojanz commentedIf you write it, I'll commit it.
Comment #2
kmolkens commentedHere's a patch containing some changes :
1) Currency used for migrating products is default currency of Commerce site.
2) Cost is transferred as well (if field_cost exists)
3) Stock value is migrated if stock module is enabled on commerce site
There's still a problem with this last one.
Value is taken from source site correctly.
Value is added to new entity but is converted to an array with a string and a language code and therefor not added to the integer field of stock ?
Anybody an idea why ?
Comment #3
kmolkens commentedI tested the above patch after installing migrate 7.x-2.x-dev and now everything works fine.
Can someone review the patch and commit it ?
Comment #4
rfayComment #5
dwkitchen commented