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

**Desired Behavior** - [x] Add orders/index component with order list table. #5347 - [x] Include filters that match the old version. #5347 - [ ] Introduce new scope filters. -...

We're using [i18n-tasks](https://github.com/glebm/i18n-tasks) in core & the api to help us find missing, unused, etc. i18n tasks. We should do the same in the new admin, but we need to...

type:enhancement
changelog:solidus_admin

Guard against exceptions when calling `Price#net_amount` without a price. Skip trying to calculate foreign prices in `VatPriceGenerator` when the `default_price` does not have an amount set. Because the `VatPriceGenerator` is...

changelog:solidus_core
release:major

Whenever a store defines additional menu items it should be possible to easily back port the customizations to SolidusAdmin. Some documentation on how to do that should be provided. Long...

changelog:solidus_admin

The duplication between `/api/checkouts` and `/api/orders` is a legacy remnant; currently, we use `/api/checkouts` when operating on a non-finalized order and `/api/orders` when operating on a finalized order (i.e. one...

## Summary In order to order to be able to update LineItem's validations to stop allowing a quantity of zero, we need to remove code that saves LineItems with a...

changelog:solidus_api
changelog:solidus_core

## Summary Simple refactoring for the `Spree::UnitCancel`. There's no need to do `inventory_unit.line_item` and then pass the line item through everywhere when we can get it through a `has_one`. I...

changelog:solidus_core

## Summary I noticed that if a multi-shipment order goes through and you cancel one of the shipments, an order recalculation will set the shipment as pending/ready. See: https://github.com/solidusio/solidus/blob/main/core/app/models/spree/shipment.rb#L208 This...

changelog:solidus_core

**Desired Behavior** All translations used by the starter frontend reside in `solidus_core`: This creates challenges during the development of the starter, as each time a translation key needs to be...