Daniel A Wozniak

Results 7 comments of Daniel A Wozniak

Here is my thor file, ``` require 'thor' require 'datashift' require 'datashift_spree' DataShift::load_commands DataShift::SpreeHelper::load_commands ```

I was able to make the error go away and use the commands when I used datashift version 0.13.0. There are unfixed bugs in that version so I am unable...

I got it to work. I had to comment out this line in 3 files method_mapper.rb, method_dictionary.rb, and method_detail.rb ``` #include DataShift::Logging ```

The rubygems repo and your git repo might not synced up. I realized you fixed this issue already and I wasn't getting it because I didn't specify the git url...

@joeswann Thanks, that fixed it per your suggestion. ``` @load_object.variants.each_with_index {|v, i| v.update_attributes(sku: values[i].to_f) } ```

Not sure if it helps, but in my XLS, am using China:999 to specifiy stock location:count for stock_items column