solidus_starter_frontend icon indicating copy to clipboard operation
solidus_starter_frontend copied to clipboard

🎨 Rails-based starter kit for your Solidus storefront.

Results 45 solidus_starter_frontend issues
Sort by recently updated
recently updated
newest added

## Summary Without this fix, all adjustments, even if they are promotion adjustments, are displayed as "Tax". ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details. The following are...

## Summary Selects for numbers are a bad idea. It is possible for our variants to have a `count_on_hand` of Infinity (by unchecking the "track inventory" checkbox. On my machine...

## Summary The extension point for the coupon code handler class has been moved to the configurable promotions object. Removes a lot of deprecation warnings from the test suite. ##...

**Solidus Version**: master **To Reproduce** Create a new solidus store, then run `rails g solidus:install` twice and pick the starter frontend from the options. The second time, the Gemfile will...

bug

## 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...

## Summary ## 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 description. -...

After an unsuccessful transition to the confirm page the user is sent back to the payment state, adding a flash message could help clarify to the customer why it happened....

Running `bin/sandbox` we can see how solidus options are propagated to other gem installation as well. In the sandbox generation logs: ``` rails generate rspec:install --auto-accept --auto-run-migrations ``` `--auto-accept --auto-run-migrations`...

bug

Currently. Solidus does not allow to not save credit card information. This may not be ideal in regard to the privacy and legal implications. 1. Verify if/how this is compliant...

enhancement
experiment

- list saved cards - allow to deleting saved cards - select the default saved card Related: #287

enhancement