solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
**This PR adds bolt as a payment method option during solidus installation.** The `install_generator.rb` file has been updated to add `Bolt` as an optional payment method during solidus installation. The...
## Summary This PR adds bolt as a payment method option during solidus installation. The `install_generator.rb` file has been updated to add Bolt as an optional payment method during solidus...
This PR adds bolt as a payment method option during solidus installation. The `install_generator.rb` file has been updated to add Bolt as an optional payment method during solidus installation. The...
This PR adds bolt as a payment method option during solidus installation. The `install_generator.rb` file has been updated to add Bolt as an optional payment method during solidus installation. The...
The API of promotion rules is a bit strange: There's the `applicable` method, which looks like promotion rules could apply to line items as well as orders, and there's `actionable?`,...
**Description** Resolves issue: https://github.com/solidusio/solidus/issues/4270 Some tests were modified to give a state with the address parameters as they used a country which will now get the states_required attribute of true,...
**Issue:** https://github.com/solidusio/solidus/issues/4368
I'm trying to set a role for one user in the admin interface, but I'm getting an error because the password field is empty. For sure I don't want to...
While discussing #3394 we cam up with the idea to add a "customer service" role. This should help us test the various permissions we are having and provide stores with...
The following items were addressed * Filtering was working by single stock location, made it multiple * Available stock items by variant was being filtered as well when specified a...