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

## Summary When running `bundle exec rake spree_sample:load` against an empty database, an exception is raised in `db/samples/tax_rates.rb` on account of missing a `Spree::Zone` with the name "North America. In...

changelog:solidus_core
changelog:solidus_sample
changelog:solidus

## Summary Closes #5033 Add `solidus:paperclip_adapter:install` generator, which allows incorporating the paperclip adapter into the host application, in order to remove support for it from the core. This generator does...

type:enhancement
changelog:solidus_core

We need to add documentation on how to migrate to the new ACL system from either BoomersDigital extension, or the current ACL system.

We're not supporting Rails v5.2 anymore, so all stores using Solidus can use the newer ActiveStorage adapter. However, we might first want to hear about the experience of stores using...

## Summary ⚠️ WIP ⚠️ This is a first test to simplify the identification of the factories available in your Solidus environment during the implementation of the specs. The idea...

changelog:solidus_core

Apparently, refunding a payment is not creating a payment log entry when executed. ![Screenshot 2023-01-23 at 16 56 05@2x](https://user-images.githubusercontent.com/167946/214086156-a9407fa3-9d01-48ee-a1ba-974010c42bd4.png) ☝️ In this example, the order has been cancelled, and a...

type:bug
good first issue

Similarly to what we have done with https://github.com/solidusio/solidus/blob/5111949aef306ab0ad2c0b9b61af2e1e26fd2f0d/core/db/migrate/20160101010000_solidus_one_four.rb, we can compact the majority of our migrations into a single one. This will reduce the number of migrations we copy over...

type:enhancement
good first issue

## Summary Spec to expose the inaccurate adjustment eligibility with shipping promotion action during Spree::Promotion::OrderAdjustmentsRecalculator call The issue #2387 expose many different way to have the trouble and to correct...

changelog:solidus_core

## Summary The current name is legacy and rails now uses "sqlite3", starting to move in that direction simplifies some setups (e.g. sandbox creation inside extensions). Matching PR in the...

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

**Introduction** The implementation of a new payment method in `Solidus Backend` requires the addition of a dedicated [source form](https://guides.solidus.io/advanced-solidus/payments-and-refunds/#providing-payment-method-partials) to support a payment source creation/reuse. **Desired Behavior** A more generic...

type:enhancement