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

**Is your feature request related to a problem? Please describe.** When I cancel and order, the inventory units remain `on_hand` ``` # Canceled order order.inventory_units.pluck(:state) => ["on_hand"] ``` **Steps to...

Bug

In our system the prices are defined with three digits subunit. and the charges on Stripe are 10 times higher. **Solidus Version**: 2.10.0 **To Reproduce** Our Money configuration has the...

type:bug

Here is how to recreate the issue: Logged in user creates an order with something in their cart using the frontend Admin user creates order in the backend Admin adds...

type:bug
changelog:solidus_core
confirmed

### Steps to reproduce I think Product Properties page requires some attention. Go to `/admin/products`, choose a product with variants and click on "Product Properties". First, if you click on...

type:bug
changelog:solidus_backend
confirmed

When an item is added to cart, the `line_item` being passed to `Promotion#eligible?` activates all promotions. In most cases the problem is invisible: free shipping has no shipments to discount,...

type:bug

UnitCancel seems to have a few issues with no simple solutions. We had some PRs with failing specs illustrating those issues: * #1455 Failing test: UnitCancel with loaded associations *...

Bug

## What's the problem? Promotions that create line item adjustments do not have the eligibility of the adjustment correctly updated after future changes to the order. ### Steps to reproduce...

type:bug

### Steps to reproduce Add an address to an order via the API. ### Expected behavior Be able to use a temporary address in checkout similar to the frontend. It...

type:bug
changelog:solidus_api

There appears to be a deprecation warning emitted when calling `variant.set_option_value` in Rails 6.0.3.2. It looks like the code somewhere in Solidus is doing something potentially unsafe: ``` DEPRECATION WARNING:...

Bug

Images aren't able to be seen on install. ``` ActiveRecord::RecordInvalid: Validation failed: Filename has contents that are not what they are reported to be ``` I did try to stackoverflow...

Bug