-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
FAQ
John Hawthorn edited this page Dec 14, 2015
·
17 revisions
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.
- You need to fork the spree extension.
- You need to update all dependencies to spree gems in the gemspec file
- 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