solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
**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...
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...
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...
### 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...
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,...
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 *...
## 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...
### 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...
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:...
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...