datashift_spree icon indicating copy to clipboard operation
datashift_spree copied to clipboard

Spree verison 3.0.4

Open goodviber opened this issue 8 years ago • 7 comments

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

Is the gem currently compatible with this version?

Thanks

goodviber avatar Oct 20 '15 14:10 goodviber

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

autotelik avatar Oct 26 '15 16:10 autotelik

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

mhmaguire avatar Oct 26 '15 22:10 mhmaguire

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.

goodviber avatar Oct 27 '15 12:10 goodviber

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

autotelik avatar Oct 27 '15 13:10 autotelik

@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'

#...

mhmaguire avatar Oct 27 '15 17:10 mhmaguire

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)

pgouv avatar Jun 21 '16 06:06 pgouv

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

autotelik avatar Jun 21 '16 08:06 autotelik