autotelik / datashift_spree

Comprehensive import and export tools for Spree and Spree Products
Other
90 stars 104 forks source link

Spree verison 3.0.4 #49

Open goodviber opened 8 years ago

goodviber commented 8 years ago

Hi, I have run into several issues with Spree version 3.0.4

Is the gem currently compatible with this version?

Thanks

autotelik commented 8 years ago

Sorry i'm not sure, I have not worked with Spree 3 yet, and have been focused on improving main datashift project

mhmaguire commented 8 years ago

I'm using datashift spree with 3-0-stable branch and it appears to be working correctly. Just install datashift from master

goodviber commented 8 years ago

HI @mhmaguire, could you give me a copy of your exact gem spec and install procedure for spree/datashift/datashift_spree. I have hit a wall and had to write my own rake tasks for import/export of product data/images. Thanks.

autotelik commented 8 years ago

can you let us know what the issues you are facing are ?

mhmaguire commented 8 years ago

@goodviber Im using spree 3-0-stable and datashift/datashift_spree from master

The only thing i haven't managed to get working is stock_items count_on_hand for products.

source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.4'

#...

gem 'spree', github: 'spree/spree', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'spree_multi_domain', github: 'spree/spree-multi-domain', branch: '3-0-stable'
gem 'spree_related_products', github: 'mhmaguire/spree_related_products', branch: '3-0-stable'
gem 'spree_active_shipping', github: "spree-contrib/spree_active_shipping", branch: '3-0-stable'
gem 'spree_wishlist', github: 'mhmaguire/spree_wishlist', branch: "3-0-stable"

#stuff for importing product info
gem 'datashift', github: 'autotelik/datashift', branch: 'master'
gem 'datashift_spree', github: 'autotelik/datashift_spree', branch: 'master'

#...
pgouv commented 8 years ago

undler could not find compatible versions for gem "datashift": In Gemfile: datashift

datashift_spree was resolved to 0.6.0, which depends on
  datashift (>= 0.15.0, ~> 0.15)
autotelik commented 8 years ago

hi .. I'm afraid all my spare time still taken with the main datashift project right now .. you could fork the datashift spree project and amend the Gemfile/gemspec to bump the versions