Rainer Dema
Rainer Dema
We are trying to assign to a single user a promotion that allow to have a free order (order + shipping) but from the `delivery` step, we are redirected to...
## Summary **Current (wip):** ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are mandatory for all PRs: - [ ] I have written a thorough PR...
## Summary Fixes #5105 This PR integrates role and permission management capabilities from the [solidus_user_roles](https://github.com/boomerdigital/solidus_user_roles) gem directly into Solidus, providing greater flexibility and control over user roles and permissions. Major...
**Desired Behavior** - [x] Add orders/index component with order list table. #5347 - [x] Include filters that match the old version. #5347 - [ ] Introduce new scope filters. -...
**Desired Behavior** All translations used by the starter frontend reside in `solidus_core`: This creates challenges during the development of the starter, as each time a translation key needs to be...
## Summary ⚠️ WIP ⚠️ This is a first test to simplify the identification of the factories available in your Solidus environment during the implementation of the specs. The idea...
**Introduction** The implementation of a new payment method in `Solidus Backend` requires the addition of a dedicated [source form](https://guides.solidus.io/advanced-solidus/payments-and-refunds/#providing-payment-method-partials) to support a payment source creation/reuse. **Desired Behavior** A more generic...
_Originally posted by @loicginoux in https://github.com/solidusio/solidus_stripe/issues/307#issuecomment-1621404691_ **To Reproduce** 1. Create an order with a total of $50 2. Apply store credits of $49.70 to the order 3. Attempt to complete...
## Introduction The goal of this issue is to allow the creation of new admin-side payments using the Solidus Stripe payment method by using the Stripe Elements partial interface (like...
## Long-Term Solution **Desired Behavior** Our long-term goal is to introduce the ability to select store credits as a payment method. We want to provide users more control and flexibility...