No commit activity in last 3 years
No release in over 3 years
Allow import/export products to solidus through datashift
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SolidusDatashift

Gem Version Build Status

Allow import data to your solidus store

Installation

Add solidus_datashift to your Gemfile:

gem 'solidus_datashift'

Bundle your dependencies

bundle

Usage

This gem include some rake tasks, namespaced into solidus_datashift, that let you import data to your project.

For example for import products you should use the following command

rake solidus_datashift:product_import[your_file_name]

You can check all available importer tasks by running

rake -T

Copyright (c) 2018 César Carruitero, released under MIT License