solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
When I run below command: ``` bin/rails g solidus:install ``` It' show this error ``` [solidus_starter_frontend, solidus_frontend, none] (solidus_starter_frontend) break down solidus Fetching gem metadata from https://gems.ruby-china.com/.......... Fetching gem metadata...
## Summary This PR fixes a performance regression originating from #4076 and #4073. These two PRs fixed some inconsistencies by converting `variant.default_price` and `variant.currently_valid_prices` from associations to methods. Unfortunately, they...
## Summary The CI is broken on master due to a caching issue that wasn't evident while it was running [on the PR](https://github.com/solidusio/solidus/pull/4629). This fixes the cache handling of the...
## Summary This is an extraction of a few fixes and improvements to the install generator coming from work aimed at improving the handling of authentication options. ## Checklist Check...
**Description** Promote orders with any `promotionable?` line-item The current behaviour seems incorrect, and also, there is a spec which is not clear about what the behaviour should be as the...
Attempting to start the docker demo on a clean macOS M1 machine results in the error, > `initialize': Function not implemented - Failed to initialize inotify (Errno::ENOSYS) The solution offered...
**Describe the bug** In the payment step, if the user has store credits, a first payment with the total amount is saved to the database. After that, store credits are...
On 1.3 (and on): 1. Create a coupon promotion that applies a discount to line items 2. Add a non-promotionable product to the cart 3. Add a promotionable product to...
https://guides.spreecommerce.org/developer/authentication.html is this valid for solidus? somehow won't work, escpecially the helper part. i simply can't get a user inside the template
### Steps to reproduce 1. Make sure that user has atleast two credit cards, say Visa and MasterCard associated with his account and one of the two say Visa is...