solidus icon indicating copy to clipboard operation
solidus copied to clipboard

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.

Results 316 solidus issues
Sort by recently updated
recently updated
newest added

# Backport This will backport the following commits from `main` to `v4.3`: - [Merge pull request #5642 from rabbitbike/fix-migration-down-method-for-promotion_orders-promotions-foreign-key](https://github.com/solidusio/solidus/pull/5642) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport)

type:bug
changelog:solidus_core

# Backport This will backport the following commits from `main` to `v4.3`: - [Merge pull request #5643 from sascha-karnatz/fix-menu-item-menu-path](https://github.com/solidusio/solidus/pull/5643) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport)

changelog:solidus_backend

## Summary When importing legacy menu items into the new storefront's API, the `import_menu_items_from_backend` method will try reading the legacy menu item's paths. Those path might be defined in lambdas...

changelog:solidus_admin

**Desired Behavior** When viewing the admin orders index, I should see only the orders for the current store. **Current Behavior** When viewing the admin orders index, I see all orders...

## Summary Fixes #5105 This PR integrates role and permission management capabilities from the [solidus_user_roles](https://github.com/boomerdigital/solidus_user_roles) gem directly into Solidus, providing greater flexibility and control over user roles and permissions. Major...

type:enhancement
changelog:solidus_core
hold

## Summary `spree_orders` table has the column `email` which stores the email of guest orders, this change intends to look first at this property then fallback to user's email. This...

changelog:solidus_core
changelog:solidus_admin

## 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 have written a thorough PR description. -...

changelog:solidus_core
changelog:repository

## Summary Solidus Sample gem includes seed data to setup local development in an easy way, it includes catalogs for countries, states, products, taxonomies/taxons and images. This gem itself needs...

type:enhancement
changelog:solidus_core
changelog:solidus
changelog:repository

## Summary Fixes #4860 This PR adds deprecation warnings to the following views and controllers: - [DashboardsController](https://github.com/solidusio/solidus/blob/main/backend/app/controllers/spree/admin/dashboards_controller.rb) - [Home View](https://github.com/solidusio/solidus/blob/main/backend/app/views/spree/admin/dashboards/home.html.erb) - [Dashboards Display](https://github.com/solidusio/solidus/blob/main/core/lib/spree/permission_sets/dashboard_display.rb) - [Dashboards Display Spec](https://github.com/solidusio/solidus/blob/main/core/spec/models/spree/permission_sets/dashboard_display_spec.rb)

changelog:solidus_backend
changelog:solidus_core

Allow solidus installation that are not using the API to skip installing `solidus_api` altogether. All of the current endpoints could be moved to backend controllers making use of the authenticated...

type:enhancement