solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
**Description** This is intended for when a fast development cycle or manual inspection is needed, the server starts in a handful of seconds and leaves no traces. - the DB...
**Solidus Version**: 2.10.2 **To Reproduce** 1. After installing Solidus, run `db:seed` to get the default values installed and add a sample product to the store. 2. Add the `solidus_auth_devise` gem...
**Solidus Version**: 2.9.0 **To Reproduce** 1. Go to `/store/admin/products/[A-PRODUCT-ID]/images` 2. Edit the `Alternative Text` field of an existing image 3. The `Loading...` loader shows up and stays indefinitely `TypeError: response.responseJSON...
**Solidus Version**: Master **To Reproduce** 1. Mark a product as non-promotable 2. Create a per line item adjustment promotion 3. Create an order with the non-promotable item and promotable items...
### Steps to reproduce * Set config.track_inventory_levels = false * Create one or two shipment locations * Submit and order for two products or a quantity of two for a...
### Steps to reproduce Get the Solidus sandbox up and running. Ensure that 'track_inventory' is set to true for variants. ( I believe this is the default setting anyway )...
When changing a user's email in the backend (`/admin/users/:id`), if there is a validation error on the email, breadcrumbs of the page are updated with the wrong, invalid value. **Solidus...
### Steps to reproduce 1. Complete order with many items and flexirate shipping calculator 2. Cancel items in shipment 3. Adjustment created does not take into account shipping cost 4....
### Steps to reproduce How can you make this happen: 1. Set in spree.rb `config.currency = "UAH"`. 2. Create new product. 3. Go on product page. 4. Click on "Add...
### Steps to reproduce - Create an order with a line item that has a quantity > 1 - Create a split shipment for that line item - Examine `item_cost`...