solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
_Disclaimer: this PR was entirely written by codex under my guidance, for good or for bad 😊_ ## Summary This change will open to having separate classes for customers and...
**Description** Following the official Solidus Getting Started guide to set up a new project, the `bin/rails generate solidus:install` command fails immediately after running `rails new` and `bundle add solidus`. The...
> [!IMPORTANT] > blocked by #6294 ## Summary ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory for all PRs: - [ ] [I agree...
## Summary Using [turbo-confirm](https://github.com/RoleModel/turbo-confirm) add-on create a UI confirmation modal component to use Turbo-native "data-turbo-confirm" functionality along with custom modal dialog, rather than browser native confirm dialog. ### Screenshots ##...
> [!IMPORTANT] > Blocked by #6294 ## Summary Adds interface to create and update Tax Rates ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory...
> [!IMPORTANT] > Blocked by #6280 ## Summary Implements interface to add product categories to product, as well as create new categories and associate them with product in one go....