solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
### Discussed in https://github.com/solidusio/solidus/discussions/4427 Originally posted by **justinchan** June 15, 2022 From here: https://nvd.nist.gov/vuln/detail/CVE-2021-23358 It appears that the current version of underscore.js in solidus is vulnerable. Can we look to...
**Description** This flag is not very useful and gives rise to bugs. It is not very useful, as we only need it to "resurrect" addresses that the user inputs newly,...
Adds the ability to filter which countries Carmen imports. **Checklist:** - [x] I have followed [Pull Request guidelines](https://github.com/solidusio/solidus/blob/master/CONTRIBUTING.md#pull-request-guidelines) - [x] I have added a detailed description into each commit message...
This PR is still work in progress. I'm currently building a shop with solidus and found some logic that seems unnecessary that originated from a 7 year old PR from...
**Description** I can't think of a reason why someone would want to associate the same option value with a given variant multiple times. This makes the index on the `variant`/`option_value_id`...
Spree::Api:LineItemsController#create calls #add on an OrderContents instance which eventually call #save!. This raises errors if validation fails. #create was not handling these validation errors. In fact, it had an if...
Fixes issue #4004 [1] PR #2913 [2] changed how the new default WalletPaymentSource was set, from using the last one found/created * within the Order's PaymentSources to the user's last...
gem 'solidus_backend', '~> 3.1' https://drive.google.com/file/d/1fCWoJh98L1_d73qh5VAtCowEW7QMUSpf/view?usp=sharing
We have not used this column since we removed all references to it in 2016. It was reverted on 039f3ce83834d38d00de1bf17c99987a76587b92 because of being backward incompatible. We re-add it now targeting...
**Solidus Version**: 3.1.5 **To Reproduce** Configure an SVG logo in `config.logo` **Current behavior** The logo is not shown at all since the img is sized to 0: **Expected behavior** SVG...