Skip to content
John Hawthorn edited this page Dec 14, 2015 · 17 revisions

Can I use the spree_* extension with Solidus?

Maybe.

Spree extensions can't be used directly with solidus, because they will have spree as a dependency. Since Solidus is based off of Spree 2.4, extensions can usually be updated.

  1. You need to fork the spree extension.
  2. You need to update all dependencies to spree gems in the gemspec file
  3. Make adjustments to changes between spree 2.4 and and the current version of solidus

What kind of changes depends on what the extension extends. This is try and error.

Please have a look at https://github.com/solidusio and https://github.com/solidusio-contrib if someone already done the work