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

Using a Spree.user_class other than 'User' (e.g. Account) causes users/index view to break because the method link_to_edit uses a polymorphic method of determining the URL helper and it results in...

Bug

I think there are a lot of circumstances where it's desirable for the order controller to be able to accept multiple variants. For instance, if I sell selectable "add-ons" or...

I'm not super-familiar with the logic around this issue, so maybe I'm missing something. However, if my understanding is correct, this is a proposal for an internal simplification. [`Spree::Stock::SimpleCoordinator#build_shipments`](https://github.com/solidusio/solidus/blob/2ea829645b00fcedd5bfd69e045bddab7f40beb9/core/app/models/spree/stock/simple_coordinator.rb#L50) is...

As a follow up to the `inline-editable-table` introduced in #1580 we should have a look into all tables in the admin and see where this new UI component could fit....

Enhancement
UI
Solidus Admin
Beginner-Friendly

I was creating a customer return for a received order. After I click on Create button I get the exception in the title (Server Error 500). **Solidus Version**: v2.10.2 **To...

Bug
Solidus Admin
Solidus Core

As of the introduction of #2913, we no longer set the default payment to one that was used on the current order. Instead, we implicitly pick the one with the...

Bug

When `use_combined_first_and_last_name_in_address` is set to `false`, creating a new order in admin, in the customer tab, it is not populating First Name and Last Name fields when you pick an...

Bug
Solidus Admin

**Is your feature request related to a problem? Please describe.** One of our services is logically a "backend only" application using Solidus. We're using Solidus to power the database models,...

We have a demo of Solidus on Docker Hub here https://hub.docker.com/repository/docker/solidusio/solidus-demo but it's out of date. We need to be sure it works by using the last code available and...

**Is your feature request related to a problem? Please describe.** I need to use a simplified layout for the checkout and for other places of the store. It's very common...