solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
# The problem Most of the service objects used in Solidus are configurable, so that users can easily swap them with their own implementation which either inherits from or completely...
The version of jQuery loaded by default on all ([frontend](https://github.com/solidusio/solidus/blob/a17109b07a817ae34bc61491c3ed1ea824ee32c5/core/lib/spree/testing_support/dummy_app/assets/javascripts/spree/frontend/all.js#L7), [backend](https://github.com/solidusio/solidus/blob/a17109b07a817ae34bc61491c3ed1ea824ee32c5/core/lib/spree/testing_support/dummy_app/assets/javascripts/spree/backend/all.js#L7)) Solidus apps is version 1.12.4, as that is the version that [`jquery-rails` loads when requiring simply `jquery`](https://github.com/rails/jquery-rails/blob/master/VERSIONS.md). This version...
**Description** Add code coverage report to whole project (not only for each sub-project) and code coverage badge to `README.md`. **Question** - Code coverage badge relies on https://codecov.io/. Is using https://codecov.io/...
We are trying to assign to a single user a promotion that allow to have a free order (order + shipping) but from the `delivery` step, we are redirected to...
### The problem The solidus admin frontend does not use a modern JS framework in its implementation. This is problematic for several reasons. 1. Aspiring frontend contributors can not rely...
Order totals are effectively limited to $100,000,000 because we're using precision 10 scale 2, which need to be less than 10^8 (100 million). However, this isn't validated anywhere, meaning that...
I'm having a situation with attachments once again. I've once opened a [discussion](https://github.com/solidusio/solidus/discussions/3986) about corrupted uploads, and the solution that I offered there has already been PR'd and merged into...
`i18n-tasks` gem now comes with the following post-install message: ``` Post-install message from i18n-tasks: # Install default configuration: cp $(bundle exec i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/ # Add an RSpec for missing...
**Solidus Version**: 3.0.1 **To Reproduce** Open Solidus admin, and go to the Taxonomies page. Edit a taxonomy with taxons. Delete one of the taxons. **Current behavior** A delete request is...
After upgrading to Sprockets 4, the Solidus favicon has effectively replaced our custom favicon. **Solidus Version**: 2.9 **To Reproduce** 1. Copy a custom favicon to `app/assets/images/favicon.ico` 2. Include this icon...