
Solidus
Installation
Run the following command inside your application directory.
If you're using Enthusiast Starter, that's inside enthusiast-starter/src/
poetry add enthusiast-source-solidus
Then, register the integration in your config/settings_override.py.
CATALOG_PRODUCT_SOURCE_PLUGINS = {
...
"Solidus": "enthusiast_source_shopify.SolidusProductSource",
}
Last updated on