solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
### Steps to reproduce - mount Solidus at a custom path, like `mount Spree::Core::Engine, at: '/store/'` - open browser at `/store/orders/[:order_number]/cart` page - check JS console for errors ### Expected...
### Steps to reproduce 1. Create an automatic free_shipping promotion when cart price > 50 2. Create a cart 3. Add one product x times for a total price <...
### Steps to reproduce 1. Complete an order on the frontend with an EU address 2. In backend, change the address for both billing and shipping to be US address...
### Steps to reproduce - I have a free shipping promo if the total amount is > 50 $ - my order total is at 55 $ - I apply...
### Steps to reproduce In products show a different date in input datapicker field that in database  ### System configuration **Solidus Master last version**
### Steps to reproduce * Set `config.track_inventory_levels` to `false` * Create a new stock location with the `Propagate all variants` flag disabled * Go to the `Product Stock` tab for...
Api users that have admin role cannot create an order with line items though the api. When a user has an admin role it assumes that the intent is to...
_(not sure if this is more a bug or a new feature... I'm going for the latter as I think the solution will end up being a new feature 😄...
## Summary The frontend has been removed in #4497 and moved to https://github.com/solidusio/solidus_frontend Removing the frontend from the list of the default included gems. ## Checklist Check out our [PR...
When performing a checkout as a guest user, then signing in at the confirm step, the guest payment source ownership isn't updated for the newly authenticated user, hence leaves the...