solidus
solidus copied to clipboard
π Solidus, the open-source eCommerce framework for industry trailblazers.
The current repository does not fulfill the license requirements of the icons (Remixicon licensed under Apache 2.0) used. Anyone who uses open source software licensed under Apache 2.0 must include...
**Scope** Shipping Labels of FedEX, DHL and other shipping companies have limited validity. Mandatory return periods in case of Warranty or change of purchase intend often extend beyond that limit....
**Desired Behavior** PR #5989 introduced brands into solidus. The sample data needs to be updated to reflect that. Related to **Additional notes** Related to: Issue [Update Starter Frontend with Fields...
**Desired Behavior** Provide a simple link in form of a button for single store products and in form of a dropdown for multi store installations that provides a link from...
Solidus installation does not check for an existing database, it then fails with the migration silently, then seeding fails too, consequently the schema.rb is not being updated, and as a...
There are several flaws with the new admin table filter and search implementation. 1. One can only choose one filter at the time 2. The fulltext search submits on key...
I get this error when I try to use `RAILS_ENV=production rails assets:precompile`. It causes my build to fail on Heroku and locally. I tried using Chat-GPT to fix the issue,...
## Summary This PR changes the new promotion system to calculate discounts entirely via adjustments rather than using in-memory `ItemDiscount` objects. The advantage of this approach is that it allows...
Currently we are [hard coding `frontend_viewable: false` into the order params](https://github.com/solidusio/solidus/blob/f4654cfd9bd2fd7d9d8723366c98e25a9ec494d1/backend/app/controllers/spree/admin/orders_controller.rb#L164) in the admin orders controller. What about making this a checkbox on the admin orders screen? Then a customer...
As the title says, o get an error when trying to run the docker image after cloning solidus. Gem::Ext::BuildError: ERROR: Failed to build gem native extension. 2025-11-03 14:52:21 2025-11-03 14:52:21...