{"id":21287913,"url":"https://github.com/ngelx/solidus_import_products","last_synced_at":"2025-07-11T13:31:11.984Z","repository":{"id":56896424,"uuid":"121678003","full_name":"ngelx/solidus_import_products","owner":"ngelx","description":"Import and update products funtionality in solidus","archived":false,"fork":false,"pushed_at":"2018-05-03T19:56:19.000Z","size":369,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T08:49:57.227Z","etag":null,"topics":["rails-engine","ruby-gem","solidus","solidus-extensions"],"latest_commit_sha":null,"homepage":"https://github.com/ngelx/solidus_import_products","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngelx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-15T20:17:44.000Z","updated_at":"2018-05-03T19:54:37.000Z","dependencies_parsed_at":"2022-08-20T17:10:30.424Z","dependency_job_id":null,"html_url":"https://github.com/ngelx/solidus_import_products","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngelx%2Fsolidus_import_products","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngelx%2Fsolidus_import_products/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngelx%2Fsolidus_import_products/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngelx%2Fsolidus_import_products/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngelx","download_url":"https://codeload.github.com/ngelx/solidus_import_products/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225724160,"owners_count":17514144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rails-engine","ruby-gem","solidus","solidus-extensions"],"created_at":"2024-11-21T12:17:21.999Z","updated_at":"2024-11-21T12:17:22.702Z","avatar_url":"https://github.com/ngelx.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/solidus_import_products.svg)](https://badge.fury.io/rb/solidus_import_products)\n[![Build Status](https://travis-ci.org/ngelx/solidus_import_products.svg?branch=master)](https://travis-ci.org/ngelx/solidus_import_products) \n[![Maintainability](https://api.codeclimate.com/v1/badges/132ebaa254502b25d886/maintainability)](https://codeclimate.com/github/ngelx/solidus_import_products/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/132ebaa254502b25d886/test_coverage)](https://codeclimate.com/github/ngelx/solidus_import_products/test_coverage)\n[![Dependency Status](https://beta.gemnasium.com/badges/github.com/ngelx/solidus_import_products.svg)](https://beta.gemnasium.com/projects/github.com/ngelx/solidus_import_products)\n\nThis extension adds product import functionality to Solidus, with a bunch of features that give it similar functionality to Shopify's importer.\n\nThis extension adds a tab to the administration area of Solidus, allowing a logged-in user to select and upload a file in any of the [supported formats](https://github.com/ngelx/solidus_import_products#Formats-supported) containing product information. The upload is then placed on queue for processing. Once it has been processed, the user who initiated the job is notified by email that their import has completed.\n\n\nFeatures\n==============\n\nProducts\n-------------\n* Create if they do not exists, otherwise update them.\n* Set Properties.\n* Attach/import multiple local or remote images.\n* Create/Associate to many taxonomies.\n\nVariations\n------------\n* Create if they do not exists, otherwise update them.\n* Create Options types as needed.\n* Create Options values as needed.\n\nFormats supported\n-----------\n* CSV. [examples](spec/fixtures/)\n\nActiveJob\n----------\nThis gem relies on ActiveJob for scheduling imports greater than 20 products/variantions. For more information about activeJob see [ActiveJob Rails Guide](http://guides.rubyonrails.org/active_job_basics.html)\n\n\nInstallation\n==============\n1. Add the gem to your Gemfile, and run bundle install.\n    `gem 'solidus_import_products', :git =\u003e 'git://github.com/ngelx/solidus_import_products.git'` then `bundle install`\n\n2. rails generate solidus_import_products:install\n\n3. Configure the extension to suit your application by changing config variables in `config/initializers/solidus_import_product_settings.rb`\n\n4. Run application!\n\nSample files and documentation\n==============\n\nSome basic samples files could be find in [spec/fixtures](spec/fixtures/)\n\nFor documentation refer to the [wiki](https://github.com/ngelx/solidus_import_products/wiki)\n\nContributing\n=======\n\n* Fork the project\n* Make your changes, including tests that exercise the code. The first steps to setup the env is something like:\n\n```ruby\nrake test_app\nrake spec\n```\n\n* Summarize your changes in CHANGELOG.md\n* Make a pull request\n\nHistory and attribution\n==============\nThe product import script was based on a simple import script written by Brian Quinn [here](https://gist.github.com/31710). Then it was extended by Josh McArthur (2010). After that by [2beDigital team](https://github.com/2beDigital/solidus_import_products). \nFinaly after all that, I've made some big estructural changes and here we are.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngelx%2Fsolidus_import_products","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngelx%2Fsolidus_import_products","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngelx%2Fsolidus_import_products/lists"}