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

In my team, we have started a new ruby/spree project and then added the solidus gem, on top that I dockerised the whole application with all the moving parts we...

The mentioned attribute is commented out due to issues with Solidus' tests. https://github.com/solidusio/solidus/blob/a6c2ceeb2ee6bff832080ebb11773f7b6e4c2df0/core/lib/spree/testing_support/factories/country_factory.rb#L23-L24 This should be fixed so that anyone developers can use the factory and not have to modify...

In the admin area, [we changed](https://github.com/solidusio/solidus/blame/7e0a386f4345629829dc47b4049100667dccab4f/backend/app/views/spree/admin/orders/index.html.erb#L10) the permission check for being able to create a blank new order (i.e. show the new order button) from `:create` to `:manage`. The underlying...

**Description** And make use of the `after_touch` callback of `Spree::Taxon`, that already handles touching ancestors and its taxonomy. This hopefully fixes #3931 as well, because it runs each `touch` callback...

type:enhancement
changelog:solidus_core

Taking advantage of [Rails collection caching](https://guides.rubyonrails.org/caching_with_rails.html#collection-caching) to perform multi get if possible it fetches multiple items at once instead of one by one if the cache storage driver allows it....

Solidus V2.10.1 Why do **products** touch **taxons** when touched? https://github.com/solidusio/solidus/blob/b0092d0f3bda447494a586bf8eb96a18322b8bed/core/app/models/spree/product.rb#L348-L357 I noticed that in our deployment where we have multiple operators simultaneously reviewing products as well as async jobs creating...

Bug
Solidus Core

On Solidus 2.11, theres a bug that prevents you from updating firstname and lastname from admin. [It all starts with the addresses `value_attributes` class method.](https://github.com/solidusio/solidus/blob/07bdb8d180d643fcdf3e769d8f0d197b3d65d44a/core/app/models/spree/address.rb#L85) It combines the old addresses...

Confirmed
Needs Backport

**Issue** When a payment gets processed it provides an `order-id` in the `gateway_options` to go to the gateway. Because of issue, https://github.com/spree/spree/issues/1998 the sent `order-id` [was changed to be unique](https://github.com/spree/spree/commit/861512f5d2807efc71c35e1b85ae871aa060fd41)...

We need to use SSL to access font.googleapis.com. Requests using regular HTTP no longer work. There are current three PRs open that cover this for the support versions (thanks @RyanofWoods!):...

In the backend when editing a taxon or trying to add a taxon to a product (or adding an option type) I am getting a 401 error from the server....

Solidus API