solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Background: User has a lot of line items in shopping cart with different quantity. He didn't do anythings for long time. In meantimes the price or the quantity of some...
The calculator should always return a BigDecimal, but that's not always the case. For example the [flat_rate calculator](https://github.com/solidusio/solidus/blob/v2.5.2/core/app/models/spree/calculator/flat_rate.rb) return 0 as Integer on the else branch. If the calculator returns...
We are integrating Solidus into an existing rails app. We have chosen to use a separate database for the store. With the following setup, everything works as expected, except we...
The etymology of the name "master" for the default branch is [problematic](https://tools.ietf.org/id/draft-knodel-terminology-00.html), but more than that, it's just not very descriptive. There are a few alternatives, but as [this article](https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx)...
In our store, we're using a service to create orders via the OrderImporter. If we provide line items during the order creation, we get an ActiveRecord exception. **Solidus Version**: 3.0.1...
In the default admin experience provided by the Solidus `backend`, it looks like whenever I select a shipping method for a shipment, all other shipping rates are destroyed. This means...
The code is basically a cut & paste of the relevant parts from the gem solidus_auth_devise. The rationale for this change is that the orders history page better belongs inside...
https://github.com/solidusio/solidus/blob/master/frontend/app/views/spree/shared/_image.html.erb#L5 causes an error. It indicates undefined method `escape' for URI:Module **Solidus Version**: Spree.solidus_version 2.11.5 solidus_frontend 2.11.5 paperclip 6.1.0 **To Reproduce** I don't seem to have task sandbox **Current behavior**...
This issue comes from a meeting @coorasse, @spaghetticode and I had to discuss the feasibility of supporting Webpacker into Solidus. These are the notes of the meeting. We want to...
Right now, Solidus continues to recalculate tax adjustments after an order has been finalized. This leads to some weird situations where an order's total might change after the customer has...