Is Divine eCommerce free?
Is Divine eCommerce free?
Yes — it’s open source under the MIT license and free to use, including commercially. You host it yourself, so there’s no subscription and no per-order fee.
Is it a fork of OpenCart or another platform?
Is it a fork of OpenCart or another platform?
No. It’s a from-the-ground-up engine on its own modular PHP framework. It draws on the experience of running real shops, but it doesn’t inherit another platform’s code or structure.
What do I need to run it?
What do I need to run it?
Docker and Docker Compose. PHP, PostgreSQL and Redis all run in containers — see the Quickstart.
Which database does it use?
Which database does it use?
PostgreSQL. Search and the safe-write layer are built around it, so Postgres is the supported database.
How do customers pay?
How do customers pay?
Checkout ships with cash on delivery and store pickup. An online card gateway (LiqPay) is included and can be enabled with your keys — see Configuration.
Can I add features without forking?
Can I add features without forking?
Yes. The plugin system lets a feature bring its own routes, views, migrations and assets, so you can extend the store without editing the core and keep updating cleanly.
Where's the source code?
Where's the source code?
On GitHub. Issues and contributions are welcome.